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

Getting FileNotFound error #156

Open lukasjelly opened 10 months ago

lukasjelly commented 10 months ago

Hello!

I am trying to use your library however get a FileNotFound error. Please see attached traceback.

I have also attached my code.

Thank you for your time and effort with this library.

Lukas

FileNotFoundError Traceback.txt image

xavctn commented 10 months ago

Hello, Can you provide the numba version installed in your environment ? I will try to replicate the issue.

lukasjelly commented 10 months ago

Hello, Can you provide the numba version installed in your environment ? I will try to replicate the issue. Name: numba Version: 0.58.1 Summary: compiling Python code using LLVM Home-page: https://numba.pydata.org Author: Author-email: License: BSD Location: C:...\PDF Extraction\Python Extraction\venv\Lib\site-packages Requires: llvmlite, numpy Required-by: img2table

xavctn commented 10 months ago

Hi, I tried to replicate the issue on Windows using Python 3.11 but I was not able to. I do not know what is happening on your end TBH.

I cannot really think of what can be causing this issue