mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Restructure and update CLI entry point to run_pageindex.py
This commit is contained in:
parent
1668a53602
commit
403a7a4f54
7 changed files with 181 additions and 261 deletions
|
|
@ -108,7 +108,7 @@ CHATGPT_API_KEY=your_openai_key_here
|
|||
### 3. Run PageIndex on your PDF
|
||||
|
||||
```bash
|
||||
python3 page_index.py --pdf_path /path/to/your/document.pdf
|
||||
python3 run_pageindex.py --pdf_path /path/to/your/document.pdf
|
||||
```
|
||||
You can customize the processing with additional optional arguments:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue