CharacterRecognitionResult

Inheritance: java.lang.Object

public class CharacterRecognitionResult

Pages with detected characters data.

Constructors

ConstructorDescription
CharacterRecognitionResult()

Fields

FieldDescription
SourceThe full path to the file or URL, if any.
PagePage number.
ImageIndexSequence number of the image on the page.
CharactersData about detected characters on the page.

CharacterRecognitionResult()

public CharacterRecognitionResult()

Source

public String Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

Page

public int Page

Page number.

ImageIndex

public int ImageIndex

Sequence number of the image on the page.

Characters

public ArrayList<Character> Characters

Data about detected characters on the page.