zhangyubo0722
|
a6bc9cd3dc
|
add ppocrv5 docs (#15179)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-19 20:22:16 +08:00 |
|
学卿
|
797a560ca0
|
add ocr detV5 docs (#15180)
|
2025-05-19 20:20:57 +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 |
|
liuhongen1234567
|
fdb1165c3a
|
fix doc (#15160)
|
2025-05-19 03:02:35 +08:00 |
|
Lin Manhui
|
b25dcaae0e
|
Add deployment docs and enhance CLI (#15117)
* Add serving and hpi docs
* Optimize CLI logging info
* Update interface
* Add on-device deployment and onnx model conversion docs
* Enhance CLI
* _gen->_iter
* Fix CLI help message
* Update table_recognition_v2 and PP-StructureV3 interfaces
* Update installation doc
* Update interface
* Update interface
* Add logging doc
* Update default values
---------
Co-authored-by: cuicheng01 <45199522+cuicheng01@users.noreply.github.com>
|
2025-05-19 03:01:27 +08:00 |
|
zhang-prog
|
3d594881e4
|
use mixin for code reuse in text_detection and seal_text_detection modules (#15109)
* use mixin for code reuse in text_detection and seal_text_detection modules
* fix input param of doc_vlm CLI
* fix
|
2025-05-18 21:19:31 +08:00 |
|
Lin Manhui
|
849226cf7e
|
Change CLI subparser name and argument order (#15113)
* PP-StructureV3->pp_structurev3
* Change CLI args order
* Polish
* Change order:
|
2025-05-18 21:13:43 +08:00 |
|
Lin Manhui
|
a4fdd4dbdb
|
Add dep installation CLI command (#15103)
|
2025-05-18 21:12:31 +08:00 |
|
zhang-prog
|
2357c63a9a
|
add new docs (pipelines, modules, legacy) (#15096)
* add ocr doc
* add docs
* fix
* add pipeline docs
* add module docs
* update the descriptions of parameters
* update
* update the description of predict_iter
* update
* delete 2.2python脚本
* add char_recognition and region_detection
* modify in predict
* remove redundant 2.2 Python scripts
* modify use_wired_table_cells_trans_to_html
* add use_chart_recognition and use_region_detection
* add information
* add use_orc_model
* add legacy docs
* update
---------
Co-authored-by: guoshengjian <guoshengjian@baidu.com>
|
2025-05-18 21:09:53 +08:00 |
|
zhangyubo0722
|
69ba2b98eb
|
add ocrv5 mobile rec yaml (#15142)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-15 14:21:32 +08:00 |
|
学卿
|
a836921984
|
add ocr-det v5 model (#15123)
* add ocr detV5 model
* add ocr detV5 pretrained model link
|
2025-05-13 17:19:37 +08:00 |
|
liuhongen1234567
|
0caa3e98de
|
add_ppformulanet_plus (#15129)
* add_ppformulanet_plus
* rename ppformulanet_l_plus2plus_l
|
2025-05-13 14:20:42 +08:00 |
|
zhangyubo0722
|
53432e3c55
|
fix ocrv5 rec yaml (#15130)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-13 14:16:29 +08:00 |
|
zhangyubo0722
|
a38c087bcb
|
add ppocr v5 (#15121)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-12 21:55:26 +08:00 |
|
zhangyubo0722
|
0cc9870eb3
|
fix pdmodel to json (#15122)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-12 21:22:52 +08:00 |
|
Anirudh Nimmagadda
|
ef74ef5d3d
|
Fix broken link (#15111)
|
2025-05-08 16:30:31 +08:00 |
|
zhangyubo0722
|
c8eb175db5
|
fix pdx_model_name (#15104)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-07 19:33:00 +08:00 |
|
zhangyubo0722
|
948d521bce
|
uniform export format with pdx (#15086)
|
2025-05-07 00:24:02 +08:00 |
|
zhangyubo0722
|
858a8b67a7
|
rename text rec models (#15085)
Co-authored-by: zhangyubo0722 <zangyubo0722@163.com>
|
2025-05-06 22:15:01 +08:00 |
|
Lin Manhui
|
3d03ca5500
|
[Breaking][Feat] New PaddleOCR inference package (#15046)
* Init new paddleocr
* Remove unused dependency
* Fix typos
* Fix
* Add doc understanding modules
* Fix package finding
* Normalize name
* Fix setting bugs
* Fix setting bug
* Support single model inference
* Add PP-ChatOCRv4-doc
* Add pp_chatocrv4_doc tests
* Enable MKL-DNN when available
* add seal_text_detection modules
* add layout_detection and table_cells_detection modules
* add testing scripts
* Fix desc
* add text_image_unwarping and table_structure_recognition modules
* add formula_recognition and doc_vlm modules
* update formula_recognition default_model_name
* add MKLDNN_BLOCKLIST
* update MKLDNN log
* add seal rec pipeline
* fix sth
* fix sth
* add doc preprocessor pipeline
* fix sth
* add doc understanding
* add table_rec_v2, ppstructurev3, formula_rec pipelines
* move test files
* forward kwargs to pipeline.predict
* clean test files
* Add missing kwargs
* Fix typo
* Fix typo
* rerun CI
* update mkldnn BLOCKLIST
* update
* update warning message
* fix cli args
* update PIPELINE_MKLDNN_BLOCKLIST
* update of workflow
* skip resource_intensive tests
* update config
* skip ppdocbee test_predict_params
---------
Co-authored-by: zhangyue66 <zhangyue66@baidu.com>
Co-authored-by: zhangzelun <zhangzelun@baidu.com>
|
2025-05-04 15:59:02 +08:00 |
|
Liu Jiaxuan
|
0ee4094988
|
change name for table models (#15083)
* change model name
* change model name
|
2025-04-29 20:38:00 +08:00 |
|
timminator
|
8ff69c6606
|
docs: fix dead link for diving into OCR (#15076)
|
2025-04-28 18:24:34 +08:00 |
|
cuicheng01
|
def5ef79f0
|
Add Note message to README (#15080)
* update README
* update README_en.md
|
2025-04-28 16:18:14 +08:00 |
|
liuhongen1234567
|
8e4a3988f1
|
rename yaml (#15079)
|
2025-04-28 14:36:27 +08:00 |
|
Sunflower7788
|
6f113bfd9d
|
rename det models name and fix docs (#15020)
* rename
* rename
* fix and rm docs
* fix and rm docs
* fix and rm docs
* fix and rm docs
|
2025-04-27 22:04:03 +08:00 |
|
zhangyubo0722
|
a80d2c89e5
|
fix det for hpi config (#15056)
|
2025-04-22 16:22:00 +08:00 |
|
zhangyubo0722
|
5d120f8fe9
|
fix rec hpi config (#14905)
|
2025-04-20 14:46:30 +08:00 |
|
Tingquan Gao
|
b0ce52f729
|
save the inference model in json format by default (#15022)
|
2025-04-17 20:17:34 +08:00 |
|
SWHL
|
934faf5931
|
docs: format docs (#15006)
|
2025-04-13 10:35:47 +08:00 |
|
Jan
|
332d9d5112
|
docs: Fix formatting (#14891)
* docs: Fix formatting
* Fix typo
* Fix translation
* Fix formatting
* Fix formatting
|
2025-04-02 20:56:01 +08:00 |
|
co63oc
|
715b1d9aa4
|
Fix typos (#14941)
|
2025-03-28 16:28:38 +08:00 |
|
co63oc
|
33fa33e4a9
|
Fix typos (#14936)
|
2025-03-25 11:15:56 +08:00 |
|
^_^
|
d28cb46061
|
skip unnecessary method calls (#14900)
* skip unnecessary method calls in PaddleOCR.ocr
pre-check meaningless args for PaddleOCR.ocr
* style: make CI happy
|
2025-03-20 10:36:10 +08:00 |
|
Jan
|
17525c5c8e
|
docs: Add missing space (#14890)
|
2025-03-18 15:33:58 +08:00 |
|
Jan
|
d6c7a6c396
|
docs: fix naming (#14886)
|
2025-03-18 08:34:57 +08:00 |
|
Jan
|
6ff9d57ddd
|
Fix formatting Markdown List (#14885)
|
2025-03-18 08:29:15 +08:00 |
|
Jan
|
750941374e
|
Fix typo (#14884)
|
2025-03-18 08:15:00 +08:00 |
|
Jan
|
5e36dc9983
|
docs: fix typos and translation (#14727)
|
2025-03-18 08:14:06 +08:00 |
|
EnflameGCU
|
9bd0177cff
|
[GCU] Update gcu config (#14851)
|
2025-03-17 19:31:37 +08:00 |
|
openvino-book
|
e3f4c87ec0
|
Update README.md (#14660)
fix some format error
|
2025-03-17 16:50:57 +08:00 |
|
timminator
|
5791d75ac9
|
Add missing languages to documentation (#14853)
|
2025-03-14 09:43:31 +08:00 |
|
Jonathans575
|
6778da99e2
|
feat(train): use naive_sync_bn with xpu device. (#14849)
* feat(train): use naive_sync_bn with xpu device.
* feat(train): use naive_sync_bn with xpu device.
|
2025-03-13 19:45:02 +08:00 |
|
liuhongen1234567
|
1ccf688ca2
|
fix static train in formula (#14826)
|
2025-03-08 00:24:37 +08:00 |
|
cuicheng01
|
28657d428b
|
Update docs (#14821)
* update docs for 2.10
* update
* add ch_PP-OCRv4_rec_hgnet_doc.yml
|
2025-03-07 14:38:24 +08:00 |
|
Wang Xin
|
22d3531d7c
|
docs: remove Python 3.7 related expressions (#14818)
|
2025-03-07 09:21:49 +08:00 |
|
timminator
|
2832f027e7
|
fix wrong date in newly added capabilities (#14819)
|
2025-03-07 09:20:07 +08:00 |
|
cuicheng01
|
7c512f3be1
|
New capabilities added for version 2.10 (#14810)
* New capabilities added for version 2.10
* update docs
|
2025-03-06 21:22:16 +08:00 |
|
Jan
|
9b8ac8dbdb
|
docs: fix typos (#14817)
|
2025-03-06 21:06:09 +08:00 |
|
Jan
|
c7527e821a
|
docs: fix typos (#14816)
|
2025-03-06 19:15:15 +08:00 |
|
zhangyubo0722
|
e8399f267b
|
add cli rec model (#14740)
|
2025-03-06 17:05:51 +08:00 |
|