Skip to content

jababanik/tableocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •