messense / mupdf-rs

Rust binding to mupdf
GNU Affero General Public License v3.0
104 stars 23 forks source link

added functionality for receiving and parsing stext from page #87

Closed RikaKit closed 4 months ago

RikaKit commented 4 months ago

works exactly the same as toStructuredText https://mupdf.readthedocs.io/en/latest/mupdf-js.html#toStructuredText, but the disadvantage is that mupdf first has to create json, and then mupdf-rs is already parsing it, but the result corresponds to the output of toStructuredText I would like this functionality to be included in the release

messense commented 4 months ago

Could you please run cargo fmt?