Scanbot SDK
Loading...
Searching...
No Matches
ScanbotSDKDocumentQualityAnalyzerTrainingDataAnnotator.h File Reference

Go to the source code of this file.

Typedefs

typedef struct scanbotsdk_document_quality_analyzer_training_data_annotator_t scanbotsdk_document_quality_analyzer_training_data_annotator_t
 scanbotsdk_document_quality_analyzer_training_data_annotator_t class
 

Functions

SBSDK_API scanbotsdk_error_code_t scanbotsdk_document_quality_analyzer_training_data_annotator_create (scanbotsdk_document_quality_analyzer_training_data_annotator_t **result)
 Creates a new instance of scanbotsdk_document_quality_analyzer_training_data_annotator with given params and stores it in the location specified by the last argument.
 
SBSDK_API scanbotsdk_error_code_t scanbotsdk_document_quality_analyzer_training_data_annotator_free (scanbotsdk_document_quality_analyzer_training_data_annotator_t *self)
 Frees the memory allocated for the instance of scanbotsdk_document_quality_analyzer_training_data_annotator_t. If null is passed, the function does nothing.
 
SBSDK_API scanbotsdk_error_code_t scanbotsdk_document_quality_analyzer_training_data_annotator_run (scanbotsdk_document_quality_analyzer_training_data_annotator_t *self, scanbotsdk_image_t *image, scanbotsdk_document_quality_analyzer_training_data_t **result)
 Obtains annotations about the document that can be used to create custom document quality analyzer configurations.