@comtext/ocr-fix 1.0.1 → 1.0.2
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 +2 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# ocr-fix
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@comtext/ocr-fix)
|
|
4
|
+
|
|
3
5
|
Post-OCR коррекция текста — набор утилит для исправления артефактов, которые возникают при OCR-распознавании и мешают дальнейшей обработке текста.
|
|
4
6
|
|
|
5
7
|
## Что делает функция `correct`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comtext/ocr-fix",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Post-OCR text correction utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/correct.js",
|
|
@@ -19,6 +19,14 @@
|
|
|
19
19
|
"correction"
|
|
20
20
|
],
|
|
21
21
|
"license": "MIT",
|
|
22
|
+
"homepage": "https://github.com/comtextspace/ocr-fix",
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/comtextspace/ocr-fix.git"
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/comtextspace/ocr-fix/issues"
|
|
29
|
+
},
|
|
22
30
|
"publishConfig": {
|
|
23
31
|
"access": "public"
|
|
24
32
|
},
|