awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zxing-js avatar

zxing-js/library

0
View on GitHub↗
2,917 stars·575 forks·TypeScript·Apache-2.0·7 vueszxing-js.github.io/library↗

Library

This library is a multi-format barcode processing utility designed for web browsers and server-side environments. It provides a comprehensive suite of tools for both decoding existing barcode symbols and generating new ones from input data.

The project distinguishes itself by enabling continuous, real-time barcode scanning directly from live video streams. By utilizing browser camera interfaces and automated frame processing, it allows applications to capture and interpret one-dimensional and two-dimensional barcode data without requiring manual image uploads or user intervention.

Beyond real-time scanning, the library includes capabilities for creating scalable vector graphics for digital display or physical printing. It handles the entire lifecycle of barcode interaction, from the initial luminance analysis and geometric feature extraction of raw pixel data to the application of error correction algorithms that reconstruct information from damaged or obscured symbols.

Features

  • Continuous Scanners - Detects and decodes barcode information automatically from live video feeds in real-time without manual triggers.
  • Barcode Decoders - Extracts text and numeric data from one-dimensional and two-dimensional barcode patterns in images or live feeds.
  • Camera Feed Decoders - Captures and decodes barcode data in real-time from live video streams using browser camera APIs.
  • Barcode Generators - Generates and renders two-dimensional barcode graphics from input data for digital display or physical printing.
  • Web Barcode Integrations - Integrates barcode scanning capabilities directly into web applications for automated information entry.
  • Real-Time Image Processing - Processes live video streams to automatically detect and interpret barcode symbols without manual user intervention.
  • Sequential Frame Processing - Processes sequential video frames from hardware inputs to enable continuous real-time barcode detection.
  • Geometric Feature Extraction - Identifies structural markers and alignment patterns within raw pixel data to determine barcode orientation and scale.
  • Error Correction Codes - Implements Reed-Solomon error correction to reconstruct data from damaged or partially obscured barcode symbols.

Historique des stars

Graphique de l'historique des stars pour zxing-js/libraryGraphique de l'historique des stars pour zxing-js/library

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Library

Sélections manuelles où Library apparaît.
  • JavaScript QR Code Libraries

Questions fréquentes

Que fait zxing-js/library ?

This library is a multi-format barcode processing utility designed for web browsers and server-side environments. It provides a comprehensive suite of tools for both decoding existing barcode symbols and generating new ones from input data.

Quelles sont les fonctionnalités principales de zxing-js/library ?

Les fonctionnalités principales de zxing-js/library sont : Continuous Scanners, Barcode Decoders, Camera Feed Decoders, Barcode Generators, Web Barcode Integrations, Real-Time Image Processing, Sequential Frame Processing, Geometric Feature Extraction.

Quelles sont les alternatives open-source à zxing-js/library ?

Les alternatives open-source à zxing-js/library incluent : serratus/quaggajs — quaggaJS is a JavaScript barcode scanner library and client-side processor that performs barcode localization and… mebjas/html5-qrcode — html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser,… react-native-camera/react-native-camera — This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into… davidshimjs/qrcodejs — This library is a client-side utility for generating QR code matrix patterns directly within web browsers. It… shimat/opencvsharp — OpenCVSharp is a .NET library that wraps native OpenCV functions, providing C# developers with access to OpenCV's… lindell/jsbarcode — JsBarcode is a JavaScript library for generating machine-readable barcodes in both browser and Node.js environments.…

Alternatives open source à Library

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Library.
  • serratus/quaggajsAvatar de serratus

    serratus/quaggaJS

    5,207Voir sur GitHub↗

    quaggaJS is a JavaScript barcode scanner library and client-side processor that performs barcode localization and decoding directly within the browser. It functions as a computer vision barcode decoder that extracts data from both static image files and live camera streams without requiring external server requests. The library supports real-time barcode scanning via webcams and can detect multiple barcode formats simultaneously. It includes tools to visualize the decoding process by rendering bounding boxes and scanlines over the image to monitor localization. Users can configure the specif

    JavaScript
    Voir sur GitHub↗5,207
  • mebjas/html5-qrcodeAvatar de mebjas

    mebjas/html5-qrcode

    6,030Voir sur GitHub↗

    html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser, processing live video from a device camera or decoding codes from uploaded image files without any server-side involvement. The library handles real-time scanning from continuous camera feeds with adjustable frame rates and scanning regions, while also supporting file-based decoding for static images. The scanner offers configurable behavior through runtime settings, allowing developers to adjust scanning speed, viewfinder region, aspect ratio, and restrict decoding to specifi

    TypeScriptbarcodecamerahtml5
    Voir sur GitHub↗6,030
  • react-native-camera/react-native-cameraAvatar de react-native-camera

    react-native-camera/react-native-camera

    9,638Voir sur GitHub↗

    This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into mobile applications. It serves as a tool for implementing image and video capture, as well as specialized scanning and recognition tasks. The library includes specialized capabilities for computer vision, including a barcode scanner for decoding various barcode types, a face detection tool to identify human faces in a live feed, and an optical character recognition engine for extracting written text from the camera stream. The system covers hardware configuration and control, i

    Javacameraface-detectionreact-native
    Voir sur GitHub↗9,638
  • davidshimjs/qrcodejsAvatar de davidshimjs

    davidshimjs/qrcodejs

    14,296Voir sur GitHub↗

    This library is a client-side utility for generating QR code matrix patterns directly within web browsers. It functions as a frontend tool that converts text strings, URLs, and contact information into scannable visual data without requiring server-side processing. The library provides a platform-agnostic interface that renders these patterns using either HTML5 canvas elements or dynamic document object model node injection. It incorporates matrix-based data encoding and Reed-Solomon error correction to ensure that the generated patterns remain readable even if portions of the image are damag

    JavaScript
    Voir sur GitHub↗14,296
  • Voir les 30 alternatives à Library→