xavctn / img2table

img2table is a table identification and extraction Python Library for PDF and images, based on OpenCV image processing
MIT License
553 stars 75 forks source link

Unable to extract borderless tables with single row #190

Open bhandarikushal29 opened 6 months ago

bhandarikushal29 commented 6 months ago

I am trying to tables from an image but tables with single rows I am not able to extract.

Attached is the input file page0

But in the output i am unable to capture image

I am using TesseractOCR, but tried others as well. But in vain

Please let me know how do I fix this

arunprasadd commented 5 months ago

I am also facing similar issue. Any solution for the same?