Tech · Hugging Face
PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend
Compiled by KHAO Editorial — aggregated from 1 source + 2 references discovered via search. See llms.txt for citation guidance.
★ Tier-1 Source
PaddleOCR continues to provide OCR model series such as PP-OCRv5 and document parsing model series such as PaddleOCR-VL 1.5, while Transformers becomes one of the supported backends for running them.
Key facts
- PaddleOCR helps address this document ingestion challenge by providing OCR series models such as PP-OCRv5 and document parsing series models such as PaddleOCR-VL-1.5
- PaddleOCR continues to provide OCR model series such as PP-OCRv5 and document parsing model series such as PaddleOCR-VL 1.5, while Transformers becomes one of the supported backends for running them
- The team sincerely thank the Hugging Face engineers who supported the PaddleOCR 3.5 Transformers integration
- The team also appreciate Raushan Turganbay and Yoni Gozlan for their valuable PR reviews and feedback
Summary
PaddleOCR 3.5 introduces a more flexible inference-engine interface. In practice, this means:. The pipelines behind these tasks are managed by PaddleOCR, so developers do not need to manually call each internal component. Transformers becomes one of the supported inference backends for running supported PaddleOCR models.