PaddleOCR 3.5 introduces Hugging Face Transformers as a supported inference backend, selectable via the `engine="transformers"` parameter. This allows OCR models like PP-OCRv5 and document parsing models like PaddleOCR-VL 1.5 to run within PyTorch/Transformers-centered stacks without replacing the default Paddle static graph backend. The release targets developers building RAG, Document AI, and agent workflows who want tighter integration with the Hugging Face ecosystem. Backend-specific options such as dtype, device placement, and attention implementation are configurable via `engine_config`. The default Paddle static backend remains recommended for maximum throughput.
Table of contents
What changed?Why this mattersQuick startWhen should you use the Transformers backend?Try it nowResourcesAcknowledgementsSort: