跳转至

安装及使用

Shows an illustrated sun in light mode and a moon with stars in dark mode.
PyPI SemVer2.0

简介

源码:https://github.com/RapidAI/RapidOCRWeb

rapidocr_web是基于rapidocr库封装的web版OCR程序。它可以让小伙们快速在本地启动OCR服务,支持剪贴板、拖拽和选择图像文件上传识别,同时具有一键复制识别文本功能。

整体项目采用前后端分离设计:

  • 前端:HTML + CSS + JavaScript
  • 后端:Flask

UI来自Cursor,自适应移动端和PC端。相比于旧有版本(v0.x),现在版本(v1.x)更加现代化。

安装

pip install rapidocr_web

使用

用法

rapidocr_web -ip 0.0.0.0 -p 9003

运行

rapidocr_web -ip 0.0.0.0 -p 9003

浏览器打开 http://localhost:9003/,enjoy it

[!NOTE]

浏览器打开的网址是http的,不是https

评论