@nosferatu500/textract-lite
Advanced tools
Comparing version 7.0.9 to 7.0.10
@@ -6,5 +6,6 @@ import fs from "fs"; | ||
import { cleanseText } from "../utils.js"; | ||
import { pathToFileURL } from "url"; | ||
function extractText(filePath, options) { | ||
return new Promise((resolve, reject) => { | ||
fs.readFile(filePath, function (error, data) { | ||
fs.readFile(pathToFileURL(filePath), function (error, data) { | ||
let encoding; | ||
@@ -11,0 +12,0 @@ let decoded; |
{ | ||
"name": "@nosferatu500/textract-lite", | ||
"version": "7.0.9", | ||
"version": "7.0.10", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "homepage": "https://github.com/nosferatu500/textract-lite", | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=20.9" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
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
21585
327