Update README.md

This commit is contained in:
Ray 2025-08-30 13:15:36 +08:00 committed by GitHub
parent dc3f7a0824
commit d720c25e31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,6 +120,10 @@ CHATGPT_API_KEY=your_openai_key_here
python3 run_pageindex.py --pdf_path /path/to/your/document.pdf python3 run_pageindex.py --pdf_path /path/to/your/document.pdf
``` ```
<details>
<summary>Optional parameters</summary>
<br>
You can customize the processing with additional optional arguments: 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) --max-tokens-per-node Max tokens per node (default: 20000)
--if-add-node-id Add node ID (yes/no, default: yes) --if-add-node-id Add node ID (yes/no, default: yes)
--if-add-node-summary Add node summary (yes/no, default: no) --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)
``` ```
</details>
--- ---