@albex/ocr 0.6.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,7 @@ language models are downloaded on demand and cached forever in IndexedDB.
11
11
  npm install @albex/ocr
12
12
  ```
13
13
 
14
- This package has a peer dependency on `albex@^0.2.0`.
14
+ This package has a peer dependency on `albex@^0.6.0`.
15
15
 
16
16
  ## Quick start
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@albex/ocr",
3
- "version": "0.6.0",
3
+ "version": "1.0.0",
4
4
  "description": "OCR module for Albex — Tesseract.js fast, lazy by language, zero-impact on the base bundle.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,14 +27,14 @@
27
27
  "access": "public"
28
28
  },
29
29
  "peerDependencies": {
30
- "albex": "^0.6.0"
30
+ "albex": "^1.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "tesseract.js": "^5.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "^5.4.0",
37
- "vitest": "^2.0.0"
37
+ "vitest": "^4.1.9"
38
38
  },
39
39
  "keywords": [
40
40
  "ocr",