InvoiceRecognitionSettings

InvoiceRecognitionSettings class

Settings for the invoice recognition.
Contains elements that allow customizing the recognition process.

The InvoiceRecognitionSettings type exposes the following members:

Constructors

NameDescription
InvoiceRecognitionSettings(language)Initializes a new instance of the InvoiceRecognitionSettings class
InvoiceRecognitionSettings()Initializes a new instance of the

Properties

NameDescription
threads_countGets or sets the number fo threads for processing.
languageGets or sets the language used for OCR.
ignored_symbolsSets blacklist for recognition symbols.
allowed_charactersAllowed characters set. Determines the type of characters allowed for recognition result.
automatic_color_inversionDetect images with white text on dark/black background and automatically choose a special OCR algorithm for them.

See Also