Published event
ArtificialIntelligence ProductLaunch 1 source(s)

PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend

Updated September 26, 2026 · 2:44 PM · source date May 18, 2026

Summary

PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend Team Article Published May 18, 2026 Upvote 41 AlexZhang AlexTransformer PaddlePaddle cuicheng ChengCui PaddlePaddle Jun Zhang jzhang533 PaddlePaddle Manhui Lin gggdddfff PaddlePaddle Yue Zhang xiaohei66 PaddlePaddle PaddleOCR 3.5 brings OCR and document parsing tasks closer to the Hugging Face ecosystem. With this release, supported PaddleOCR models can run with Hugging Face Transformers as an inference backend by setting: engine= "transformers" 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.

Why it matters

This ProductLaunch is relevant to the technology intelligence record because it involves Hugging Face, GitHub, Hugging Face Transformers. The source article should remain the factual reference for follow-up coverage.

Key facts
  • PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend Team Article Published May 18, 2026 Upvote 41 AlexZhang AlexTransformer PaddlePaddle cuicheng ChengCui PaddlePaddle Jun Zhang jzhang533 PaddlePaddle Manhui Lin gggdddfff PaddlePaddle Yue Zhang xiaohei66 PaddlePaddle PaddleOCR 3.5 brings OCR and document parsing tasks closer to the Hugging Face ecosystem.
  • With this release, supported PaddleOCR models can run with Hugging Face Transformers as an inference backend by setting: engine= "transformers" 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.
  • Try the live demo on Hugging Face Spaces: https://huggingface.co/spaces/PaddlePaddle/paddleocr-3.5-transformers-demo What changed?
  • PaddleOCR 3.5 introduces a more flexible inference-engine interface.
  • Developers can select the backend through the engine parameter and pass backend-specific options through engine_config .
  • In practice, this means: The pipelines behind these tasks are managed by PaddleOCR, so developers do not need to manually call each internal component.
Entities in this story
Related events