- Create main script for extracting tables from PDF files and saving to Excel format. - Add dependency checks for required libraries and Ghostscript. - Implement functions for extracting tables and saving them to Excel. - Update README with usage instructions and examples. - Add devcontainer configuration for development environment. - Include .gitignore to exclude PDF and Excel files from version control. - Specify required packages in requirements.txt.
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
camelot-py[base]==0.11.0
|
|
pandas>=2.0.0
|
|
openpyxl>=3.1.0
|
|
opencv-python>=4.8.0
|
|
ghostscript>=0.7
|