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