Accusoft.OCRXpress.nodejs - Updated
TextBlock
API Reference > Accusoft.OCRXpress.Nodejs > Object Reference > TextBlock

An in-memory object that contains the text from a recognized image.

Members:

Functions:

Name Description
getTextLines() Returns an array of all the lines of text over the text block.
getWords() Returns an array of all the words contained in the text block.
getCharacters() Returns an array of all the characters in the text block.

Property:

Name Description
area The area or location of the text block on the page.
text A string of all the text in the text block.