About 1,660,000 results
Open links in new tab
  1. How to Build a Web Barcode Reader with Python, FastAPI and HTML5

    Apr 1, 2025 · The / route serves the HTML page for uploading images. The /scan route handles the image upload and barcode scanning. It reads the uploaded image, processes it using the Dynamsoft Barcode Reader SDK, and returns the barcode results in JSON format. Import uvicorn and run the FastAPI application in the main block:

  2. How to Scan Documents from Document Scanners Over a Local …

    Mar 31, 2025 · Explanation:. The listCameras function enumerates the available video input devices (cameras) and populates the <select> dropdown with the camera options.; The startCamera function initiates the camera stream using the selected device ID and sets it as the source for the <video> element.; The showCameraPopup function displays the camera popup and initializes the camera stream.

  3. Building an HTML 5 Barcode and QR Code Scanner Using JavaScript

    Apr 11, 2022 · The Dynamsoft JavaScript Barcode Scanner allows developers to efficiently create web applications for scanning barcodes and QR codes with minimal coding effort.

  4. QR and barcode scanner using HTML and Javascript

    Jun 14, 2021 · Html5Qrcode - lower-level library, exposes APIs to build your code scanner. Integrating code scanner using Html5QrcodeScanner. Follow the steps below to integrate QR code or barcode scanning capabilities into your web application: Install the library. You could install the library using npm or load it directly using some CDNS like unpkg ...

  5. Building an HTML5 QR Code & Barcode Scanner in JavaScript

    Mar 14, 2025 · Building an HTML5 QR Code & Barcode Scanner in JavaScript Kevin March 14, 2025 9 mins read In this tutorial, we’ll use the html5-qrcode library to create a web app for scanning 1D and 2D barcodes with just a few lines of HTML and JavaScript code.

  6. GitHub - mebjas/html5-qrcode: A cross platform HTML5 QR code

    This is a cross-platform JavaScript library to integrate QR code, bar codes & a few other types of code scanning capabilities to your applications running on HTML5 compatible browser. Supports: Querying camera on the device (with user permissions)

  7. Creating a Versatile Barcode and QR Code Scanner with HTML5 and JavaScript

    Aug 27, 2024 · Learn how to build a versatile barcode and QR code scanner using HTML5 and JavaScript with the html5-qrcode library. This guide covers setting up the scanner to handle various code formats, displaying scanned data, and integrating features to …

  8. Javascript: How to read a hand held barcode scanner best?

    May 26, 2017 · I'd like to be able to scan barcodes via a hand held scanner and handle the results with Javascript. A barcode-scanner works almost like a keyboard. It outputs the scanned/translated (barcode-&gt;n...

  9. JavaScript Barcode Scanner SDK for Web and Mobile Apps

    The JavaScript Barcode Scanner SDK is a powerful tool that enables real-time localization and decoding of barcodes and QR codes directly in web browsers on mobile or laptop devices. With just a few lines of JavaScript code, you can transform any camera-equipped device into a reliable barcode scanner, making it an ideal solution for both web and ...

  10. html5-qrcode - npm

    This is a cross-platform JavaScript library to integrate QR code, bar codes & a few other types of code scanning capabilities to your applications running on HTML5 compatible browser. Supports: Querying camera on the device (with user permissions)

Refresh