1 unstable release
0.7.1 | Feb 18, 2023 |
---|
#136 in #pdf
24 downloads per month
355KB
9K
SLoC
pdf-extract
A rust library to extract content from PDF files.
let bytes = std::fs::read("tests/docs/simple.pdf").unwrap();
let out = pdf_extract::extract_text_from_mem(&bytes).unwrap();
assert!(out.contains("This is a small demonstration"));
See also
Dependencies
~15MB
~172K SLoC