about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-09-01 00:26:10 +0200
committerGitHub <noreply@github.com>2020-09-01 00:26:10 +0200
commit5fc5a9f9f18872cb0f1b54359338b2e189dd2bb1 (patch)
tree7f54bc1d068b69b30ad4016fea64b1307664babc /package.json
parentf0b6ddd97948d9c443cd155cb8ccc497e0608117 (diff)
Update Tesseract.js (#14708)
* [WiP] Update Tesseract.js

- Update Tesseract.js to 2.2.1
- Use versioned file names
- differentiate two progression states: preparing OCR and detecting picture

* Get rid of copy-webpack-plugin
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 078ce1fc9..5f1456b65 100644
--- a/package.json
+++ b/package.json
@@ -84,7 +84,6 @@
     "blurhash": "^1.1.3",
     "classnames": "^2.2.5",
     "compression-webpack-plugin": "^5.0.1",
-    "copy-webpack-plugin": "^6.0.3",
     "cross-env": "^7.0.2",
     "css-loader": "^4.2.2",
     "cssnano": "^4.1.10",
@@ -159,7 +158,7 @@
     "stringz": "^2.1.0",
     "substring-trie": "^1.0.2",
     "terser-webpack-plugin": "^3.0.6",
-    "tesseract.js": "2.0.0-alpha.16",
+    "tesseract.js": "^2.1.1",
     "throng": "^4.0.0",
     "tiny-queue": "^0.2.1",
     "uuid": "^8.2.0",