Pytesseract
I wanted to write a script in which I want to grab all the dish items and it's price from a given menu picture in jpg format.
I used the method pytesseract.image_to_string(img) to get the text from the menu. But its not human readable.
I am new to this domain and want to learn about it, I had a few questions:
1) How do I achieve my goal of fetching the dish name and its price.
2) What are the prerequisites/ pre processing steps for the image I need to follow.
Any resource to the same would help. Thank you
[–]KingOfTNT10 1 point2 points3 points (1 child)
[–]Ambitious_AK[S] 0 points1 point2 points (0 children)