ajrcarey / pdfium-render

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
https://crates.io/crates/pdfium-render
Other
364 stars 59 forks source link

add start index to PdfPageTextSegments #111

Closed zhonghua-wang closed 1 year ago

zhonghua-wang commented 1 year ago

As mentioned in issue #110 , add a start index to PdfPageTextSegments could make it applicable to more scenarios. An example is also added in examples/text_segments.rs.