CharacterRecognitionResult

CharacterRecognitionResult class

Pages with detected characters data.

public class CharacterRecognitionResult

Constructors

NameDescription
CharacterRecognitionResult()The default constructor.

Fields

NameDescription
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. Empty for streams, byte arrays, base64.

See Also