# RapidOCRWeb **Repository Path**: RapidAI/RapidOCRWeb ## Basic Information - **Project Name**: RapidOCRWeb - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-01 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Shows an illustrated sun in light mode and a moon with stars in dark mode.
PyPI SemVer2.0
### 📖 简介 `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/)