Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 715 Bytes

File metadata and controls

32 lines (27 loc) · 715 Bytes

tableocr

This is a Python library, which will take an image or a pdf (image type) as an input and extract the data given in the table format.


Error: Unable to get page count. Is poppler installed and in PATH?
Solution: conda install -c conda-forge poppler


from PIL import Image from . import _imaging as core ImportError: DLL load failed: The specified module could not be found.
conda uninstall pillow pip install pillow
Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.
pip uninstall -y numpy

pip uninstall -y setuptools

pip install setuptools

pip install numpy