This commit is contained in:
15
docs/snippets/wasm/utils/token_reduction.md
Normal file
15
docs/snippets/wasm/utils/token_reduction.md
Normal file
@@ -0,0 +1,15 @@
|
||||
```typescript title="WASM"
|
||||
import init, { extractFile } from "kreuzberg-wasm";
|
||||
|
||||
await init();
|
||||
|
||||
const config = {
|
||||
tokenReduction: {
|
||||
mode: "moderate",
|
||||
preserveImportantWords: true,
|
||||
},
|
||||
};
|
||||
|
||||
const result = await extractFile("document.pdf", undefined, config);
|
||||
console.log(result.content);
|
||||
```
|
||||
Reference in New Issue
Block a user