File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
typescript/fetch/src/plugin-file-parser Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,9 @@ Examples demonstrating OpenRouter's FileParserPlugin with raw fetch API.
77The FileParserPlugin enables PDF processing for models that don't natively support file inputs. The plugin:
88
99- Accepts PDFs via base64-encoded data URLs
10- - Extracts text using configurable engines (mistral-ocr, pdf-text, native)
10+ - Extracts text using configurable engines
1111- Returns parsed content to the model for processing
1212
1313## Examples
1414
15- - ` file-parser-all-sizes.ts ` - Tests PDF processing across multiple file sizes
16-
17- ## Running
18-
19- ``` bash
20- bun run typescript/fetch/src/plugin-file-parser/file-parser-all-sizes.ts
21- ```
15+ See the TypeScript files in this directory for specific examples.
You can’t perform that action at this time.
0 commit comments