Add README.md

This commit is contained in:
2026-03-06 18:04:01 +08:00
parent c12d3ce84d
commit 2b8347ea3d

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
## 启动指令
```
uvicorn app:app --host 0.0.0.0 --port 8000
```
## 文件结构
文件结构仓库所示,但是需要从 https://huggingface.co/rednote-hilab/dots.ocr 下载模型将相关文件放在DotsOCR中。请注意必须使用本仓库DotsOCR中configuration_dots.py替换掉下载的对应代码文件。