File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
docs/install_usage/rapidocr_web Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 22comments : true
33---
44
5-
65<div align =" center " >
76 <picture >
87 <source media="(prefers-color-scheme: dark)" srcset="https://github.com/RapidAI/RapidOCRWeb/releases/download/v0.0.0/RapidOCR_Web_LOGO_white_font.png" width="40%">
@@ -21,7 +20,7 @@ comments: true
2120
2221</div >
2322
24- ### 📖 简介
23+ ### 简介
2524
2625` rapidocr_web ` 是基于` rapidocr ` 库封装的web版OCR程序。它可以让小伙们快速在本地启动OCR服务,支持剪贴板、拖拽和选择图像文件上传识别,同时具有一键复制识别文本功能。
2726
@@ -32,19 +31,27 @@ comments: true
3231
3332UI来自Cursor,自适应移动端和PC端。相比于旧有版本(v0.x),现在版本(v1.x)更加现代化。
3433
35- ### 🛠️ 安装
34+ ### 安装
3635
37- ``` bash
36+ ``` bash linenums="1"
3837pip install rapidocr_web
3938```
4039
41- ### 🚀 使用
40+ ### 使用
41+
42+ #### 用法
43+
44+ ``` bash linenums="1"
45+ rapidocr_web -ip 0.0.0.0 -p 9003
46+ ```
47+
48+ #### 运行
4249
43- ``` bash
50+ ``` bash linenums="1"
4451rapidocr_web -ip 0.0.0.0 -p 9003
4552```
4653
47- #### 浏览器打开 < http://localhost:9003/ > ,enjoy it
54+ #### 浏览器打开 < http://localhost:9003/,enjoy > it
4855
4956> [ !NOTE]
5057>
You can’t perform that action at this time.
0 commit comments