ScParser.h
Go to the documentation of this file.
Functions to manage an array of bytes.
@ SC_PARSER_TYPE_HIBC
Health Industry Bar Code, see http://www.hibcc.org/.
Definition: ScParser.h:36
@ SC_PARSER_TYPE_DLID
DriverLicensing & Identification code, see http://www.aamva.org/.
Definition: ScParser.h:37
@ SC_PARSER_TYPE_US_USID
US Services ID, see https://www.cac.mil/.
Definition: ScParser.h:41
@ SC_PARSER_TYPE_MRTD
Machine Readable Travel Documents, see https://www.icao.int.
Definition: ScParser.h:38
@ SC_PARSER_TYPE_GS1_AI
GS1 General Specifications standard, see http://www.gs1.org/.
Definition: ScParser.h:35
Result object of the Scandit Parsing Library.
Recognition context interface.
A null terminated array of bytes.
Parser interface.
ScByteArray sc_parser_set_options(ScParser *parser, char const *str, size_t length)
Sets the options contained in the given json string.
void sc_parser_free(ScParser *parser)
Free the parser and associated resources.
ScBool sc_parser_parse_string(ScParser *parser, char const *str, size_t length, ScParserResult **result)
parse the data contained in the given string
ScParser * sc_parser_new_with_context(ScRecognitionContext *context, ScParserType type, ScContextStatus *status)
Parser result.
Opaque recognition context data structure.