struct scanbotsdk_image_t scanbotsdk_image_t
Represents an instance of the opaque image.
Definition ScanbotSDKImage.h:31
struct scanbotsdk_text_pattern_scanner_t scanbotsdk_text_pattern_scanner_t
scanbotsdk_text_pattern_scanner_t class
Definition ScanbotSDKTextPatternScanner.h:32
SBSDK_API scanbotsdk_error_code_t scanbotsdk_text_pattern_scanner_free(scanbotsdk_text_pattern_scanner_t *self)
Frees the memory allocated for the instance of scanbotsdk_text_pattern_scanner_t. If null is passed,...
struct scanbotsdk_text_pattern_scanner_configuration_t scanbotsdk_text_pattern_scanner_configuration_t
scanbotsdk_text_pattern_scanner_configuration_t class
Definition ScanbotSDKTextPatternScannerTypes.h:527
SBSDK_API scanbotsdk_error_code_t scanbotsdk_text_pattern_scanner_create(scanbotsdk_text_pattern_scanner_configuration_t *configuration, scanbotsdk_text_pattern_scanner_t **result)
Creates a new instance of scanbotsdk_text_pattern_scanner with given params and stores it in the loca...
SBSDK_API scanbotsdk_error_code_t scanbotsdk_text_pattern_scanner_run(scanbotsdk_text_pattern_scanner_t *self, scanbotsdk_image_t *image, scanbotsdk_text_pattern_scanner_result_t **result)
Recognize text line in the given image.
SBSDK_API scanbotsdk_error_code_t scanbotsdk_text_pattern_scanner_clean_recognition_queue(scanbotsdk_text_pattern_scanner_t *self)
Clean the queue of recognize text lines.
struct scanbotsdk_text_pattern_scanner_result_t scanbotsdk_text_pattern_scanner_result_t
scanbotsdk_text_pattern_scanner_result_t class
Definition ScanbotSDKTextPatternScannerTypes.h:150