ExtractC

Extract Vietnamese Card


Keywords
extract
License
MIT
Install
pip install ExtractC==0.2.2

Documentation

VietCardOCR

vietcardocr is a Python library for extracting information from Vietnamese Personal Card (IDCard, Driving License, Student Card).

Installation

Use the package manager pip to install foobar.

pip install vietcardocr

Usage

import vietcardocr.extract as ex

res = ex.extract("example-image.jpg") #return a dictionary data type
print(res)) 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT