Commit b03f464
[Feat] Support PP-OCRv6 (#18104)
* Fix bugs
* Fix for python3.8
* Fix mcp server
* Optimize
* Fix bugs
* Refactor
* Fix MCP
* Bump MCP to 0.8.1
* Fix bugs
* Bump version to 0.8.2
* Fix bugs and update docs
* Update docs and fix bugs
* Fix bugs
* update pp-ocrv6
* update pp-ocrv6
# Conflicts:
# docs/version3.x/module_usage/text_detection.md
# docs/version3.x/module_usage/text_recognition.md
# docs/version3.x/pipeline_usage/OCR.md
# paddleocr/_api_client/models.py
# paddleocr/_pipelines/ocr.py
* Bump paddleocr version
* update PP-OCRv6 docs: add model metrics, fix sizes, update language count to 50
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* update PP-OCRv6: add model metrics/sizes to docs, support az/ku languages
- Add PP-OCRv6 model precision, sizes, descriptions to doc tables
- Add OCR pipeline introduction for PP-OCRv6
- Remove az/ku from unsupported latin langs (dict covers them)
- Update language count: 48->50 (medium/small), 47->49 (tiny)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Change languages
* Bump js version
* add PP-OCRv6 English docs: algorithm doc + update model tables
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Use default model
* Update doc
* Update mcp docs
* update PP-OCRv6 algorithm docs and mkdocs nav: sync speed table with paper
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Support more params
* Fix MCP
* update READMEs and index docs: PP-OCRv5 -> PP-OCRv6 features
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update sdk
* Fix bugs
* Fix unsaved
* Bump versions
* Fix bugs
* updata readme
---------
Co-authored-by: weixin_46524038 <weixin_46524038@noreply.gitcode.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: zhangyubo0722 <zhangyubo0722@163.com>1 parent b53e29e commit b03f464
193 files changed
Lines changed: 30425 additions & 1352 deletions
File tree
- api_sdk
- go
- typescript
- src
- tests
- configs/rec/PP-OCRv6
- deploy
- cpp_infer/src/configs
- paddleocr_vl_docker/hps
- docs
- version3.x
- algorithm/PP-OCRv6
- inference_deployment/serving/paddleocr_official_api
- integrations
- module_usage
- pipeline_usage
- langchain-paddleocr
- langchain_paddleocr
- document_loaders
- scripts
- tests
- integration_tests
- document_loaders
- unit_tests
- document_loaders
- mcp_server
- paddleocr_mcp
- inference
- ocr
- paddleocr_vl
- pp_structurev3
- tasks
- paddleocr-js
- apps/demo
- packages/core
- src
- pipelines/ocr
- resources
- test
- paddleocr
- _api_client
- _models
- _pipelines
- _utils
- ppocr
- modeling/backbones
- utils/dict
- readme
- tests
- api_client
- models
- pipelines
- ppocr
- security
- tools
- unit
- utils
- tools/infer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
66 | 78 | | |
67 | 79 | | |
68 | 80 | | |
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
72 | 84 | | |
| 85 | + | |
| 86 | + | |
73 | 87 | | |
74 | 88 | | |
75 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
This file was deleted.
0 commit comments