|
Scanbot SDK
|
Go to the source code of this file.
Typedefs | |
| typedef struct scanbotsdk_ocr_engine_t | scanbotsdk_ocr_engine_t |
| scanbotsdk_ocr_engine_t class | |
Functions | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_ocr_engine_create (scanbotsdk_ocr_engine_t **result) |
| Creates a new instance of scanbotsdk_ocr_engine with given params and stores it in the location specified by the last argument. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_ocr_engine_free (scanbotsdk_ocr_engine_t *self) |
| Frees the memory allocated for the instance of scanbotsdk_ocr_engine_t. If null is passed, the function does nothing. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_ocr_engine_run (scanbotsdk_ocr_engine_t *self, scanbotsdk_image_t *image, scanbotsdk_page_t **result) |
| Recognize text in the given image. | |