xushengfeng / webocr

本地ocr
https://webocr.netlify.app/
GNU General Public License v3.0
31 stars 3 forks source link
live-text ocr ocr-recognition onnx pwa tailwindcss vite website

webocr

简介

使用 onnx 对文字进行识别,所有运算均运行在本地,不会上传数据,即端侧计算

可同时识别多张图片

使用

点击打开

不依赖任何在线 ocr api,完全免费,不限次数

编译

npm i # 安装依赖
node init.js # 下载模型
npm run build # 编译
npm run preview # 打开服务器