ocr_mrz_api_config library
Classes
- OcrMrzApiConfig
- Configuration for making periodic API calls to an external service for MRZ recognition.
Typedefs
-
OcrBodyBuilder
= Map<
String, dynamic> Function(List<OcrData> ocrDataList) -
A typedef for a function that builds the body of an API request
from a list of
OcrDataobjects captured during the interval.