3 releases

0.1.2 Mar 16, 2025
0.1.1 Mar 7, 2025
0.1.0 Mar 7, 2025

#2398 in Text processing

Download history 151/week @ 2025-03-01 106/week @ 2025-03-08 123/week @ 2025-03-15 7/week @ 2025-03-22

130 downloads per month

Apache-2.0

23KB
105 lines

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:

Dependencies

~17MB
~239K SLoC