mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-24 20:28:12 +02:00
refactor: remove source paths from PIFS
This commit is contained in:
parent
b9e30952ad
commit
dc4de3116f
22 changed files with 324 additions and 528 deletions
|
|
@ -173,7 +173,7 @@ python3 run_pageindex.py --pdf_path /path/to/your/document.pdf
|
|||
You can customize the processing with additional optional arguments:
|
||||
|
||||
```
|
||||
--model LLM model to use (default: gpt-4o-2024-11-20)
|
||||
--model LLM model to use (default: gpt-5.4)
|
||||
--toc-check-pages Pages to check for table of contents (default: 20)
|
||||
--max-pages-per-node Max pages per node (default: 10)
|
||||
--max-tokens-per-node Max tokens per node (default: 20000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue