mammoth

    0熱度

    1回答

    提取的docx文件的文本,我想提取的docx文件中的文本,我一直在使用猛獁象 var mammoth = require("mammoth"); mammoth.extractRawText({path: "./doc.docx"}) .then(function(result){ var text = result.value; // The raw text