We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defe980 commit 56a6d62Copy full SHA for 56a6d62
typescript/fetch/src/plugin-file-parser/README.md
@@ -7,7 +7,7 @@ Examples demonstrating OpenRouter's FileParserPlugin with raw fetch API.
7
The FileParserPlugin enables PDF processing for models that don't natively support file inputs. The plugin:
8
9
- Accepts PDFs via base64-encoded data URLs
10
-- Extracts text using configurable engines (mistral-ocr, mistral-ocr, native)
+- Extracts text using configurable engines (mistral-ocr, pdf-text, native)
11
- Returns parsed content to the model for processing
12
13
## Examples
0 commit comments