This is a wrapper around the Python Camelot library which converts tables in PDF to markdown.
Please install Ghostscript, a Camelot dependency.
> python table_to_markdown.py '<FILEPATH>/<FILENAME>.pdf'
Markdown tables will be saved to <FILEPATH>/<FILENAME>_table_<TABLENUMBER>.md
> python table_to_markdown.py '<FILEPATH>/<DIRECTORY_NAME>'
Markdown tables will be saved to <FILEPATH>/<DIRECTORY_NAME>/<FILENAME>_table_<TABLENUMBER>.md
> python table_to_markdown.py '<FILEPATH>/<DIRECTORY_NAME>' '<SECOND_FILEPATH>/<DIRECTORY_NAME>'
Markdown tables will be saved to <SECOND_FILEPATH>/<DIRECTORY_NAME>/<FILENAME>_table_<TABLENUMBER>.md