From d720c25e318bf37eb16500128a6da84c836757aa Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 30 Aug 2025 13:15:36 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba3872c..18d4210 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ CHATGPT_API_KEY=your_openai_key_here python3 run_pageindex.py --pdf_path /path/to/your/document.pdf ``` +
+Optional parameters +
+ You can customize the processing with additional optional arguments: ``` @@ -129,9 +133,9 @@ You can customize the processing with additional optional arguments: --max-tokens-per-node Max tokens per node (default: 20000) --if-add-node-id Add node ID (yes/no, default: yes) --if-add-node-summary Add node summary (yes/no, default: no) ---if-add-doc-description Add doc description (yes/no, default: no) +--if-add-doc-description Add doc description (yes/no, default: yes) ``` - +
---