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