image-table-ocr icon indicating copy to clipboard operation
image-table-ocr copied to clipboard

Turn images of tables into CSV data. Detect tables from images and run OCR on the cells.

Results 5 image-table-ocr issues
Sort by recently updated
recently updated
newest added

hey, I m not able to extract table that continues from one page to another as one table using the tools here: [Life_Cycle_Assessment_of_Cow_Tanned_Leather_Produc.pdf](https://github.com/eihli/image-table-ocr/files/13257082/Life_Cycle_Assessment_of_Cow_Tanned_Leather_Produc.pdf) can someone help?

When i run `python -m table_ocr.demo https://raw.githubusercontent.com/eihli/image-table-ocr/master/resources/test_data/simple.png` i get `pytesseract.pytesseract.TesseractError: (1, 'Error opening data file C:UsersGetyAppDataLocalProgramsPythonPython38libsite-packagestable_ocrtessdata/table-ocr.traineddata Please make sure the TESSDATA_PREFIX environment variable is set to your "tessdata" directory. Failed...

Traceback (most recent call last): File "/opt/anaconda3/envs/Hyper-Table-Recognition/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/opt/anaconda3/envs/Hyper-Table-Recognition/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Users/chouroukhelaoui/PycharmProjects/image-table-ocr/table_ocr/demo/__main__.py", line 51, in csv_output = main(sys.argv[1]) File...

We use the below config to get the table ocr, but there is no way to get hocr of the image. can someone add this feature please? ` d =...

Dear @eihli , Thank you very much for your project. It works great! I have not fully understood your detection algorithms yet, but I think there is this issue, which...