Add pdf_oxide to Libraries > Graphics > PDF#2214
Closed
yfedoseev wants to merge 1 commit intorust-unofficial:mainfrom
Closed
Add pdf_oxide to Libraries > Graphics > PDF#2214yfedoseev wants to merge 1 commit intorust-unofficial:mainfrom
yfedoseev wants to merge 1 commit intorust-unofficial:mainfrom
Conversation
pdf_oxide is a fast PDF toolkit for text extraction, image extraction, markdown conversion, creation, and editing. Written in pure Rust with Python bindings via PyO3. - 99.8% pass rate on 3,830 test PDFs - Mean 2.3ms per page extraction latency - MIT/Apache-2.0 dual-licensed GitHub: https://github.com/yfedoseev/pdf_oxide Crates.io: https://crates.io/crates/pdf_oxide
Collaborator
|
In order to attempt to be as fair as we can with the process regarding additions of new projects we're using external popularity metrics to guide this. Our current standards (as per our CONTRIBUTING.md) are at least one of: a minimum of 50 stars on Github; 2000 downloads for projects with published crates; or equivalent values in other areas (e.g. downloads in other places, star-type popularity in other repositories). Unfortunately the project you've submitted doesn't reach any of these thresholds. If you think that we've miscounted or there is another public metric that you think we should take into account, then please re-open this PR and detail where else we should be looking. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add pdf_oxide to the PDF subsection under Libraries > Graphics.
pdf_oxide is a fast PDF toolkit written in pure Rust. It supports text extraction, image extraction, markdown conversion, PDF creation, and editing. Also provides Python bindings via PyO3.
Key facts:
Links: