python -m venv .venv # Activate the virtual environment depending on your platform # Windows source .venv/bin/activate # linux source .venv/bin/activate # or . .venv ...
pdf2txt is a command line application based on rsc.io/pdf library for parsing PDF files. Russ Cox's PDF library has a bug where he ignores any space characters. https ...