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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zxing-js avatar

zxing-js/library

0
View on GitHub↗
2,917 estrellas·575 forks·TypeScript·Apache-2.0·6 vistaszxing-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.

Historial de estrellas

Gráfico del historial de estrellas de zxing-js/libraryGráfico del historial de estrellas de zxing-js/library

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Library

Colecciones seleccionadas manualmente donde aparece Library.
  • JavaScript QR Code Libraries

Alternativas open-source a Library

Proyectos open-source similares, clasificados según cuántas características comparten con Library.
  • serratus/quaggajsAvatar de serratus

    serratus/quaggaJS

    5,207Ver en 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
    Ver en GitHub↗5,207
  • mebjas/html5-qrcodeAvatar de mebjas

    mebjas/html5-qrcode

    6,030Ver en 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
    Ver en GitHub↗6,030
  • react-native-camera/react-native-cameraAvatar de react-native-camera

    react-native-camera/react-native-camera

    9,638Ver en 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
    Ver en GitHub↗9,638
  • davidshimjs/qrcodejsAvatar de davidshimjs

    davidshimjs/qrcodejs

    14,296Ver en 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
    Ver en GitHub↗14,296
Ver las 30 alternativas a Library→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de zxing-js/library?

Las características principales de zxing-js/library son: Continuous Scanners, Barcode Decoders, Camera Feed Decoders, Barcode Generators, Web Barcode Integrations, Real-Time Image Processing, Sequential Frame Processing, Geometric Feature Extraction.

¿Qué alternativas de código abierto existen para zxing-js/library?

Las alternativas de código abierto para zxing-js/library incluyen: 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.…