OcrConnectorBase class

OcrConnectorBase class

Provides the OCR functionality.

The OcrConnectorBase type exposes the following members:

Properties

Property Description
is_text_supported Gets the value that indicates whether the text extraction is supported.
is_text_page_supported Gets the value that indicates whether the text page extraction is supported.
is_text_areas_supported Gets the value that indicates whether the text areas extraction is supported.

Methods

Method Description
recognize_text Recognize a text from image_stream stream.
recognize_text Recognize a text from image_stream stream.
recognize_text_areas Recognize text areas from image_stream stream.
recognize_text_areas Recognize text areas from image_stream stream.
recognize_text_areas Recognize text areas from image_stream stream.
recognize_text_areas

See Also