CharacterRecognitionResult
Inheritance: java.lang.Object
public class CharacterRecognitionResult
Pages with detected characters data.
Constructors
Constructor | Description |
---|---|
CharacterRecognitionResult() |
Fields
Field | Description |
---|---|
Characters | Data about detected characters on the page. |
ImageIndex | Sequence number of the image on the page. |
Page | Page number. |
Source | The full path to the file or URL, if any. |
CharacterRecognitionResult()
public CharacterRecognitionResult()
Characters
public ArrayList<Character> Characters
Data about detected characters on the page.
ImageIndex
public int ImageIndex
Sequence number of the image on the page.
Page
public int Page
Page number.
Source
public String Source
The full path to the file or URL, if any. Empty for streams, byte arrays, base64.