office-text-extractor
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -112,3 +112,3 @@ /* | ||
async function parseTextFromWordFile(filePath) { | ||
await new Promise((resolve, reject) => { | ||
return await new Promise((resolve, reject) => { | ||
extractWordFile(filePath) | ||
@@ -115,0 +115,0 @@ .then(convertDocumentXmlToJson) |
{ | ||
"name": "office-text-extractor", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Yet another library to extract text from MS Office and PDF files", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20257