A TypeScript library that converts PDF files to Markdown using a custom-built parser, following SOLID principles and without external PDF parsing libraries. src/ ├── core/ # Core parsing components │ ...
PaperReader/ ├─ app.py ├─ config.yaml ├─ requirements.txt ├─ .env.example ├─ start.bat ├─ start.command ├─ scripts/ │ ├─ start.ps1 ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need to explain ...