ReceiptManager / receipt-parser-legacy

A supermarket receipt parser written in Python using tesseract OCR
https://tech.trivago.com/2015/10/06/python_receipt_parser/
Apache License 2.0
806 stars 198 forks source link

No image found #171

Closed shurkin closed 1 year ago

shurkin commented 2 years ago

Hey,

When I try running OCR it does not found any images in my specific folder... Why ?

image

Did I miss something ?

Thanks for your help.

monolidth commented 2 years ago

Hi, sorry for the late replay but the folder must be named /app/data/img not /usr/src/app/data/img.

Regards, William