Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrogerxaic <roger.miret@gmail.com>2020-04-14 11:28:50 +0300
committerrogerxaic <roger.miret@gmail.com>2020-04-14 11:28:50 +0300
commitb221071b8ed7f3c162b447196727ed6693946892 (patch)
tree7ed368808a077636d329f8abd387da0076855f54 /package.json
parenta54dbc345b8d4cb22fca039b5e42da1c2ad77af8 (diff)
fix images' orientation based on exif data using Tesseract on node.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index aaaa596..88f0868 100644
--- a/package.json
+++ b/package.json
@@ -64,6 +64,7 @@
"idb-keyval": "^3.2.0",
"is-electron": "^2.2.0",
"is-url": "^1.2.4",
+ "jpeg-autorotate": "^5.0.3",
"node-fetch": "^2.6.0",
"opencollective-postinstall": "^2.0.2",
"regenerator-runtime": "^0.13.3",