From fcf7469ba4036270f468f18d966ba0f18e3b48a7 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 Aug 2026 18:36:59 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db530adf..5ce0ca5e6 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ python3 run_pageindex.py --md_path /path/to/your/document.md > ### ⚡ PageIndex Flash *(preview)* -> **PageIndex Flash** ([`pageindex/flash`](pageindex/flash)) generates tree structures from PDFs in seconds. Structure extraction is purely heuristic-based, no LLM needed. LLM is only used to generate node summaries. Trustworthy embedded PDF bookmarks are merged into the structure by default (`--no-embedded-toc` to disable). +> **PageIndex Flash** ([`pageindex/flash`](pageindex/flash)) generates tree structures from PDFs in seconds. Structure extraction is purely heuristic-based, no LLM needed. LLM is only used to generate node summaries. > > ```bash > python3 run_pageindex.py --flash --pdf_path /path/to/your/document.pdf