rhomobile / rhodes

The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices.
http://tau-platform.com/
MIT License
1.05k stars 237 forks source link

Android: adding new version of barcode recognizer that uses Google API #1030

Closed hramovnik closed 4 years ago

hramovnik commented 4 years ago

In build.yml in android section add: barcode_engine: "google"

Properties: allDecoders - Barcode format constant representing the union of all supported formats. aztec - Barcode format constant for AZTEC. codabar - Barcode format constant for Codabar. code128 - Barcode format constant for Code 128. code39 - Barcode format constant for Code 39. code93 - Barcode format constant for Code 93. dataMatrix - Barcode format constant for Data Matrix. ean13 - Barcode format constant for EAN-13. ean8 - Barcode format constant for EAN-8. isbn - Barcode value format constant for ISBNs. itf - Barcode format constant for ITF (Interleaved Two-of-Five). pdf417 - Barcode format constant for PDF-417. qrCode - Barcode format constant for QR Code. upca - Barcode format constant for UPC-A. upce - Barcode format constant for UPC-E.