|
Scanbot SDK
|
Go to the source code of this file.
Typedefs | |
| typedef struct scanbotsdk_barcode_document_parser_t | scanbotsdk_barcode_document_parser_t |
| scanbotsdk_barcode_document_parser_t class | |
Functions | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_barcode_document_parser_create (scanbotsdk_barcode_document_format_t *accepted_formats, size_t accepted_formats_size, scanbotsdk_barcode_document_parser_t **result) |
| Creates a new instance of scanbotsdk_barcode_document_parser with given params and stores it in the location specified by the last argument. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_barcode_document_parser_free (scanbotsdk_barcode_document_parser_t *self) |
| Frees the memory allocated for the instance of scanbotsdk_barcode_document_parser_t. If null is passed, the function does nothing. | |
| SBSDK_API scanbotsdk_error_code_t | scanbotsdk_barcode_document_parser_parse (scanbotsdk_barcode_document_parser_t *self, const char *raw_string, scanbotsdk_barcode_document_parser_result_t **result) |
| Parse the given string as a barcode document. | |