6 releases
0.1.5 | Dec 16, 2020 |
---|---|
0.1.4 | Dec 16, 2020 |
#1762 in Text processing
29 downloads per month
7MB
157K
SLoC
pdftotext
This crate extracts Poppler's pdftotext -layout
code into a library, linking dynamically to system's Poppler.
The library was tested with Poppler 20.12.1. It calls popper's internal APIs so it
may break with future library versions. If this is a concern, build with
static-poppler
enabled, which statically links vendored Poppler 20.12.1.