It'll automatically create attachments
folder in chosen directory (GUI)
{chosen directory}
├── 1040020890_DSPSg_TZ_signed.pdf
├── 1040020890_DSPSg_KO-1.pdf
└── attachments (automatically created)
├── *.pdf
├── *.gml
├── *.txt
├── *.xlsx
├── *.xml
└── *.dgn
Python 3
pip3 install pyinstaller
pip3 install -r requirements.txt
pyinstaller --onefile --noconsole --clean --add-data 'font:font' --name pdf-extracter gui.py
python -m PyInstaller --onefile --noconsole --clean --add-data 'font;font' --name pdf-extracter gui.py
python3 gui.py