Categorygithub.com/cbelsole/camelotgo
repositorypackage
0.0.1
Repository: https://github.com/cbelsole/camelotgo.git
Documentation: pkg.go.dev

# README

Camelot-go

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.

Prerequisites

  1. GhostScript You may have this installed on your computer already. gs on mac and linux and gswin64c on windows.
  2. Install python libraries.
# python2
pip install ghostscript opencv-python matplotlib camelot-py

# python3
pip3 install ghostscript opencv-python matplotlib camelot-py