[PR #2918] [MERGED] Add pdf_oxide to PDF section #11254

Closed
opened 2026-04-24 06:03:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2918
Author: @yfedoseev
Created: 2/16/2026
Status: Merged
Merged: 3/2/2026
Merged by: @JinyangWang27

Base: masterHead: add-pdf-oxide


📝 Commits (1)

  • 80a7409 Add pdf_oxide to PDF section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds pdf_oxide to the PDF section under Specific Formats Processing.

  • What: Fast PDF library for text extraction, image extraction, and markdown conversion
  • Language: Rust core with Python bindings via PyO3 (Python 3.8–3.14)
  • License: MIT / Apache-2.0
  • PyPI: pdf-oxide
  • Performance: 2.1ms mean latency, 99.8% pass rate on 3,830 PDFs
  • Active: v0.3.6 released today, consistent commits since 2025

Similar to pikepdf (C++/qpdf core with Python bindings) which is already listed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2918 **Author:** [@yfedoseev](https://github.com/yfedoseev) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@JinyangWang27](https://github.com/JinyangWang27) **Base:** `master` ← **Head:** `add-pdf-oxide` --- ### 📝 Commits (1) - [`80a7409`](https://github.com/vinta/awesome-python/commit/80a7409afbbbf1043e2adc9f5004b50ea0838931) Add pdf_oxide to PDF section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [pdf_oxide](https://github.com/yfedoseev/pdf_oxide) to the **PDF** section under Specific Formats Processing. - **What**: Fast PDF library for text extraction, image extraction, and markdown conversion - **Language**: Rust core with Python bindings via PyO3 (Python 3.8–3.14) - **License**: MIT / Apache-2.0 - **PyPI**: [pdf-oxide](https://pypi.org/project/pdf-oxide/) - **Performance**: 2.1ms mean latency, 99.8% pass rate on 3,830 PDFs - **Active**: v0.3.6 released today, consistent commits since 2025 Similar to pikepdf (C++/qpdf core with Python bindings) which is already listed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 06:03:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#11254