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 54ccfc2 commit 796f89eCopy full SHA for 796f89e
typescript/ai-sdk-v5/src/plugin-file-parser/README.md
@@ -12,10 +12,15 @@ The FileParserPlugin is automatically enabled when using file attachments with t
12
13
## Examples
14
15
+- `file-parser-pdf-url.ts` - Demonstrates sending PDFs via public URLs without downloading
16
- `file-parser-all-sizes.ts` - Tests PDF processing across multiple file sizes
17
18
## Running
19
20
```bash
21
+# Test all PDF sizes
22
bun run typescript/ai-sdk-v5/src/plugin-file-parser/file-parser-all-sizes.ts
23
+
24
+# Demo PDF URL processing
25
+bun run typescript/ai-sdk-v5/src/plugin-file-parser/file-parser-pdf-url.ts
26
```
0 commit comments