{"id":15998242,"url":"https://github.com/yushulx/javascript-barcode-qr-code-scanner","last_synced_at":"2025-08-21T02:04:52.598Z","repository":{"id":43204400,"uuid":"374566657","full_name":"yushulx/javascript-barcode-qr-code-scanner","owner":"yushulx","description":"JavaScript Barcode/QRCode Reader and Scanner","archived":false,"fork":false,"pushed_at":"2025-06-24T05:57:36.000Z","size":298,"stargazers_count":21,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T06:34:16.541Z","etag":null,"topics":["barcode","code128","code39","datamatrix","javascript","mrz","pdf417","qrcode","web","webgl"],"latest_commit_sha":null,"homepage":"https://www.dynamsoft.com/codepool/html5-barcode-reader-javascript-webassembly.html","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yushulx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-07T07:00:44.000Z","updated_at":"2025-06-24T05:57:40.000Z","dependencies_parsed_at":"2024-05-13T07:29:03.343Z","dependency_job_id":"98cf9bee-233f-4d74-95ea-d6892988a112","html_url":"https://github.com/yushulx/javascript-barcode-qr-code-scanner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yushulx/javascript-barcode-qr-code-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fjavascript-barcode-qr-code-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fjavascript-barcode-qr-code-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fjavascript-barcode-qr-code-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fjavascript-barcode-qr-code-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yushulx","download_url":"https://codeload.github.com/yushulx/javascript-barcode-qr-code-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fjavascript-barcode-qr-code-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271415496,"owners_count":24755639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barcode","code128","code39","datamatrix","javascript","mrz","pdf417","qrcode","web","webgl"],"created_at":"2024-10-08T08:08:16.876Z","updated_at":"2025-08-21T02:04:52.590Z","avatar_url":"https://github.com/yushulx.png","language":null,"readme":"# Scan 1D/2D Barcode, MRZ and Documents in JavaScript\nThis repository contains **JavaScript** examples demonstrating how to use [Dynamsoft Capture Vision](https://www.npmjs.com/package/dynamsoft-capture-vision-bundle) to build web applications for scanning **1D/2D barcodes**, **MRZ**, and **documents**.\n\n## Prerequisites\n- Obtain a [30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv\u0026package=cross-platform).\n\n## Try Examples\n- [barcode-reader.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/barcode-reader.html)\n- [barcode-result-overlay.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/barcode-result-overlay.html)\n- [hello-world.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/hello-world.html)\n- [manually-load.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/manually-load.html)\n- [qr-code-scanner.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/qr-code-scanner.html)\n- [ui-customization.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/ui-customization.html)\n- [wrapper-test.html](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/wrapper-test.html)\n    \n    Build the TypeScript file:\n\n    ```bash\n    tsc --target ES5 dbr-scanner-wrapper.ts\n    ```\n\n- [WebGL](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/webgl/)\n- [Driver License PDF417 Scanner](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/9.x/driver_license/)\n- [Scan 1D Barcode and OCR Text](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/barcode_ocr_text)\n- [Detect Barcode, MRZ and Document](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/barcode_mrz_document/)\n- [Aadhaar Card](https://yushulx.me/javascript-barcode-qr-code-scanner/examples/aadhaar_card/)\n\n## Blog\n- [How to Use WebGL to Accelerate Web Barcode and QR Code Decoding Speed](https://www.dynamsoft.com/codepool/webgl-accelerate-web-barcode-decoding-speed.html)\n- [Build a Barcode Scanner Using JavaScript and HTML5](https://www.dynamsoft.com/codepool/html5-barcode-reader-javascript-webassembly.html)\n- [Reading Driver’s License Information from PDF417 in JavaScript](https://www.dynamsoft.com/codepool/javascript-driver-license-pdf417-web.html)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushulx%2Fjavascript-barcode-qr-code-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyushulx%2Fjavascript-barcode-qr-code-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushulx%2Fjavascript-barcode-qr-code-scanner/lists"}