From 29b556c1effc3c3c9da6f02ad109a84297909f3e Mon Sep 17 00:00:00 2001 From: Yan-Ying Liao Date: Tue, 17 Sep 2024 23:06:08 +0200 Subject: [PATCH] Add new tools --- docs/awesome-rag/techniques.md | 3 ++- docs/awesome-rag/tools.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/awesome-rag/techniques.md b/docs/awesome-rag/techniques.md index 53651c5..f22ee63 100644 --- a/docs/awesome-rag/techniques.md +++ b/docs/awesome-rag/techniques.md @@ -12,4 +12,5 @@ Under construction 🚧 ::: - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/awesome-rag/tools.md b/docs/awesome-rag/tools.md index dd7b853..f2d4efa 100644 --- a/docs/awesome-rag/tools.md +++ b/docs/awesome-rag/tools.md @@ -119,6 +119,8 @@ sidebar_position: 1 | [PDFPlumber](https://github.com/jsvine/pdfplumber) | Extracts tables, text, and metadata from PDFs. | [![Stars](https://img.shields.io/github/stars/jsvine/pdfplumber?style=flat)](https://github.com/jsvine/pdfplumber/stargazers) | | [MinerU](https://github.com/opendatalab/MinerU) | A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction. | [![Stars](https://img.shields.io/github/stars/opendatalab/MinerU?style=flat)](https://github.com/opendatalab/MinerU/stargazers) | | [PDF-Extract-Kit](https://github.com/opendatalab/PDF-Extract-Kit) | A Comprehensive Toolkit for High-Quality PDF Content Extraction. | [![Stars](https://img.shields.io/github/stars/opendatalab/PDF-Extract-Kit?style=flat)](https://github.com/opendatalab/PDF-Extract-Kit/stargazers) | +| [grobid](https://github.com/kermitt2/grobid) | A machine learning software for extracting information from scholarly documents. | [![Stars](https://img.shields.io/github/stars/kermitt2/grobid?style=flat)](https://github.com/kermitt2/grobid/stargazers) | +| [GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0) | Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model. | [![Stars](https://img.shields.io/github/stars/Ucas-HaoranWei/GOT-OCR2.0?style=flat)](https://github.com/Ucas-HaoranWei/GOT-OCR2.0/stargazers) | ## UI/Interface