What the code in ocr.py does is receive images from the front end, extract all the text, split it up into words in a list and from there extract and recombine the date, value and description of transaction, which is then saved in a database
I used python with the flask integration for the api and pytesseract for the ocr
Log in or sign up for Devpost to join the conversation.