mkdocs.yml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. site_name: PaddleOCR 文档
  2. site_url: https://paddlepaddle.github.io/PaddleOCR/
  3. site_author: PaddleOCR PMC
  4. site_description:
  5. Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
  6. repo_name: PaddlePaddle/PaddleOCR
  7. repo_url: https://github.com/PaddlePaddle/PaddleOCR
  8. copyright: Copyright © 2024 Maintained by PaddleOCR PMC.
  9. edit_uri: edit/main/docs/
  10. theme:
  11. name: material
  12. logo: version3.x/logo.jpg
  13. favicon: version3.x/logo.jpg
  14. custom_dir: overrides
  15. features:
  16. - announce.dismiss
  17. - content.tooltips
  18. - content.code.copy
  19. - content.tabs.link
  20. - content.footnote.tooltips
  21. - content.action.edit
  22. - content.action.view
  23. - navigation.expand # 默认打开所有的字节
  24. - navigation.tabs # 顶级索引被作为tab
  25. - navigation.tabs.sticky # tab始终可见
  26. - navigation.top # 开启顶部导航栏
  27. - navigation.tracking # 导航栏跟踪
  28. - navigation.footer
  29. - navigation.indexes
  30. - search.highlight # 搜索高亮
  31. - search.share # 搜索分享
  32. - search.suggest # 搜索建议
  33. - toc.follow # 目录跟踪-页面右侧的小目录
  34. palette:
  35. - media: "(prefers-color-scheme: light)" # 浅色
  36. scheme: default
  37. primary: indigo
  38. accent: indigo
  39. toggle:
  40. icon: material/brightness-7
  41. name: Switch to dark mode
  42. - media: "(prefers-color-scheme: dark)" # 深色
  43. scheme: slate
  44. primary: black
  45. accent: indigo
  46. toggle:
  47. icon: material/brightness-4
  48. name: Switch to system preference
  49. icon:
  50. logo: logo
  51. previous: fontawesome/solid/angle-left
  52. next: fontawesome/solid/angle-right
  53. repo: fontawesome/brands/github
  54. edit: material/pencil
  55. view: material/eye
  56. tag:
  57. default-tag: fontawesome/solid/tag
  58. hardware-tag: fontawesome/solid/microchip
  59. software-tag: fontawesome/solid/laptop-code
  60. admonition:
  61. note: octicons/tag-16
  62. abstract: octicons/checklist-16
  63. info: octicons/info-16
  64. tip: octicons/squirrel-16
  65. success: octicons/check-16
  66. question: octicons/question-16
  67. warning: octicons/alert-16
  68. failure: octicons/x-circle-16
  69. danger: octicons/zap-16
  70. bug: octicons/bug-16
  71. example: octicons/beaker-16
  72. quote: octicons/quote-16
  73. plugins:
  74. - tags
  75. - offline
  76. - search:
  77. separator: '[\s\u200b\-_,:!=\[\: )"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
  78. - i18n:
  79. docs_structure: suffix
  80. fallback_to_default: true
  81. reconfigure_material: true
  82. reconfigure_search: true
  83. languages:
  84. - locale: zh
  85. name: 简体中文
  86. default: true
  87. build: true
  88. - locale: en
  89. name: English
  90. site_name: PaddleOCR Documentation
  91. link: /en/
  92. nav_translations:
  93. Home: Home
  94. 安装: Installation
  95. 快速开始: Quick Start
  96. PP-OCRv5: PP-OCRv5
  97. 使用教程: Usage Tutorial
  98. PP-OCRv5简介: PP-OCRv5 Introduction
  99. PP-OCRv5多语种文字识别: PP-OCRv5 Multilingual Text Recognition
  100. PP-StructureV3: PP-StructureV3
  101. PP-StructureV3简介: PP-StructureV3 Introduction
  102. PP-ChatOCRv4: PP-ChatOCRv4
  103. PP-ChatOCRv4简介: PP-ChatOCRv4 Introduction
  104. PaddleOCR-VL: PaddleOCR-VL
  105. PaddleOCR-VL简介: PaddleOCR-VL Introduction
  106. PaddleOCR-VL NVIDIA Blackwell 架构 GPU 环境配置教程: PaddleOCR-VL NVIDIA Blackwell-Architecture GPUs Environment Configuration Tutorial
  107. PaddleOCR-VL XPU 环境配置教程: PaddleOCR-VL XPU Environment Configuration Tutorial
  108. PaddleOCR-VL DCU 环境配置教程: PaddleOCR-VL DCU Environment Configuration Tutorial
  109. PaddleOCR-VL 沐曦 GPU 环境配置教程: PaddleOCR-VL MetaX GPU Environment Configuration Tutorial
  110. PaddleOCR-VL 天数 GPU 环境配置教程: PaddleOCR-VL Iluvatar GPU Environment Configuration Tutorial
  111. PaddleOCR-VL 昇腾 NPU 环境配置教程: PaddleOCR-VL Ascend GPU Environment Configuration Tutorial
  112. 推理部署: Model Deploy
  113. 高性能推理: High-Performance Inference
  114. 打包PaddleOCR项目: Package PaddleOCR Projects
  115. 获取ONNX模型: Obtaining ONNX Models
  116. 端侧部署: On-Device Deployment
  117. 服务化部署: Serving Deployment
  118. 模块列表: Module List
  119. 文档图像方向分类模块: Document Image Orientation Classification Module
  120. 文档类视觉语言模型模块: Document Visual Language Model Module
  121. 公式识别模块: Formula Recognition Module
  122. 版面区域检测模块: Layout Detection
  123. 版面分析模块: Layout Analysis
  124. 印章文本检测模块: Seal Text Detection
  125. 表格单元格检测模块: Table Cell Detection Module
  126. 表格分类模块: Table Classification Module
  127. 表格结构识别模块: Table Structure Recognition Module
  128. 文本检测模块: Text Detection Module
  129. 文本图像矫正模块: Text Image Rectification Module
  130. 文本行方向分类模块: Text Line Orientation Classification Module
  131. 文本识别模块: Text Recognition Module
  132. 产线列表: Pipeline List
  133. 公式识别产线: Formula Recognition Pipeline
  134. 文档图像预处理产线: Document Image Preprocessing Pipeline
  135. 文档理解产线: Document Understanding Pipeline
  136. 印章文本识别产线: Seal Text Recognition Pipeline
  137. 通用表格识别v2产线: General Table Recognition v2 Pipeline
  138. 图表解析模块: Chart Parsing Module
  139. PaddleOCR-VL产线: PaddleOCR-VL Pipeline
  140. 多硬件使用: Multi-Devices Usage
  141. PaddleOCR 多硬件使用指南: PaddleOCR Multi-Devices Usage Guide
  142. 昇腾 NPU 飞桨安装教程: Ascend NPU PaddlePaddle Installation Tutorial
  143. 昆仑 XPU 飞桨安装教程: Kunlun XPU PaddlePaddle Installation Tutorial
  144. 其他说明: Other Notes
  145. PaddleOCR 与 PaddleX: PaddleOCR and PaddleX
  146. PaddleOCR 3.x 升级说明: PaddleOCR 3.x Upgrade Notes
  147. 低代码全流程开发: All-in-One Development
  148. 概述: Overview
  149. 数据标注与合成&数据集: Data Annotation and Synthesis & Datasets
  150. 其它数据标注工具: Other data annotation tools
  151. 其它数据合成工具: Others data synthesis tools
  152. 通用中英文OCR数据集: General Chinese and English OCR dataset
  153. 手写中文OCR数据集: Handwritten Chinese OCR Dataset
  154. 垂类多语言OCR数据集: Vertical multi-language OCR dataset
  155. 版面分析数据集: Layout Analysis Dataset
  156. 表格识别数据集: Table recognition dataset
  157. 关键信息提取数据集: Key Information Extraction Dataset
  158. 近期更新: Recently Update
  159. 版本2.x: Version 2.x
  160. 模型列表: Model List
  161. 基于Python预测引擎推理: Python Inference
  162. 基于C++预测引擎推理: CPP Inference
  163. Visual Studio 2019 Community CMake 编译指南: Visual Studio 2019 Community CMake Compilation Guide
  164. 服务化部署: Sever Deployment
  165. 端侧部署: On-Device Deployment
  166. Android部署: Android Deployment
  167. Paddle2ONNX模型转化与预测: Paddle2ONNX
  168. 云上飞桨部署工具: Paddle Cloud
  169. Benchmark: Benchmark
  170. 博客: Blog
  171. 常见问题: FAQ
  172. 社区: Community
  173. 社区贡献: Community Contribution
  174. 附录: Appendix
  175. 配置 PaddleOCR 推理包日志系统: Configure the logging system for the PaddleOCR inference package
  176. 模块概述: Module Overview
  177. 产线概述: Pipeline Overview
  178. 通用 OCR 产线 C++ 本地部署 - Linux: C++ Local Deployment for General OCR Pipeline - Linux
  179. 通用 OCR 产线 C++ 本地部署 - Windows: C++ Local Deployment for General OCR Pipeline - Windows
  180. C++ 本地部署: C++ Local Deployment
  181. MCP 服务器: MCP Server
  182. 产线并行推理: Parallel Inference for Pipelines
  183. # - locale: ja
  184. # name: 日本語
  185. # site_name: PaddleOCR ドキュメント
  186. # link: /ja/
  187. # nav_translations:
  188. # Home: トップページ
  189. # - locale: ru
  190. # name: Pу́сский язы́к
  191. # site_name: Документация PaddleOCR
  192. # link: /ru/
  193. # nav_translations:
  194. # Home: Главная страница
  195. # - locale: hi
  196. # name: हिन्दी
  197. # site_name: पैडलओसीआर दस्तावेज़ीकरण
  198. # link: /hi/
  199. # nav_translations:
  200. # Home: घर पृष्ठ
  201. # - locale: ko
  202. # name: 한국인
  203. # site_name: PaddleOCR 문서
  204. # link: /ko/
  205. # nav_translations:
  206. # Home: 첫 페이지
  207. # - locale: "null"
  208. # name: Help translating
  209. # build: false
  210. # fixed_link: "https://github.com/PaddlePaddle/PaddleOCR/discussions/13374"
  211. - git-committers:
  212. repository: PaddlePaddle/PaddleOCR
  213. branch: main
  214. token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
  215. - git-revision-date-localized:
  216. enable_creation_date: true
  217. timezone: Asia/Shanghai
  218. type: iso_datetime
  219. exclude:
  220. - "index*.md"
  221. - "quick_start*.md"
  222. - "version3.x/**"
  223. markdown_extensions:
  224. - abbr
  225. - attr_list
  226. - callouts
  227. - pymdownx.snippets
  228. - pymdownx.critic
  229. - pymdownx.caret
  230. - pymdownx.keys
  231. - pymdownx.mark
  232. - pymdownx.tilde
  233. - footnotes
  234. - def_list
  235. - md_in_html
  236. - pymdownx.tasklist:
  237. custom_checkbox: true
  238. - toc:
  239. permalink: true
  240. - pymdownx.superfences:
  241. custom_fences:
  242. - name: mermaid
  243. class: mermaid
  244. format: !!python/name:pymdownx.superfences.fence_code_format
  245. - pymdownx.emoji:
  246. emoji_index: !!python/name:material.extensions.emoji.twemoji
  247. emoji_generator: !!python/name:material.extensions.emoji.to_svg
  248. - pymdownx.highlight:
  249. anchor_linenums: true
  250. line_spans: __span
  251. pygments_lang_class: true
  252. - pymdownx.inlinehilite
  253. - pymdownx.tabbed:
  254. alternate_style: true
  255. - admonition
  256. - pymdownx.details
  257. - pymdownx.superfences
  258. - pymdownx.arithmatex:
  259. generic: true
  260. hooks:
  261. - overrides/hooks/expiry.py
  262. extra:
  263. social:
  264. - icon: fontawesome/brands/github
  265. link: https://github.com/PaddlePaddle/PaddleOCR
  266. - icon: fontawesome/brands/python
  267. link: https://pypi.org/project/paddleocr/
  268. version:
  269. provider: mike
  270. expiry_days: 365
  271. extra_javascript:
  272. - javascripts/katex.min.js
  273. - https://unpkg.com/katex@0/dist/katex.min.js
  274. - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
  275. extra_css:
  276. - https://unpkg.com/katex@0/dist/katex.min.css
  277. nav:
  278. - Home: index.md
  279. - 安装: version3.x/installation.md
  280. - 快速开始: quick_start.md
  281. - PP-OCRv5:
  282. - 使用教程: version3.x/pipeline_usage/OCR.md
  283. - PP-OCRv5简介: version3.x/algorithm/PP-OCRv5/PP-OCRv5.md
  284. - PP-OCRv5多语种文字识别: version3.x/algorithm/PP-OCRv5/PP-OCRv5_multi_languages.md
  285. - PP-StructureV3:
  286. - 使用教程: version3.x/pipeline_usage/PP-StructureV3.md
  287. - PP-StructureV3简介: version3.x/algorithm/PP-StructureV3/PP-StructureV3.md
  288. - PP-ChatOCRv4:
  289. - 使用教程: version3.x/pipeline_usage/PP-ChatOCRv4.md
  290. - PP-ChatOCRv4简介: version3.x/algorithm/PP-ChatOCRv4/PP-ChatOCRv4.md
  291. - PaddleOCR-VL:
  292. - 使用教程: version3.x/pipeline_usage/PaddleOCR-VL.md
  293. - PaddleOCR-VL简介: version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL.md
  294. - PaddleOCR-VL NVIDIA Blackwell 架构 GPU 环境配置教程: version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.md
  295. - PaddleOCR-VL XPU 环境配置教程: version3.x/pipeline_usage/PaddleOCR-VL-XPU.md
  296. - PaddleOCR-VL DCU 环境配置教程: version3.x/pipeline_usage/PaddleOCR-VL-DCU.md
  297. - PaddleOCR-VL 沐曦 GPU 环境配置教程: version3.x/pipeline_usage/PaddleOCR-VL-MetaX-GPU.md
  298. - PaddleOCR-VL 天数 GPU 环境配置教程: version3.x/pipeline_usage/PaddleOCR-VL-Iluvatar-GPU.md
  299. - PaddleOCR-VL 昇腾 NPU 环境配置教程: version3.x/pipeline_usage/PaddleOCR-VL-NPU.md
  300. - 推理部署:
  301. - 高性能推理: version3.x/deployment/high_performance_inference.md
  302. - 获取ONNX模型: version3.x/deployment/obtaining_onnx_models.md
  303. - 端侧部署: version3.x/deployment/on_device_deployment.md
  304. - 服务化部署: version3.x/deployment/serving.md
  305. - MCP 服务器: version3.x/deployment/mcp_server.md
  306. - 打包PaddleOCR项目: version3.x/deployment/packaging.md
  307. - 产线并行推理: version3.x/pipeline_usage/instructions/parallel_inference.md
  308. - C++ 本地部署:
  309. - 通用 OCR 产线 C++ 本地部署 - Linux: version3.x/deployment/cpp/OCR.md
  310. - 通用 OCR 产线 C++ 本地部署 - Windows: version3.x/deployment/cpp/OCR_windows.md
  311. - Benchmark: version3.x/pipeline_usage/instructions/benchmark.md
  312. - 模块列表:
  313. - 模块概述: version3.x/module_usage/module_overview.md
  314. - 文档图像方向分类模块: version3.x/module_usage/doc_img_orientation_classification.md
  315. - 文档类视觉语言模型模块: version3.x/module_usage/doc_vlm.md
  316. - 公式识别模块: version3.x/module_usage/formula_recognition.md
  317. - 版面区域检测模块: version3.x/module_usage/layout_detection.md
  318. - 版面分析模块: version3.x/module_usage/layout_analysis.md
  319. - 印章文本检测模块: version3.x/module_usage/seal_text_detection.md
  320. - 表格单元格检测模块: version3.x/module_usage/table_cells_detection.md
  321. - 表格分类模块: version3.x/module_usage/table_classification.md
  322. - 表格结构识别模块: version3.x/module_usage/table_structure_recognition.md
  323. - 文本检测模块: version3.x/module_usage/text_detection.md
  324. - 文本图像矫正模块: version3.x/module_usage/text_image_unwarping.md
  325. - 文本行方向分类模块: version3.x/module_usage/textline_orientation_classification.md
  326. - 文本识别模块: version3.x/module_usage/text_recognition.md
  327. - 图表解析模块: version3.x/module_usage/chart_parsing.md
  328. - 产线列表:
  329. - 产线概述: version3.x/pipeline_usage/pipeline_overview.md
  330. - 公式识别产线: version3.x/pipeline_usage/formula_recognition.md
  331. - 文档图像预处理产线: version3.x/pipeline_usage/doc_preprocessor.md
  332. - 文档理解产线: version3.x/pipeline_usage/doc_understanding.md
  333. - 印章文本识别产线: version3.x/pipeline_usage/seal_recognition.md
  334. - 通用表格识别v2产线: version3.x/pipeline_usage/table_recognition_v2.md
  335. - PP-DocTranslation产线: version3.x/pipeline_usage/PP-DocTranslation.md
  336. - 多硬件使用:
  337. - PaddleOCR 多硬件使用指南: version3.x/other_devices_support/multi_devices_use_guide.md
  338. - 昇腾 NPU 飞桨安装教程: version3.x/other_devices_support/paddlepaddle_install_NPU.md
  339. - 昆仑 XPU 飞桨安装教程: version3.x/other_devices_support/paddlepaddle_install_XPU.md
  340. - 其他说明:
  341. - PaddleOCR 与 PaddleX: version3.x/paddleocr_and_paddlex.md
  342. - PaddleOCR 3.x 升级说明: update/upgrade_notes.md
  343. - 配置 PaddleOCR 推理包日志系统: version3.x/logging.md
  344. - 低代码全流程开发:
  345. - 概述: version3.x/paddlex/overview.md
  346. - 快速开始: version3.x/paddlex/quick_start.md
  347. - 数据标注与合成&数据集:
  348. - 概述: data_anno_synth/overview.md
  349. - 其它数据标注工具: data_anno_synth/data_annotation.md
  350. - 其它数据合成工具: data_anno_synth/data_synthesis.md
  351. - 通用中英文OCR数据集: datasets/datasets.md
  352. - 手写中文OCR数据集: datasets/handwritten_datasets.md
  353. - 垂类多语言OCR数据集: datasets/vertical_and_multilingual_datasets.md
  354. - 版面分析数据集: datasets/layout_datasets.md
  355. - 表格识别数据集: datasets/table_datasets.md
  356. - 关键信息提取数据集: datasets/kie_datasets.md
  357. - 近期更新: update/update.md
  358. - version2.x:
  359. - 概述: version2.x/legacy/index.md
  360. - 模型列表: version2.x/legacy/model_list_2.x.md
  361. - 基于Python预测引擎推理: version2.x/legacy/python_infer.md
  362. - 基于C++预测引擎推理: version2.x/legacy/cpp_infer.md
  363. - Visual Studio 2019 Community CMake 编译指南: version2.x/legacy/windows_vs2019_build.md
  364. - 服务化部署: version2.x/legacy/paddle_server.md
  365. - Android部署: version2.x/legacy/android_demo.md
  366. - 端侧部署: version2.x/legacy/lite.md
  367. - Paddle2ONNX模型转化与预测: version2.x/legacy/paddle2onnx.md
  368. - 云上飞桨部署工具: version2.x/legacy/paddle_cloud.md
  369. - Benchmark: version2.x/legacy/benchmark.md
  370. - FAQ: FAQ.md
  371. - 社区:
  372. - 社区贡献: community/community_contribution.md
  373. - 附录: community/code_and_doc.md