Selaa lähdekoodia

docs: update project lists in README files to include web_api

Add the web_api project to the lists of projects in both the English and Chinese
README.md files, providing a brief description and linking to the project's
documentation. Ensure that the formatting and style are consistent with the
existing project entries.
myhloli 1 vuosi sitten
vanhempi
commit
39873969b0

+ 2 - 0
projects/README.md

@@ -5,4 +5,6 @@
 - [llama_index_rag](./llama_index_rag/README.md): Build a lightweight RAG system based on llama_index
 - [gradio_app](./gradio_app/README.md): Build a web app based on gradio
 - [web_demo](./web_demo/README.md): MinerU online [demo](https://opendatalab.com/OpenSourceTools/Extractor/PDF/) localized deployment version
+- [web_api](./web_api/README.md): Web API Based on FastAPI
+
 

+ 1 - 0
projects/README_zh-CN.md

@@ -5,4 +5,5 @@
 - [llama_index_rag](./llama_index_rag/README_zh-CN.md): 基于 llama_index 构建轻量级 RAG 系统
 - [gradio_app](./gradio_app/README_zh-CN.md): 基于 Gradio 的 Web 应用
 - [web_demo](./web_demo/README_zh-CN.md): MinerU在线[demo](https://opendatalab.com/OpenSourceTools/Extractor/PDF/)本地化部署版本
+- [web_api](./web_api/README.md): 基于 FastAPI 的 Web API
 

+ 0 - 0
web_api/Dockerfile → projects/web_api/Dockerfile


+ 0 - 0
web_api/README.md → projects/web_api/README.md


+ 0 - 0
web_api/app.py → projects/web_api/app.py


+ 0 - 0
web_api/magic-pdf.json → projects/web_api/magic-pdf.json


+ 0 - 0
web_api/magic-pdf.template.json → projects/web_api/magic-pdf.template.json


+ 0 - 0
web_api/requirements.txt → projects/web_api/requirements.txt


+ 0 - 0
web_api/small_ocr.pdf → projects/web_api/small_ocr.pdf


+ 0 - 0
web_api/sources.list → projects/web_api/sources.list


+ 0 - 0
web_api/start_mineru.sh → projects/web_api/start_mineru.sh