Hasanshovon / ClearVision-Barcode-Reader

barcode reader using pyzbar and opencv
1 stars 0 forks source link

Barcode Reader with Filtering and Highlighting

This Python project detects, decodes, and highlights barcodes in images, even those with some blurriness. It incorporates filtering techniques to improve readability.

Features

output image

output_image

Installation

  1. Install required libraries:

    
    pip install opencv-python pyzbar