├── API_Reference_BarcodeScanner.url ├── API_Reference_Foundational.url ├── LEGAL.txt ├── LICENSE ├── README.html ├── README.md ├── dist ├── dbr.bundle.d.ts ├── dbr.bundle.esm.js ├── dbr.bundle.js ├── dbr.bundle.mjs ├── dbr.bundle.worker.js ├── dynamsoft-barcode-reader-bundle-ml-simd-pthread.js ├── dynamsoft-barcode-reader-bundle-ml-simd-pthread.wasm ├── dynamsoft-barcode-reader-bundle-ml-simd-pthread.worker.js ├── dynamsoft-barcode-reader-bundle-ml-simd.js ├── dynamsoft-barcode-reader-bundle-ml-simd.wasm ├── dynamsoft-barcode-reader-bundle.js ├── dynamsoft-barcode-reader-bundle.wasm ├── models │ ├── Code128Decoder.data │ ├── DataMatrixQRCodeLocalization.data │ ├── EAN13Decoder.data │ ├── OneDDeblur.data │ └── OneDLocalization.data ├── parser-resources │ ├── AADHAAR.dcpres │ ├── AADHAAR_Map.txt │ ├── AAMVA_DL_ID.dcpres │ ├── AAMVA_DL_ID_WITH_MAG_STRIPE.dcpres │ ├── AAMVA_Map.txt │ ├── GS1_AI.dcpres │ ├── GS1_AI_Map.txt │ ├── MRTD_Map.txt │ ├── MRTD_TD1_ID.dcpres │ ├── MRTD_TD2_FRENCH_ID.dcpres │ ├── MRTD_TD2_ID.dcpres │ ├── MRTD_TD2_VISA.dcpres │ ├── MRTD_TD3_PASSPORT.dcpres │ ├── MRTD_TD3_VISA.dcpres │ ├── SOUTH_AFRICA_DL.dcpres │ ├── SOUTH_AFRICA_DL_Map.txt │ ├── VIN.dcpres │ └── VIN_Map.txt ├── templates │ └── DBR-PresetTemplates.json └── ui │ ├── barcode-scanner.ui.xml │ ├── dce.ui.xml │ └── dls.license.dialog.html ├── package.json └── samples.url /API_Reference_BarcodeScanner.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/API_Reference_BarcodeScanner.url -------------------------------------------------------------------------------- /API_Reference_Foundational.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/API_Reference_Foundational.url -------------------------------------------------------------------------------- /LEGAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/LEGAL.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/README.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/README.md -------------------------------------------------------------------------------- /dist/dbr.bundle.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dbr.bundle.d.ts -------------------------------------------------------------------------------- /dist/dbr.bundle.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dbr.bundle.esm.js -------------------------------------------------------------------------------- /dist/dbr.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dbr.bundle.js -------------------------------------------------------------------------------- /dist/dbr.bundle.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dbr.bundle.mjs -------------------------------------------------------------------------------- /dist/dbr.bundle.worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dbr.bundle.worker.js -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle-ml-simd-pthread.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle-ml-simd-pthread.js -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle-ml-simd-pthread.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle-ml-simd-pthread.wasm -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle-ml-simd-pthread.worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle-ml-simd-pthread.worker.js -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle-ml-simd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle-ml-simd.js -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle-ml-simd.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle-ml-simd.wasm -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle.js -------------------------------------------------------------------------------- /dist/dynamsoft-barcode-reader-bundle.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/dynamsoft-barcode-reader-bundle.wasm -------------------------------------------------------------------------------- /dist/models/Code128Decoder.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/models/Code128Decoder.data -------------------------------------------------------------------------------- /dist/models/DataMatrixQRCodeLocalization.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/models/DataMatrixQRCodeLocalization.data -------------------------------------------------------------------------------- /dist/models/EAN13Decoder.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/models/EAN13Decoder.data -------------------------------------------------------------------------------- /dist/models/OneDDeblur.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/models/OneDDeblur.data -------------------------------------------------------------------------------- /dist/models/OneDLocalization.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/models/OneDLocalization.data -------------------------------------------------------------------------------- /dist/parser-resources/AADHAAR.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/AADHAAR.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/AADHAAR_Map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/AADHAAR_Map.txt -------------------------------------------------------------------------------- /dist/parser-resources/AAMVA_DL_ID.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/AAMVA_DL_ID.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/AAMVA_DL_ID_WITH_MAG_STRIPE.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/AAMVA_DL_ID_WITH_MAG_STRIPE.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/AAMVA_Map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/AAMVA_Map.txt -------------------------------------------------------------------------------- /dist/parser-resources/GS1_AI.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/GS1_AI.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/GS1_AI_Map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/GS1_AI_Map.txt -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_Map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_Map.txt -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_TD1_ID.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_TD1_ID.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_TD2_FRENCH_ID.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_TD2_FRENCH_ID.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_TD2_ID.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_TD2_ID.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_TD2_VISA.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_TD2_VISA.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_TD3_PASSPORT.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_TD3_PASSPORT.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/MRTD_TD3_VISA.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/MRTD_TD3_VISA.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/SOUTH_AFRICA_DL.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/SOUTH_AFRICA_DL.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/SOUTH_AFRICA_DL_Map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/SOUTH_AFRICA_DL_Map.txt -------------------------------------------------------------------------------- /dist/parser-resources/VIN.dcpres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/VIN.dcpres -------------------------------------------------------------------------------- /dist/parser-resources/VIN_Map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/parser-resources/VIN_Map.txt -------------------------------------------------------------------------------- /dist/templates/DBR-PresetTemplates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/templates/DBR-PresetTemplates.json -------------------------------------------------------------------------------- /dist/ui/barcode-scanner.ui.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/ui/barcode-scanner.ui.xml -------------------------------------------------------------------------------- /dist/ui/dce.ui.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/ui/dce.ui.xml -------------------------------------------------------------------------------- /dist/ui/dls.license.dialog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/dist/ui/dls.license.dialog.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/package.json -------------------------------------------------------------------------------- /samples.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynamsoft/barcode-reader-javascript/HEAD/samples.url --------------------------------------------------------------------------------