pdftotext

Crates.iopdftotext
lib.rspdftotext
version0.1.5
sourcesrc
created_at2020-12-16 09:14:27.183485
updated_at2020-12-16 22:43:47.925054
descriptionHigh-level library that binds to Poppler to extract text from a PDF
homepagehttps://github.com/dlight/pdftotext
repositoryhttps://github.com/dlight/pdftotext
max_upload_size
id323528
size14,547,777
Elias Gabriel Amaral da Silva (dlight)

documentation

https://docs.rs/pdftotext

README

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.

Commit count: 7

cargo fmt