From 7996422c4d9d1716e2b71cdc7048767900413be3 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Mon, 29 Apr 2024 11:28:50 +0900 Subject: [PATCH] Update README.md (title and format) --- rag/pdf2md/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rag/pdf2md/README.md b/rag/pdf2md/README.md index 3cd74c3..6f669b3 100644 --- a/rag/pdf2md/README.md +++ b/rag/pdf2md/README.md @@ -1,10 +1,12 @@ -## RAG pdf2md +# PDF2MD for RAG + +## 使用api_key使用PDF2MD 通过使用doc2x的库,实现将pdf文件转换为结构化md文档。 通过代码调用(需要提供api_key): -~~~ +~~~python import requests as rq import json import os @@ -87,6 +89,6 @@ if __name__ == "__main__": main() ~~~ -通过网页直接在线转: +## 通过网页使用在线PDF2MD服务: -在线网页地址:https://doc2x.noedgeai.com \ No newline at end of file +doc2x在线服务地址:https://doc2x.noedgeai.com