ScParser.h
Go to the documentation of this file.
Functions to manage an array of bytes.
DriverLicensing & Identification code, see http://www.aamva.org/.
Definition: ScParser.h:38
Opaque recognition context data structure.
ScBool sc_parser_parse_string(ScParser *parser, char const *str, size_t length, ScParserResult **result)
parse the data contained in the given string
ScContextStatusFlag
Context status of a frame.
Definition: ScRecognitionContext.h:47
Recognition context interface.
void sc_parser_free(ScParser *parser)
Free the parser and associated resources.
ScParser * sc_parser_new_with_context(ScRecognitionContext *context, ScParserType type, ScContextStatusFlag *status)
GS1 General Specifications standard, see http://www.gs1.org/.
Definition: ScParser.h:36
Result object of the Scandit Parsing Library.
Parser result.
ScByteArray sc_parser_set_options(ScParser *parser, char const *str, size_t length)
Sets the options contained in the given json string.
Machine Readable Travel Documents, see https://www.icao.int.
Definition: ScParser.h:39
Parser interface.
A null terminated array of bytes.