| API Reference > Accusoft.OCRXpress.Nodejs > Object Reference > TextLine |
An in-memory object that contains the text from a recognized image.
| 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. |
| 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. |