How can I select only a predefined part of image for OCR extraction? I know how to extract text with python tesseract and I should be able to process one table, but I dont know how to process multible tables next to each other.
And I want to process these tables:

The template will be the same each time. I will be processing scaned copies. How can I do it with python or C#?
CodePudding user response:

