Example Usage
# If you don't care about extracting text, encrypted PDFs, images, etc. just do this: pipx install pdfalyzer # Or if you want to open encrypted PDFs or use the tools that ship with Pdfalyzer (e.g. extract_pdf_text): pipx install pdfalyzer[extract] # Then pdfalyze to your hearts content: pdfalyze martin_heidegger-being_illmatic.pdf # Consult the help screen if needed: pdfalyze -h # (Optional) Forcibly extract all text (including from embedded images) from a file: extract_pdf_text martin_heidegger-being_illmatic.pdf