Created during an internship at nodeflux
clone this repository:
git clone https://github.com/Deanazor/ocr_struk.gitGo to repository folder :
cd ocr_strukI recommend to create a virtual environment first. After that, init environment:
sh InitApp.shRun inference:
python inference.py --image_path="your/image/path"Draw result:
python draw.py --img_path="your/image/path"