26 Commits

Author SHA1 Message Date
zhang-prog
f1c3b10741
update hpi doc (#16134)
* update hpi doc

* update

* update

* update

* update

* update
2025-07-24 22:51:29 +08:00
guoshengjian
e115854794
[docs] Add packaging.md (#16120)
* add packaging.md

* modify docs
2025-07-23 18:45:45 +08:00
Lin Manhui
de17179186
[Docs] Fix errors (#16005)
* Fix docs

* Update MCP docs

* Update English doc and fix docs
2025-07-14 11:44:37 +08:00
Lin Manhui
b34d8fa796
Replace python-magic with puremagic (#15990) 2025-07-08 14:16:25 +08:00
Yiiii0
fc97e5c2d8
update layout for demo 3 (#15975) 2025-07-07 11:56:10 +08:00
Yiiii0
8b32632d02
fix doc layout issue (#15963)
* fix doc layout issue

* fix doc layout issue

* fix doc typo
2025-07-04 15:20:24 +08:00
Yiiii0
24b098cdc2
update demo into mcp readme (#15954) 2025-07-03 21:38:19 +08:00
Lin Manhui
de0ecd466f
[Feat] Add PP-DocTranslate and update docs (#15890)
* Add PP-DocTranslate and update docs

* Fix docs

* Add English doc

* Fix ut
2025-06-28 23:13:32 +08:00
guoshengjian
c0bb8c4faa
[docs] Update Performance Statistics in Docs (#15819)
* Fix docs

* update performance

* update performance

* Fix docs

* update performance

* update performance

* Update docs

* Update tensorrt docs

* update performance

* update performance

* update performance

* update performance

* update performance

* modify chart recognition

* modify seal recognition

* Add resource notice

* Fix mcp docs

* Fix doc

* Fix name

* update performance

* Fix docs

* Fix docs

* Refactor MCP server docs

---------

Co-authored-by: Bobholamovic <mhlin425@whu.edu.cn>
Co-authored-by: Bobholamovic <bob1998425@hotmail.com>
2025-06-26 20:32:46 +08:00
Yiiii0
a922845f7e
update readme (#15857)
* update readme

* Update docs

* Add example

* Fix comma splice

---------

Co-authored-by: Bobholamovic <mhlin425@whu.edu.cn>
2025-06-25 16:11:23 +08:00
Yiiii0
428f1cefd9
refine mcp package (#15753)
* refine mcp package

* temp work

* update image url handle logic

* code review update

* update comments

* add the wrong deleted content

* update readme

* Fix bug

* Add known limitations in documentation

* Polish doc

* local ocr stderr log

* aistudio structure image logic refine

* update code review for stdout

* update code review for stdout

* Polish installation doc

* Fix typing and polish docs

* Fix bugs

* Fix bugs

* Fix docs

* Refine

* Fix

* Polish docs

---------

Co-authored-by: Bobholamovic <mhlin425@whu.edu.cn>
2025-06-21 19:55:59 +08:00
Lin Manhui
bbfa08b25b
[Feat] Accommodate PaddleX 3.0.2 changes (#15745)
* Fix default run_mode

* Bump paddlex version

* Fix typo
2025-06-17 21:29:18 +08:00
Yiiii0
727e0b2ee9
Mcp readme en fix (#15740)
* Update mcp_server.md

fix rendering issue

* Update mcp_server.en.md
2025-06-16 14:15:43 +08:00
Yiiii0
e2b59d4ff9
Update mcp_server.md (#15737)
fix rendering issue
2025-06-16 11:10:59 +08:00
Yiiii0
3ce3dc56fa
[Feat] Mcp draft version for ocrv5 and structurev3 (#15604)
* Add MCP OCR server draft version

* update code review

* structure can return images

* refine code and code review

* fix images return logic

* refractor structure for abstract layer

* Fix bugs and enhance code

* Use string literal for output mode

* update images logic for service

* update readme and config example

* update readme and config example

* Fix bugs and add

* refine structure image logic, now can show positions in texts

* update readme file based on code review

* update readme file

* update readme file

* udpate readme

* udpate readme

* Polish doc

* add en readme

* Refactor docs and update installation guide

---------

Co-authored-by: Bobholamovic <mhlin425@whu.edu.cn>
2025-06-13 18:36:44 +08:00
zhang-prog
f05c9bf33b
docs: update paddle2onnx and on_device_deplyment docs (#15672)
* update paddle2onnx and on_device_deplyment docs

* update
2025-06-11 18:39:00 +08:00
zhang-prog
907b16ee55
fix on_device_deployment.md (#15648) 2025-06-09 15:00:11 +08:00
zhang-prog
0172bd03b1
update descriptions for use_hpip and use_tensorrt settings (#15616)
* update descriptions for use_hpip and use_tensorrt settings

* update

* update
2025-06-09 14:59:41 +08:00
zhang-prog
4ae939fe43
update on_device_deployment doc (#15618) 2025-06-06 19:20:18 +08:00
zhang-prog
80f577cc99
improve on_device_deployment documentation format (#15614) 2025-06-06 18:05:00 +08:00
zhang-prog
e992b00831
enhance and update deployment docs (#15596)
* enhance and update deployment docs

* update

* add example image for PP-OCRv5_mobile edge deployment

* update
2025-06-06 17:25:55 +08:00
guoshengjian
8601c4b457
Fix docs (#15303)
* Revise the English document

* Remove the device from the predict()

* replace general_formula_recognition_001.png

* modify docs and paddleocr/pp_structurev3.py

* modify docs

* modify docs load and use

* Modify GPU device

* modify docs

* modify docs_2

* modify docs-4

* modify docs-5
2025-05-28 10:24:37 +08:00
zhang-prog
fcd7cea732
add the overview of module and pipeline (#15444)
* add the overview of module and pipeline

* update

* add en docs

* add the doc of python and cpp inference
2025-05-28 10:22:30 +08:00
Lin Manhui
eac5578fe2
[Docs] Add upgrade notes and fix docs (#15198)
* Unify refs

* Fix extra newline

* Update mkldnn_blocklists

* Add upgrade notes

* Fix docs

* Add English upgrade notes

* Bump paddlex to 3.0.0

* Update upgrade notes
2025-05-20 15:13:40 +08:00
zhang-prog
f35b9a0c0c
update docs (#15181)
* update docs

* update v3 model_list

* update quick_start and PP-StructureV3
2025-05-19 23:18:11 +08:00
cuicheng01
23e68a0d2b
update docs for spliting 2.x & 3.x (#15167)
* update docs

* update

* update

* update

* update for pre-commit
2025-05-19 15:27:13 +08:00