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 962abb7a02 Move `main` to __init__ for extract_tables
Since this function is the meat and potatoes, it's nice to be able to
import it as typical, which you can't really do if it only resides in
__main__.py.

Also, __main__.py doesn't need `if __name__ == "__main__"`. The whole
point of __main__.py is that it only gets run when that condition is true.
4 years ago
..
extract_cells Refactor extract_cells into module 4 years ago
extract_tables Move `main` to __init__ for extract_tables 4 years ago
ocr_image Add example image and csv output 4 years ago
ocr_to_csv Remove unused files, finish refactor of structure 4 years ago
pdf_to_images Refactor table extraction into module 4 years ago
__init__.py Add gitignore, rename modules, remove unused code 5 years ago
util.py Refactor utilities to modules 4 years ago