Files
DotsOCR/README.md
2026-03-10 15:41:56 +08:00

7 lines
337 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 启动指令
```
uvicorn app:app --host 0.0.0.0 --port 8000 --loop asyncio
```
## 文件结构
文件结构仓库所示,但是需要从 https://huggingface.co/rednote-hilab/dots.ocr 下载模型将相关文件放在DotsOCR中。请注意必须使用本仓库DotsOCR中configuration_dots.py替换掉下载的对应代码文件。