I am still new to Python and Tesseract and I have problems trying to extract the text from an image with a table ( shown in the picture ) into an excel file.
I followed the tutorial from PyImageSearch and it extracted the text and print it in the console.
I want to extract the text and save the output as an excel file with tables and rows same as that in the picture. How can I do it?
Asked
Active
Viewed 5,207 times
4
-
Tesseract can't do it automatically, you have to parse the output you get and then build manually your table. – sinecode Apr 23 '18 at 07:10
-
Thanks @check-emee. Please how can I do that? is there a tutorial for it? Or I will be very happy if you can give me the codes that can do that. Remember, I am still new to Python – Cash Dogg Apr 23 '18 at 09:51