CharacterRecognitionResult

Inheritance: java.lang.Object

public class CharacterRecognitionResult

Pages with detected characters data.

Constructors

ConstructorDescription
CharacterRecognitionResult()

Fields

FieldDescription
CharactersData about detected characters on the page.
ImageIndexSequence number of the image on the page.
PagePage number.
SourceThe 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.