scanPanCard static method
Scans and parses an Income Tax PAN Card from raw OCR text string.
Implementation
static ScanResult scanPanCard(String rawOcrText) {
return PanCardParser.parse(rawOcrText);
}
Scans and parses an Income Tax PAN Card from raw OCR text string.
static ScanResult scanPanCard(String rawOcrText) {
return PanCardParser.parse(rawOcrText);
}