office-text-extractor
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "office-text-extractor", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Yet another library to extract text from MS Office and PDF files", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
// Define the extract text function | ||
export function extractText(filePath: string): Promise<string> | ||
export default function extractText(filePath: string): Promise<string> |
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
21128