| Crates.io | findtext_pdf |
| lib.rs | findtext_pdf |
| version | 0.1.2 |
| created_at | 2025-03-07 04:38:08.844606+00 |
| updated_at | 2025-03-16 02:54:46.843557+00 |
| description | Search text in PDF |
| homepage | |
| repository | https://github.com/nabbisen/findtext-pdf-rs |
| max_upload_size | |
| id | 1582344 |
| size | 56,294 |
Search text in PDF
First, add dependency:
cargo add findtext_pdf
Usage:
use findtext_pdf::search;
fn awesome_fn(keyword: &str, filepath: &str) {
let ret = search(keyword, filepath);
}
Available in Assets in Releases. Cross-platform supported.
findtext_pdf <keyword> <filepath>
# will print out like:
# p.2: hej
Depends on: