/ScanBar-Colombia-CC-To-Json

A small project to scan the Colombian document bar and get the information in a json file. \ Proyecto para escanear codigo de barras pdf147 de cedulas Colombianas y obtener la info en un archivo Json

Primary LanguagePython

Scan to Colombian Documents

Run Locally

Clone the project

git clone https://github.com/FelipeGCx/ScanBar-Colombia-CC-To-Json

Install virtual enviroment if you don't have one

pip install virtualenv

Create your virtual enviroment

virtualenv venv -p python3

Init your virtual enviroment

source venv/bin/activate

Install the requirement.txt

pip install -r requirements.txt 

Open app.py and change image_path variable

image_path = 'my_directory/my_barcode.jpg'

Run the app

python3 src/app.py