Sign inSign up

ghostry/umi-orc

By ghostry

Updated about 1 year ago

OCR software, free and offline.

Image
0

1.4K

ghostry/umi-orc repository overview

项目说明

原项目地址: https://github.com/hiroi-sora/Umi-OCR

镜像项目地址: https://github.com/easy-docker/umi-orc

此镜像为第三方使用原项目代码制作上传,非官方.

免费,开源,可批量的离线OCR软件 适用于 Windows7 x64 、Linux x64

  • 免费:本项目所有代码开源,完全免费。
  • 方便:解压即用,离线运行,无需网络。
  • 高效:自带高效率的离线OCR引擎,内置多种语言识别库。
  • 灵活:支持命令行、HTTP接口等外部调用方式。
  • 功能:截图OCR / 批量OCR / PDF识别 / 二维码 / 公式识别

使用方法

原使用文档: https://github.com/easy-docker/umi-orc/blob/main/README-docker.md

GUI 模式:

xhost +
docker run -d --name umi-ocr \
    --user $(id -u) \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e DISPLAY=$DISPLAY \
    -v /home:/home \
    -p 1224:1224 \
    ghostry/umi-orc

无头模式增加-e HEADLESS=true,可以仅提供http接口服务,而不使用图形界面.

接口文档: https://github.com/hiroi-sora/Umi-OCR/blob/main/docs/http/README.md

Tag summary

Content type

Image

Digest

sha256:8f605f6b0

Size

767.8 MB

Last updated

about 1 year ago

docker pull ghostry/umi-orc