Extract individual field from table image to excel with OCR
问题 I have scanned images which have tables as shown in this image: I am trying to extract each box separately and perform OCR but when I try to detect horizontal and vertical lines and then detect boxes it's returning the following image: And when I try to perform other transformations to detect text (erode and dilate) some remains of lines are still coming along with text like below: I cannot detect text only to perform OCR and proper bounding boxes aren't being generated like below: I cannot