Skip to content

Commit eb2df02

Browse files
Remove duplicate text and filename references from docs
1 parent 6db83ab commit eb2df02

File tree

1 file changed

+2
-8
lines changed
  • typescript/fetch/src/plugin-file-parser

1 file changed

+2
-8
lines changed

typescript/fetch/src/plugin-file-parser/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ Examples demonstrating OpenRouter's FileParserPlugin with raw fetch API.
77
The 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.

0 commit comments

Comments
 (0)