v3.5.0

CloakHQ/CloakBrowserv3.5.0Apr 21, 2026by Bobholamovic

AI Summary

A major update that deeply integrates PaddleOCR with the Hugging Face ecosystem, supporting 20 major models via Transformers. It adds document conversion capabilities (Office to Markdown/DOCX) and releases a new browser inference SDK.

Key Highlights

  • Deep integration with Hugging Face ecosystem (20 major models, Transformers backend)
  • Flexible switching of inference engines (PaddlePaddle static/dynamic graph, Transformers)
  • Support for converting Word, Excel, and PowerPoint to Markdown
  • Export parsing results to DOCX format
  • Release of official browser inference SDK PaddleOCR.js

New Features

  • Hugging Face model support and inference engine flexibility
  • Document format conversion (Office to Markdown)
  • DOCX export for parsing results
  • PaddleOCR.js browser SDK

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