models

models module

It includes classes such as ImageData, OcrInput, and PreprocessingFilter, as well as enums like Format, InputType, Language, and SpellCheckLanguage, which together enable precise input handling, preprocessing, and language selection for OCR tasks. These types are the primary building blocks for constructing OCR requests and interpreting results.

Classes

ClassDescription
ImageData
OcrInputMain class to collect images.
PreprocessingFilterBase class for image processing commands.

Enums

EnumDescription
FormatFormat to save recognition result as document.
InputTypeTypes of image/ documents for processing / recognition.
LanguageLanguage model for the recognition.
SpellCheckLanguage