hpdft

PDF parsing library and CLI for text, layout, diff, images, and forms

https://github.com/k16shikano/hpdft

Latest on Hackage:0.4.7.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Keiichiro Shikano
Maintained by [email protected]

hpdft is a Haskell library and command-line tool for parsing PDF files. The library exposes document loading, geometry- and tagged-PDF text extraction, page-level paragraph regions, paragraph-level diff, image XObject export, and Form XObject extraction to standalone PDFs. The hpdft executable provides the same features for shell workflows. See docs/library.md for a usage guide and examples/ for sample programs.