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

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

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

LazarSoft/jsqrcode

0
View on GitHub↗
4,024 نجوم·1,149 تفرعات·JavaScript·Apache-2.0·2 مشاهداتwww.webqr.com↗

Jsqrcode

jsqrcode هي مكتبة JavaScript لفك تشفير رموز QR داخل متصفح الويب. تعمل كماسح ضوئي وفك تشفير لرموز QR قادرة على استخراج النصوص والبيانات المشفرة من مصادر مرئية متنوعة.

تدعم المكتبة استخراج البيانات من الصور الثابتة عبر عناوين URL وعناوين URL للبيانات، وكذلك من عناصر canvas. كما توفر إمكانيات مسح في الوقت الفعلي من خلال معالجة تدفقات الفيديو المباشرة من كاميرا الجهاز عبر واجهة برمجة تطبيقات أجهزة الوسائط (Media devices API).

تغطي معالجتها الداخلية اكتشاف الأنماط، وأخذ عينات البكسل، وفك تشفير المصفوفة الثنائية. وتستخدم تصحيح أخطاء Reed-Solomon لاستعادة البيانات المفقودة أو التالفة من تدفق البتات المفكوك.

Features

  • QR Codes - Provides comprehensive capabilities for decoding QR codes from image URLs, data URLs, and canvas elements.
  • Camera QR Code Scanners - Detects and decodes QR codes in real time using a live video stream from the device camera.
  • JavaScript QR Decoders - A JavaScript library for decoding QR codes from images, data URLs, and live camera streams.
  • QR Code Scanning - Enables QR code scanning directly within a web browser without requiring native mobile applications.
  • Webcam Frame Captures - Captures sequential images from a live webcam stream for real-time QR scanning.
  • Visual Data Extraction - Converts visual QR code patterns into usable digital data within a web browser environment.
  • Error Correction Codes - Uses Reed-Solomon error correction to recover missing or damaged data from the decoded bitstream.
  • QR Pattern Detection - Locates the three corner squares of a QR code to determine orientation and scale.
  • Binary Matrix Decoders - Converts pixel intensity levels into a binary grid of modules for data extraction.
  • Pixel Color Sampling - Extracts raw RGBA data from canvas elements to process pixel values for pattern recognition.

سجل النجوم

مخطط تاريخ النجوم لـ lazarsoft/jsqrcodeمخطط تاريخ النجوم لـ lazarsoft/jsqrcode

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

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

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

Start searching with AI

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

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

    cozmo/jsQR

    3,992عرض على GitHub↗

    jsQR is a JavaScript library for locating and decoding QR codes directly within a browser or Node.js environment. It functions as a client-side scanner and decoder that extracts text and data from images using pixel arrays, removing the need for server-side processing. The library provides tools for QR code localization to identify the exact coordinates of corners and alignment patterns within a larger image. It uses image pattern recognition to isolate the QR code and extract its encoded content. Its internal operations cover binarization-based thresholding, geometric pattern localization,

    TypeScriptqrqr-codeqr-parsing-library
    عرض على GitHub↗3,992
  • codebude/qrcoderالصورة الرمزية لـ codebude

    codebude/QRCoder

    5,135عرض على GitHub↗

    QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a dependency-free implementation of the QR code standard for the .NET ecosystem, handling the full process from data encoding to visual output. The library includes tools for customizing QR codes through the adjustment of colors, error correction levels, and the embedding of custom logos. It also supports standardized payload formatting for specific data types such as WiFi credentials, contact cards, and payment systems. The rendering engine outputs QR codes into multiple formats, in

    C#
    عرض على GitHub↗5,135
  • efprefix/efqrcodeالصورة الرمزية لـ EFPrefix

    EFPrefix/EFQRCode

    4,751عرض على GitHub↗

    EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and visionOS. It functions as a toolkit for creating both static and animated QR codes and extracting encoded text from one or multiple codes within a single image. The library enables visual branding through the integration of watermarks, icons, and animated sequences. It supports multi-format export, allowing generated codes to be saved as static images, lossless PDFs, animated GIFs, or video files. The toolkit covers high-level functional areas including QR code generation, image-b

    Swift
    عرض على GitHub↗4,751
  • 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
عرض جميع البدائل الـ 30 لـ Jsqrcode→

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

ما هي وظيفة lazarsoft/jsqrcode؟

jsqrcode هي مكتبة JavaScript لفك تشفير رموز QR داخل متصفح الويب. تعمل كماسح ضوئي وفك تشفير لرموز QR قادرة على استخراج النصوص والبيانات المشفرة من مصادر مرئية متنوعة.

ما هي الميزات الرئيسية لـ lazarsoft/jsqrcode؟

الميزات الرئيسية لـ lazarsoft/jsqrcode هي: QR Codes, Camera QR Code Scanners, JavaScript QR Decoders, QR Code Scanning, Webcam Frame Captures, Visual Data Extraction, Error Correction Codes, QR Pattern Detection.

ما هي البدائل مفتوحة المصدر لـ lazarsoft/jsqrcode؟

تشمل البدائل مفتوحة المصدر لـ lazarsoft/jsqrcode: cozmo/jsqr — jsQR is a JavaScript library for locating and decoding QR codes directly within a browser or Node.js environment. It… mebjas/html5-qrcode — html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser,… codebude/qrcoder — QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a… efprefix/efqrcode — EFQRCode is a Swift library for generating, styling, and scanning QR codes across iOS, macOS, watchOS, tvOS, and… tuyafeng/via — Via is a lightweight Android web browser that uses native system rendering for efficient page display. It functions as… xuexiangjys/xui — XUI is a native Android UI framework and component library designed for building application interfaces. It provides a…