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

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

Members:

Functions:

Name Description
getWords() Returns an array of all the words contained in the text line.
getCharacters() Returns an array of all the characters in the text line.

Property:

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