3 个仓库
Restricts decoding to a user-defined subset of 1D and 2D barcode formats for performance or precision.
Distinct from Code Formatting: Distinct from Code Formatting: focuses on limiting which barcode symbologies are decoded, not on styling code snippets.
Explore 3 awesome GitHub repositories matching web development · Barcode Format Filters. Refine with filters or upvote what's useful.
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
Ships configurable format filtering to restrict scanning to specific 1D and 2D code types.
This is an Android barcode scanning library designed to detect and decode barcode data from a live camera feed. It provides the core infrastructure for translating visual patterns into text on mobile devices. The library includes a camera preview manager that adjusts aspect ratios and feed sizes to fit various screen dimensions, as well as a hardware controller for managing flash, autofocus, and sensor selection. It also features a barcode format filter to restrict scanning to specific barcode types to increase detection speed and accuracy. The project covers camera hardware control, live ba
Restricts decoding to a specific subset of barcode formats to increase detection speed and accuracy.
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
Provides the ability to limit scanning to specific barcode formats to improve decoding accuracy.