-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
172 lines (162 loc) · 5.19 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: RapidOCR 文档
site_url: https://rapidai.github.io/RapidOCRDocs/
site_author: RapidAI
site_description:
Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVION and PaddlePaddle.
repo_name: RapidAI/RapidOCR
repo_url: https://github.com/RapidAI/RapidOCR
copyright: Copyright © 2024 Maintained by SWHL.
theme:
name: material
logo: ./static/images/logo.jpg
favicon: ./static/images/logo.jpg
language: zh
custom_dir: overrides
features:
- announce.dismiss
- content.tooltips
- content.code.copy
- content.tabs.link
- content.footnote.tooltips
- navigation.expand # 默认打开所有的字节
- navigation.tabs # 顶级索引被作为tab
- navigation.tabs.sticky # tab始终可见
- navigation.top # 开启顶部导航栏
- navigation.tracking # 导航栏跟踪
- navigation.footer
- navigation.indexes
- search.highlight # 搜索高亮
- search.share # 搜索分享
- search.suggest # 搜索建议
- toc.follow # 目录跟踪-页面右侧的小目录
palette:
- media: "(prefers-color-scheme: light)" # 浅色
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)" # 深色
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
logo: logo
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
repo: fontawesome/brands/github
tag:
default-tag: fontawesome/solid/tag
hardware-tag: fontawesome/solid/microchip
software-tag: fontawesome/solid/laptop-code
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
plugins:
- tags
- blog:
archive: false
post_date_format: short
blog_toc: true
categories_toc: true
pagination: false
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- git-committers:
repository: RapidAI/RapidOCRDocs
branch: main
token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- footnotes
- def_list
- md_in_html
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RapidAI
- icon: fontawesome/brands/weixin
link: https://raw.githubusercontent.com/RapidAI/.github/main/assets/RapidAI_poster_compose.png
- icon: fontawesome/brands/python
link: https://pypi.org/project/rapidocr-onnxruntime/
nav:
- 概览: index.md
- 快速开始: quickstart.md
- 在线demo: online_demo.md
- 效果展示: visualization.md
- 模型列表: model_list.md
- 安装及使用:
- API:
- install_usage/api/RapidOCR.md
- install_usage/api/VisRes.md
- rapidocr_onnxruntime:
- 安装: install_usage/rapidocr/install.md
- 使用说明: install_usage/rapidocr/usage.md
- 参数解释: install_usage/rapidocr/config_yaml.md
- 命令行工具: install_usage/rapidocr/cli.md
- 更新日志: install_usage/rapidocr/changelog.md
- rapidocr_paddle:
- 安装及使用: install_usage/rapidocr_paddle/usage.md
- 更新日志: install_usage/rapidocr_paddle/changelog.md
- rapidocr_web:
- 安装及使用: install_usage/rapidocr_web/usage.md
- 更新日志: install_usage/rapidocr_web/changelog.md
- 桌面版使用教程: install_usage/rapidocr_web/desktop_usage.md
- Nuitka打包: install_usage/rapidocr_web/nuitka_package.md
- PyInstaller打包: install_usage/rapidocr_web/pyinstaller.md
- 多语言版本部署: install_usage/rapidocr_web/ocrweb_multi.md
- rapidocr_api:
- 安装及使用: install_usage/rapidocr_api/usage.md
- 更新日志: install_usage/rapidocr_api/changelog.md
- 周边项目: related_projects.md
- 博客:
- blog/index.md
- 交流群: communicate.md
- 赞助: sponsor.md
- 商业支持: business_support.md