-
Notifications
You must be signed in to change notification settings - Fork 3
Troubleshoot
Dino Gustin edited this page Jun 6, 2018
·
7 revisions
While scanning, I get Required parser 'X' from parser group 'Y' did not produce result!
in my app logs
This is not an error - this is merely a debug message informing you, as the developer, that parser X
did not succeed while processing the current camera frame. This can happen due to:
- poor camera frame (out of focus, poor light, glare)
- message appears now and then while moving the camera frame
- this is common behavior given the camera frame quality, focus the camera and scan in better light conditions
- incorrect regex
- message appears constantly, even with a high-quality camera frame
- check and fix your parser regex and keep im mind that some features, like back references, match grouping and certain regex metacharacters are not supported. See documentation for more info
- incorrect OCR engine settings
- message appears constantly, even with a high-quality camera frame
- check that all letters that are referenced in your regular expression are added to whitelist
- if using Tmeplating API:
- if message appears often:
- check the relative positions of your DecodingInfos as they might be offset
- if message appears occasionally:
- document detection has failed for the current video frame due to a poor camera frame, or document part that needs to be extracted is covered with glare
- if message appears often:
- Getting Started with PhotoPay SDK
-
Obtaining scanning results
- Scanning Austrian payslips
- Scanning Belgian payslips
- Scanning Croatian HUB payslips / barcodes
- Scanning Dutch Acceptgiros
- Scanning German payslips
- Scanning Hungarian payslips
- Scanning SEPA payment QR codes
- Scanning Slovenian payslips
- Using BlinkID recognizers
- Using MRTD Recognizer for scanning ID documents
- Using EUDL Recognizer
- Using USDL Recognizer
- Using MyKad recognizer
- Using PDF417 Recognizer
- Using BarDecoder Recognizer
- Using ZXing Recognizer
- Using Barcode Recognizer
- Using Templating API
- Using Detector Recognizer
- Using BlinkInput OCR Recognizer
- Troubleshoot
- Using Direct Processing API
- Customizing Camera UI
- Creating customized framework
- Upgrading from older versions