You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eric Ihli 85f864cd17 Return value from main rather than print
We only really want to print if we are running the module as a script.
It's nice to allow `main` to be imported and used from other code, and
that code probably wants a returned value rather than having to read
from stdout.
5 years ago
..
extract_cells Refactor extract_cells into module 5 years ago
extract_tables Return value from main rather than print 5 years ago
ocr_image Add example image and csv output 5 years ago
ocr_to_csv Remove unused files, finish refactor of structure 5 years ago
pdf_to_images Refactor table extraction into module 5 years ago
__init__.py Add gitignore, rename modules, remove unused code 5 years ago
util.py Refactor utilities to modules 5 years ago