UNPKG

@aidalinfo/office-to-markdown

Version:

Modern TypeScript library for converting Office documents (DOCX) to Markdown format, optimized for Bun runtime with enhanced table support and math equation conversion.

8 lines 295 B
/** * Pre-process a DOCX file to convert OMML math equations to LaTeX * * @param inputDocx - The DOCX file as a Buffer * @returns A processed DOCX file as a Buffer */ export declare function preprocessDocx(inputDocx: Buffer): Promise<Buffer>; //# sourceMappingURL=docx-preprocessor.d.ts.map