Sunflower7788
2155418de5
update docs ( #16688 )
...
* update docs
* add methods
2025-10-17 18:57:37 +08:00
zhang-prog
9db8640e22
use FlashAttention 2.8.2 ( #16689 )
2025-10-17 18:14:06 +08:00
Lin Manhui
daaa599597
[Feat] Support PaddleOCR-VL ( #16602 )
...
* Add PaddleOCR-VL
* Support setting max_concurrency
* Update docs
* Support new predict params
* Update pipeline and demo name
* Fix bugs
* Fix bugs
* Fix errors in documentation
* Remove unit tests temporarily
* Fix bugs and update docs
* Add algorithm docs
* Update layout analysis and paddleocr-vl docs
* Fix doc
---------
Co-authored-by: cuicheng01 <45199522+cuicheng01@users.noreply.github.com>
2025-10-16 20:42:03 +08:00
zhangyubo0722
8ee4a20cc6
add ar models ( #16636 )
2025-10-16 19:10:06 +08:00
SWHL
eaede685bc
docs: fixed broken urls ( #16591 )
...
* docs: fixed broken urls
* docs: fixed broken urls
2025-09-28 08:12:04 +08:00
Chris Chow
7069e78b0a
fix: correct macro to replace /MD with /MT in CMakeLists.txt ( #16443 )
...
* fix: correct macro to replace /MD with /MT in CMakeLists.txt
* Fix code style
2025-09-19 18:29:10 +08:00
共产主义接班人
0f82618807
update mcp_server dependencies ( #16387 )
...
* Update pyproject.toml
* Update pyproject.toml
* Add optional dependencies for local environment
* chore(pyproject): update optional dependencies for local-cpu
* docs(mcp_server): update quick start instructions and dependencies
* docs(mcp_server): 更新快速开始配置说明
* docs(mcp_server): 更新快速开始说明和配置示例
* Checkpoint from VS Code for coding agent session
* Initial plan
* Implement @Bobholamovic's feedback: fix dependencies, restructure docs, add resource warnings
Co-authored-by: nblog <10218627+nblog@users.noreply.github.com>
* docs(mcp_server): 更新安装说明和配置示例
* docs(mcp_server): 更新安装说明和可选依赖信息
* docs(mcp_server): 更新安装说明和可选依赖信息
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: nblog <10218627+nblog@users.noreply.github.com>
2025-09-16 10:10:19 +08:00
co63oc
dfd8efa04f
fix typos ( #16374 )
2025-09-15 14:59:03 +08:00
Bvicii
70e6aa87eb
docs: Update data_synthesis.md ( #16393 )
...
* doc: Update data_synthesis.md
* Update data_synthesis.md
* Update data_synthesis.en.md
2025-09-10 11:42:14 +08:00
王夜羽
98f82a53c8
docs: fixed errors in C++ sample code ( #16378 )
...
Fixed errors in C++ sample code.
2025-09-08 22:30:07 +08:00
cuicheng01
2cf629dbe6
Update docs for a better experience. ( #16419 )
2025-09-08 17:38:54 +08:00
cuicheng01
f6ef577f44
polish docs ( #16365 )
...
* polish docs
* update
2025-08-29 23:02:44 +08:00
guoshengjian
35c1ed56fd
[docs] Modify OCR_windows.md ( #16356 )
...
* modify OCR_windows.md
* modify OCR_windows.md
2025-08-29 16:53:41 +08:00
guoshengjian
4a5c9f702d
update cpp local deployment docs and mkdocs ( #16310 )
...
* fix bug
* update docs and mkdocs
* update ocr.en.md
* update md
* update en docs
* [skip ci]
---------
Co-authored-by: zhangyue66 <zhangyue66@baidu.com>
2025-08-22 15:00:30 +08:00
guoshengjian
074689eee2
add multi_languages rec ( #16305 )
...
* modify rec_predictor
* update [skip ci]
* update [skip ci]
---------
Co-authored-by: zhangyue66 <zhangyue66@baidu.com>
2025-08-21 19:05:32 +08:00
zhangyubo0722
aadd636c43
fix ocr docs ( #16304 )
2025-08-21 18:33:44 +08:00
guoshengjian
66295d859a
update cpp local deployment mkdocs ( #16303 )
...
* update cpp_infer cli and docs
* modify cli.cc
* add OCR.md
* update description
* update
* update
* update
* update
* update
* update
* update
* update windows doc
* update windows doc
* update windows doc
* delete readme
* modify build.sh
* [skip ci]
* modify OCR.md
* modify OCR.md
* update c++ local deployment mkdocs
---------
Co-authored-by: zhangyue66 <zhangyue66@baidu.com>
2025-08-21 17:42:06 +08:00
openvino-book
d277286aae
Update index.en.md ( #16302 )
2025-08-21 17:13:16 +08:00
openvino-book
f2caedaeec
Update index.md ( #16301 )
2025-08-21 17:12:42 +08:00
Lin Manhui
9ae78b6708
Cap PaddleX ( #16294 )
2025-08-21 17:10:06 +08:00
Zhang Zelun
b8b722785a
adapt text det train cmds ( #15430 )
2025-08-21 17:08:42 +08:00
cuicheng01
97fc834cfe
Update for 3.2 ( #16297 )
...
* update for 3.1.1
* update for 3.2
* update readme
2025-08-21 17:07:46 +08:00
guoshengjian
38ea6347fa
[WIP] Update cpp_infer cli and docs ( #16291 )
...
* update cpp_infer cli and docs
* modify cli.cc
* add OCR.md
* update description
* update
* update
* update
* update
* update
* update
* update
* update windows doc
* update windows doc
* update windows doc
* delete readme
* modify build.sh
* [skip ci]
---------
Co-authored-by: zhangyue66 <zhangyue66@baidu.com>
2025-08-21 16:50:44 +08:00
Tingquan Gao
be622ab802
bugfix: params setting in init is not work ( #15997 )
...
* bugfix: params setting in init is not work
fix the default val of predict to None to enable param setting in init
ref: github.com/PaddlePaddle/PaddleX/pull/4340
* update doc about doc translation default value
* update doc
* disable use_doc_orientation_classify, use_doc_unwarping,
use_seal_recognition, use_chart_recognition, use_textline_orientation by setting init params
* update default value of use_textline_orientation
2025-08-20 23:36:54 +08:00
changdazhou
50c86c79b0
support multi-language for PP-StructureV3 ( #16228 )
...
* support multi-language for PP-StructureV3
* update doc
2025-08-20 23:36:23 +08:00
guoshengjian
ceae91ab80
update cpp_infer code and docs ( #16288 )
...
* update cpp_infer code
* update
* update
* update
* update
* update mkdocs
* update
* update
* update mkdocs
---------
Co-authored-by: zhangyue66 <zhangyue66@baidu.com>
2025-08-20 23:27:20 +08:00
zhang-prog
daf25bf48e
update paddle-tensorrt desc ( #16289 )
2025-08-20 20:21:05 +08:00
zhangyubo0722
6678bb21dc
add en, th, el models ( #16229 )
2025-08-20 19:32:22 +08:00
zhangyubo0722
30a6915eb3
support 50 gpu install ( #16282 )
2025-08-20 16:29:54 +08:00
Lin Manhui
931ddf2e64
[Feat] Accommodate new PaddlePredictorOption API ( #16017 )
...
* Accommodate new PaddlePredictorOption API
* Fix device
2025-08-20 15:59:23 +08:00
Lin Manhui
eafdff02a9
[Docs] Polish docs ( #16132 )
...
* Add notice in docs
* Add notice on foreign language integration
2025-08-20 15:38:35 +08:00
Lin Manhui
a5b172e3d9
Add chart parsing module ( #16111 )
2025-08-20 15:16:23 +08:00
zhang-prog
b936130a0c
add pipeline benchmark table ( #16280 )
2025-08-20 15:05:39 +08:00
Lin Manhui
7233295d6a
Split dependencies ( #15693 )
...
* Split dependencies
* More dependency groups
* Remove multimodal and rename doc to doc-parser
* Fix docs
* Fix bugs and polish docs
2025-08-20 14:57:38 +08:00
Tingquan Gao
9da98f18a3
faq: how to change font ( #16129 )
2025-08-19 11:54:11 +08:00
cuicheng01
5034d77f13
update for 3.1.1 ( #16246 )
2025-08-15 16:49:23 +08:00
cuicheng01
4a8aa277f3
update logo.jpg ( #16204 )
2025-08-07 19:14:00 +08:00
cuicheng01
807acdb5f8
replace logo for docs ( #16201 )
2025-08-07 16:38:52 +08:00
zhangyubo0722
15ea6f19f4
update docs ( #16155 )
2025-07-29 14:29:48 +08:00
zhang-prog
f1c3b10741
update hpi doc ( #16134 )
...
* update hpi doc
* update
* update
* update
* update
* update
2025-07-24 22:51:29 +08:00
Poki Bai
a33cbf393e
fix doc translation ( #16131 )
...
* fix doc translation
* fix doc translation
2025-07-24 19:12:41 +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
Yiiii0
e878b023c3
update mcp into main readme ( #15953 )
...
* update mcp into main readme
* update style
* update Technical Report to main readme
* refine and update en readme
* fix index doc for image update
* update value statement in readme
* refine wording
2025-07-11 19:39:13 +08:00
zhang-prog
1c2806397b
update legacy feature doc ( #16012 )
...
* update PaddleOCR version in legacy feature doc
* delete desc of paddle-cuda12-trt
2025-07-09 21:28:02 +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
Tingquan Gao
dbc35238e0
update ppstructurev3 metrics ( #15940 )
2025-07-05 15:24:55 +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