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 eaf512d commit 34d735cCopy full SHA for 34d735c
typescript/ai-sdk-v5/src/plugin-file-parser/README.md
@@ -4,15 +4,4 @@ Examples demonstrating OpenRouter's FileParserPlugin with AI SDK v5.
4
5
## Examples
6
7
-- `file-parser-pdf-url.ts` - Demonstrates sending PDFs via public URLs without downloading
8
-- `file-parser-all-sizes.ts` - Tests PDF processing across multiple file sizes
9
-
10
-## Running
11
12
-```bash
13
-# Test all PDF sizes
14
-bun run typescript/ai-sdk-v5/src/plugin-file-parser/file-parser-all-sizes.ts
15
16
-# Demo PDF URL processing
17
-bun run typescript/ai-sdk-v5/src/plugin-file-parser/file-parser-pdf-url.ts
18
-```
+See the TypeScript files in this directory for specific examples.
0 commit comments