OcrIdentityDetector constructor

OcrIdentityDetector({
  1. required OcrTextExtractor extractor,
  2. required OcrIdentityParser parser,
})

Creates an OcrIdentityDetector using the supplied extractor and parser for its processing.

Implementation

OcrIdentityDetector({required this.extractor, required this.parser});