# Data.Pdf.FieldReader [![Hackage](https://img.shields.io/hackage/v/pdfreader.svg?logo=haskell)](https://hackage.haskell.org/package/pdfreader) [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) This is a minimal library for reading the data in form fields out of a PDF document. A trivial example of how to use this library can be found in `app/Main.hs` in the source repository.