Overview
- Full name
docker.io/rednotehilab/dots.ocr- Registry
- docker.io
- Namespace
- rednotehilab
- Repository
- dots.ocr
- Cached tags
- 1
- Last synced
- 07/13/2026, 03:29 PM
Introduction
Dots OCR 文档识别镜像(小红书 Hilab),高精度文档版面分析与 OCR 服务,结构化文本提取与 RAG 文档预处理。
Details
rednotehilab/dots.ocr 运行 Dots OCR 文档识别服务,提供版面分析、文字检测与结构化 OCR 输出。定位为 OCR API 服务,复杂文档可能需 GPU;文档数字化、RAG 知识库预处理或票据/合同结构化提取。推理资源随文档复杂度增长。
快速启动
docker run -d --name dots-ocr \
-p 8000:8000 \
docker.io/rednotehilab/dots.ocr:latest
推荐实践
docker run -d --name dots-ocr \
--restart unless-stopped \
-p 8000:8000 \
-v /data/ocr:/data \
docker.io/rednotehilab/dots.ocr:latest
核心参数说明
-p 8000:8000— OCR API 端口-v .../data:...— 上传/输出目录- 资源 — 批量 OCR 需 GPU/内存
- 访问 — 限内网 API 调用
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/rednotehilab/dots.ocr :vllm-openai-v0.9.1 | linux/amd64 | 2025/07/25 15:30 | 10.9 GB | sha256:c0d265b1d4c6… |