299 B
299 B
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);