Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 409 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 409 Bytes

tablesplitter

Split a table in an image extracted from a PDF and OCR the individual pieces.

Configuration

Create a Python module where you define the settings variables.

Make sure its in your Python path and set the environment variable TABLESPLITTER_SETTINGS_MODULE to that module.

For example,

` export TABLESPLITTER_SETTINGS_MODULE='localsettings' `