findtext_pdf 0.1.0

Search text in PDF
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 55.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 148.46 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 31s Average build duration of successful builds.
  • all releases: 34s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nabbisen/findtext-pdf-rs
    1 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nabbisen

Find Text Sheet

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: