From 2b8347ea3df954e46d3a733e19f10fe9e27c34bf Mon Sep 17 00:00:00 2001 From: WangZiFan Date: Fri, 6 Mar 2026 18:04:01 +0800 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a9b554 --- /dev/null +++ b/README.md @@ -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替换掉下载的对应代码文件。 \ No newline at end of file