https://github.com/rapidai/rapidocrweb
The web version of RapidOCR
https://github.com/rapidai/rapidocrweb
rapidocr
Last synced: 9 months ago
JSON representation
The web version of RapidOCR
- Host: GitHub
- URL: https://github.com/rapidai/rapidocrweb
- Owner: RapidAI
- License: apache-2.0
- Created: 2025-07-28T00:11:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T12:03:32.000Z (10 months ago)
- Last Synced: 2025-08-09T14:14:11.831Z (10 months ago)
- Topics: rapidocr
- Language: Python
- Homepage: https://rapidai.github.io/RapidOCRDocs/main/install_usage/rapidocr_web/usage/
- Size: 131 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 📖 简介
`rapidocr_web`是基于`rapidocr`库封装的web版OCR程序。它可以让小伙们快速在本地启动OCR服务,支持剪贴板、拖拽和选择图像文件上传识别,同时具有一键复制识别文本功能。
整体项目采用前后端分离设计:
- 前端:HTML + CSS + JavaScript
- 后端:Flask
UI来自Cursor,自适应移动端和PC端。相比于旧有版本(v0.x),现在版本(v1.x)更加现代化。
### 📌 版本依赖关系
|`rapidocr_web`|`rapidocr`|
|:---|:---|
|`v1.x`|`rapidocr>=3.0.0`|
|`v0.x`|`rapidocr_onnxruntime==1.4.4`|
### 🛠️ 安装
```bash
pip install rapidocr_web
```
### 🚀 使用
```bash
rapidocr_web -ip 0.0.0.0 -p 9003
```
#### 浏览器打开 ,enjoy it
> [!NOTE]
>
> 浏览器打开的网址是`http`的,不是`https`。
### 📚 文档
完整文档请移步:[docs](https://rapidai.github.io/RapidOCRDocs/main/install_usage/rapidocr_web/usage/)