img2table icon indicating copy to clipboard operation
img2table copied to clipboard

img2table is a table identification and extraction Python Library for PDF and images, based on OpenCV image processing

Results 77 img2table issues
Sort by recently updated
recently updated
newest added

Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 2.15.1 to 3.9.0. Release notes Sourced from rapidfuzz's releases. Release 3.9.0 Changed significantly improve type hints for the library Fixed fix cmake version parsing Release 3.8.1 Fixed...

dependencies

when using .df attribute on the ExtractedTable instance , the output pandas dataframe contains null cell values and no information at all.

请教大神, 这个报错怎么解决呢? File "D:\Users\lfchen\anaconda3\lib\site-packages\numba\core\compiler.py", line 395, in _compile_core raise e File "D:\Users\lfchen\anaconda3\lib\site-packages\numba\core\compiler.py", line 386, in _compile_core pm.run(self.state) File "D:\Users\lfchen\anaconda3\lib\site-packages\numba\core\compiler_machinery.py", line 339, in run raise patched_exception File "D:\Users\lfchen\anaconda3\lib\site-packages\numba\core\compiler_machinery.py", line 330, in...

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...

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](https://github.com/xavctn/img2table/assets/4879572/35fbfb64-7d99-481e-b7fd-7fdd309e323b) But in the output i...

In borderless table image ...After find the table where that image passed to ocr process or need to save that extracted table image in borderless @xavctn

Is there a solution to img2table not being able to detect small columns in a borderless table? not only is it not able to detect them, the elements in those...

Hi, Is it possible to add support for implicit columns? (or even having a way to explicitly specifying where the column border appears in a detected table would be helpful)....

when running the extract table function cv2 throw an attibute error: i am running the latest of the open-cv library. ``` AttributeError: module 'cv2.ximgproc' has no attribute 'niBlackThreshold' ```

Hello, I dont seem to be able to import PDF nor Image from from img2table.document The kernel keeps restarting. I tried reinstalling the library and everything but it just doesn't...