xavctn / img2table

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

detecting tables of big size #191

Open gmkyadav opened 7 months ago

gmkyadav commented 7 months ago

Hi, I tried algorithm on detecting table in 11000x8500 image where table size is 9000x6000 pixels. I am not getting good results though table is simple. I cannot downsize images as it will wipe off the lines in table. Are there any settings to handle big tables? I cannot share data due to confidentiality. Appreciate your response.

nconsulting commented 2 months ago

I'm having the same issue. Is there a size limit to the image you can feed img2table? I'm using Surya for the OCR part. @gmkyadav have you been able to solve this problem?