pdf-to-excel/.devcontainer
Lukas Holzner 6b18868ca6 Add initial implementation of PDF to Excel table extractor
- 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.
2025-12-02 09:22:42 +00:00
..
devcontainer.json Add initial implementation of PDF to Excel table extractor 2025-12-02 09:22:42 +00:00