Skip to content

Commit 56a6d62

Browse files
Fix duplicate engine name in FileParserPlugin README
1 parent defe980 commit 56a6d62

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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, mistral-ocr, native)
10+
- Extracts text using configurable engines (mistral-ocr, pdf-text, native)
1111
- Returns parsed content to the model for processing
1212

1313
## Examples

0 commit comments

Comments
 (0)