@scanmate/image-fix 0.0.4 → 0.1.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.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -200,3 +200,7 @@ Inspects PDF operator streams and classifies page as `'scanned'`, `'born-digital
|
|
|
200
200
|
## License
|
|
201
201
|
|
|
202
202
|
MIT © [ScanMate Team](https://github.com/russoedu/scanmate)
|
|
203
|
+
|
|
204
|
+
## Where the algorithms went
|
|
205
|
+
|
|
206
|
+
[`documentation/algorithms.md`](./documentation/algorithms.md) maps every algorithm this package used to carry to the package that documents it now.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scanmate/image-fix",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Deprecated: forwards to @scanmate/align, @scanmate/diff and @scanmate/ink. Align a scanned or photographed page onto the original it came from, and report which known regions gained ink.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"scan",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"prepack": "node tools/declaration-extensions.cjs"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@scanmate/align": "^0.0
|
|
54
|
-
"@scanmate/diff": "^0.0
|
|
55
|
-
"@scanmate/ink": "^0.0
|
|
53
|
+
"@scanmate/align": "^0.1.0",
|
|
54
|
+
"@scanmate/diff": "^0.1.0",
|
|
55
|
+
"@scanmate/ink": "^0.1.0"
|
|
56
56
|
}
|
|
57
57
|
}
|