findtext_pdf

Crates.iofindtext_pdf
lib.rsfindtext_pdf
version0.1.2
created_at2025-03-07 04:38:08.844606+00
updated_at2025-03-16 02:54:46.843557+00
descriptionSearch text in PDF
homepage
repositoryhttps://github.com/nabbisen/findtext-pdf-rs
max_upload_size
id1582344
size56,294
nabbisen (nabbisen)

documentation

README

Find Text PDF

crates.io Documentation Dependency Status Releases Workflow License

Summary

Search text in PDF

Development

First, add dependency:

cargo add findtext_pdf

Usage:

use findtext_pdf::search;

fn awesome_fn(keyword: &str, filepath: &str) {
    let ret = search(keyword, filepath);
}

Executable Usage

Available in Assets in Releases. Cross-platform supported.

findtext_pdf <keyword> <filepath>
# will print out like:
# p.2: hej

Acknowledgements

Depends on:

Commit count: 4

cargo fmt