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