From d409f4f3a0679cfa3174a19150394796df85caec Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 5 Nov 2025 01:33:30 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27b751d..cfd5f2a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ PageIndex powers a reasoning-based RAG system that achieved [98.7% accuracy](htt ### ๐Ÿงช Quick Hands-on -- Check out this simple [*Vectorless RAG Notebook*](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/pageindex_RAG_simple.ipynb) โ€” a minimal, hands-on, reasoning-based RAG pipeline using **PageIndex**. +- Check out this simple [_**Vectorless RAG Notebook**_](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/pageindex_RAG_simple.ipynb) โ€” a minimal, hands-on, reasoning-based RAG pipeline using **PageIndex**. - Also experience the [*Vision-based Vectorless RAG*](https://github.com/VectifyAI/PageIndex/blob/main/cookbook/vision_RAG_pageindex.ipynb) โ€” no OCR; a reasoning-native RAG pipeline that works directly over page images.

@@ -71,7 +71,7 @@ PageIndex powers a reasoning-based RAG system that achieved [98.7% accuracy](htt --- -# ๐Ÿ“ฆ PageIndex Tree Structure +# ๐ŸŒฒ PageIndex Tree Structure PageIndex can transform lengthy PDF documents into a semantic **tree structure**, similar to a _"table of contents"_ but optimized for use with Large Language Models (LLMs). It's ideal for: financial reports, regulatory filings, academic textbooks, legal or technical manuals, and any document that exceeds LLM context limits. Here is an example output. See more [example documents](https://github.com/VectifyAI/PageIndex/tree/main/tests/pdfs) and [generated trees](https://github.com/VectifyAI/PageIndex/tree/main/tests/results). @@ -108,7 +108,7 @@ Here is an example output. See more [example documents](https://github.com/Vecti --- -# Package Usage +# ๐Ÿ“ฆ Package Usage You can follow these steps to generate a PageIndex tree from a PDF document. @@ -172,7 +172,7 @@ To address this, we introduced PageIndex OCR โ€” the first long-context OCR mode - Integrate seamlessly PageIndex OCR into your stack via our [API](https://docs.pageindex.ai/quickstart).

- +

---