You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Full local PDF support** - upload and process PDFs directly from your computer
51
+
52
+
This is the easiest way to get started with PageIndex's reasoning-based RAG capabilities.
53
+
54
+
### For Other MCP-Compatible Clients
55
+
56
+
#### Option 1: Local MCP Server (with local PDF upload)
38
57
39
58
**Requirements:** Node.js ≥18.0.0
40
59
@@ -54,7 +73,7 @@ Add to your MCP configuration:
54
73
}
55
74
```
56
75
57
-
### Option 2: Remote MCP Server
76
+
####Option 2: Remote MCP Server
58
77
59
78
Alternatively, connect directly to PageIndex without this wrapper:
60
79
@@ -76,16 +95,17 @@ Alternatively, connect directly to PageIndex without this wrapper:
76
95
77
96
## Available Tools
78
97
79
-
| Tool | Description | Key Parameters |
80
-
|------|-------------|----------------|
81
-
|**process_document**| Upload and process PDF documents from local files or URLs with PageIndex OCR and tree generation |`url` - Local file path or PDF URL |
82
-
|**recent_documents**| Get recent documents with status overview |`limit` (optional) |
83
-
|**get_document**| Get basic document info and status |`doc_id`|
|**process_document**| Upload and process PDF documents from local files or URLs with PageIndex OCR and tree generation |`url` - Local file path or PDF URL|
101
+
|**recent_documents**| Get recent documents with status overview |`limit` (optional)|
102
+
|**get_document**| Get basic document info and status |`doc_id`|
0 commit comments