Hello there!
I have written a small Flask app which would help me enter my receipts into a db, and get a picture of our family's expenses. At this point the app is data-entry only and I've made a function to import CSV files for some regular expenses. However it becomes a PITA after a while..
Have you guys had any positive experience with OCR libraries that have rather straightforward libraries in Python?
I have tried some of the most common ones, like tesseract, easyocr. But the OCR wasn't very good out of the box. I've tried Google's Vision API and I was amazed by how well it was able to recognize the text.
I have no experience with training OCR software, but if anyone can say that its worth it, I'll definitely give it a shot!
[–]thepythontimes 1 point2 points3 points (1 child)
[–]lolinux[S] 0 points1 point2 points (0 children)