Skip to content

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

Notifications You must be signed in to change notification settings

FelipeGCx/ScanBar-Colombia-CC-To-Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages