Camelot-go is a wrapper around Camelot which is a library that extracts tabular data from PDFs. Please refer to their docs for functionality, usage, and examples.
- GhostScript You may have this installed on your computer already.
gs
on mac and linux andgswin64c
on windows. - Install python libraries.
# python2
pip install ghostscript opencv-python matplotlib camelot-py
# python3
pip3 install ghostscript opencv-python matplotlib camelot-py