Restructure and update CLI entry point to run_pageindex.py

This commit is contained in:
Ray 2025-04-06 21:49:16 +08:00
parent 1668a53602
commit 403a7a4f54
7 changed files with 181 additions and 261 deletions

View file

@ -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: