OcrIdentityDetector constructor
OcrIdentityDetector({
- required OcrTextExtractor extractor,
- required OcrIdentityParser parser,
Creates an OcrIdentityDetector using the supplied extractor
and parser for its processing.
Implementation
OcrIdentityDetector({required this.extractor, required this.parser});