I’m using Capacitor ML Kit Barcode Scanner.
BarcodeScanner.startScan() : I was able to scan PDF414 format generated by standard font which is published as sample files in Internet but I could not able to scan PDF417 format generated by IDAutomation font, would be possible to enable scan in BarcodeScanner.startScan() for PDF417 format generated by IDAutomation font?
BarcodeScanner.scan(): By documentation guide installed Google Barcode Scanner module and able to scan PDF417 format generated by IDAutomation font using Google ML Kit but scanning at lower distance 6" to 8" without zoom but expectation of scan up to 17" without changing zoom option from scanner User Interface. Currently BarcodeScanner.scan() takes only Barcode formats as input parameters, would be possible to pass zoom ratio as input parameter in BarcodeScanner.scan()?
Package Dependencies
“@capacitor-mlkit/barcode-scanning”: “next”,
“@capacitor/android”: “6.0.0”,
“@capacitor/app”: “6.0.0”,
“@capacitor/core”: “6.0.0”
Kindly help me