An in-memory object that contains the text from a recognized image.
Members:
For details on using the following functions, see Get Result Elements (Word, Character, Textlines, etc.).
Functions:
| Name |
Description |
| getPages() |
Returns an array of all the pages in the entire document. |
| getGetRegions() |
Returns an array of all the regions in the entire document. |
| getTextBlocks() |
Returns an array of all the blocks of text in the entire document. |
| getTextLines() |
Returns an array of all the lines of text over the entire document. |
| getWords() |
Returns an array of all the words contained in the entire document. |
| getCharacters() |
Returns an array of all the characters in the entire document. |
Property:
| Name |
Description |
| text |
A string of all the text in the document. |