Trevixal API
    Preparing search index...

    Interface DOCXImportOptions

    interface DOCXImportOptions {
        images?: "embed" | "skip";
    }
    Index
    images?: "embed" | "skip"

    embed (the default) inlines every word/media part as a data: URL; skip drops images entirely, which keeps the resulting document small when only its text matters.