awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zxing-js avatar

zxing-js/library

0
View on GitHub↗
2,917 نجوم·575 تفرعات·TypeScript·Apache-2.0·1 مشاهدةzxing-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.

سجل النجوم

مخطط تاريخ النجوم لـ zxing-js/libraryمخطط تاريخ النجوم لـ zxing-js/library

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Library

مجموعات منسقة بعناية يظهر فيها Library.
  • JavaScript QR Code Libraries

بدائل مفتوحة المصدر لـ Library

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Library.
  • serratus/quaggajsالصورة الرمزية لـ serratus

    serratus/quaggaJS

    5,207عرض على 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
    عرض على GitHub↗5,207
  • mebjas/html5-qrcodeالصورة الرمزية لـ mebjas

    mebjas/html5-qrcode

    6,030عرض على 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
    عرض على GitHub↗6,030
  • react-native-camera/react-native-cameraالصورة الرمزية لـ react-native-camera

    react-native-camera/react-native-camera

    9,638عرض على 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
    عرض على GitHub↗9,638
  • davidshimjs/qrcodejsالصورة الرمزية لـ davidshimjs

    davidshimjs/qrcodejs

    14,296عرض على 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
    عرض على GitHub↗14,296
عرض جميع البدائل الـ 30 لـ Library→

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ zxing-js/library؟

الميزات الرئيسية لـ zxing-js/library هي: Continuous Scanners, Barcode Decoders, Camera Feed Decoders, Barcode Generators, Web Barcode Integrations, Real-Time Image Processing, Sequential Frame Processing, Geometric Feature Extraction.

ما هي البدائل مفتوحة المصدر لـ zxing-js/library؟

تشمل البدائل مفتوحة المصدر لـ zxing-js/library: 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.…