v3.5.0

dgtlmoon/changedetection.iov3.5.0Apr 21, 2026by Bobholamovic

AI Summary

This release introduces deep integration with the Hugging Face ecosystem and enhances PaddlePaddle's document processing and inference capabilities. It adds support for flexible inference engines and a new browser-based inference SDK.

Key Highlights

  • Deep integration with Hugging Face ecosystem supporting 20 major models
  • Flexible switching between PaddlePaddle static/dynamic graph and Transformers backends
  • Support for converting Word, Excel, and PowerPoint to Markdown
  • New PaddleOCR.js SDK for running PP-OCRv5 in the browser

New Features

  • Hugging Face model integration
  • Inference engine flexibility
  • DOCX export support for OCR results
  • Browser inference SDK release

Full Release Notes

## 2026.4.21 v3.5.0 released

* Deeply integrated with the Hugging Face ecosystem, with 20 major models supporting Transformers as the inference backend. Supports flexible switching of inference engines, including PaddlePaddle static graph, PaddlePaddle dynamic graph, or Transformers. 
* Supports conversion of common document formats (Word, Excel, Powerpoint) to Markdown.
* The PaddleOCR-VL series, PP-StructureV3, and PP-DocTranslation support exporting parsing results to DOCX format, making it convenient to view and edit in Word.
* Official browser inference SDK PaddleOCR.js is released, supporting running PP-OCRv5 in the browser.

## 2026.4.21 v3.5.0 发布

* 深度适配 Hugging Face 生态,20 个主要模型支持以 Transformers 作为推理后端。支持灵活切换推理引擎,可选飞桨静态图、飞桨动态图或 Transformers。
* 支持常见文档格式(Word、Excel、Powerpoint)转 Markdown。
* PaddleOCR-VL 系列、PP-StructureV3、PP-DocTranslation 支持将解析结果导出为 DOCX 格式,便于在 Word 中查看和编辑。
* 发布官方浏览器推理 SDK PaddleOCR.js,支持在浏览器中运行 PP-OCRv5。

**Full Changelog**: https://github.com/PaddlePaddle/PaddleOCR/compare/v3.4.1...v3.5.0