An in-memory object that contains the text from a recognized image.
| Name | Description |
| getGetRegions() | Returns an array of all the regions in the page. |
| getTextBlocks() | Returns an array of all the blocks of text in the page. |
| getTextLines() | Returns an array of all the lines of text over the page. |
| getWords() | Returns an array of all the words contained in the page. |
| getCharacters() | Returns an array of all the characters in the page. |
| Name | Description |
| area | The area or location of the page in pixels. |
| orientation | The orientation of the page. |
| text | A string of all the text in the page. |