Rainfield Mak
1.A scanned version (croped, grey scale, .jpg file) version of the original image will be store in ./scanned
2.Using OCR technique to obtain the total payable amount on a receipt image (taken from Iphone, .HEIC file).
.
|-- data
| |-- canny_image
| |-- failed
| |-- jpg
| |-- raw_image
| `-- scanned
|-- env
`-- script
python3 main.py
1. Default use is for batch conversion for image stored in ./raw folder.(Singular file conversion is also support for debug purpose)
2. Script support download image from google photo using REST API (!! downloaded will be downsampled, not recommend to use since will greatly affect OCR accuracy)