tesseract: Update to 4.1.0.20190314 (#7)

close https://github.com/lukesampson/scoop/pull/3310
This commit is contained in:
Hsiao-nan Cheung 2019-04-24 22:35:51 +08:00 committed by Richard Kuhnt
parent a0fb2d757d
commit 8a2a752360
2 changed files with 11 additions and 8 deletions

View File

@ -5,10 +5,12 @@
"version": "4.0.0", "version": "4.0.0",
"url": [ "url": [
"https://github.com/tesseract-ocr/tessdata_fast/archive/4.0.0.zip", "https://github.com/tesseract-ocr/tessdata_fast/archive/4.0.0.zip",
"https://github.com/USCDataScience/counterfeit-electronics-tesseract/raw/319a6eeacff181dad5c02f3e7a3aff804eaadeca/Training%20Tesseract/snum.traineddata" "https://raw.githubusercontent.com/tesseract-ocr/tessdata/d87b3cbc75555bd3282e0cadab5e159e2d468396/equ.traineddata",
"https://raw.githubusercontent.com/USCDataScience/counterfeit-electronics-tesseract/319a6eeacff181dad5c02f3e7a3aff804eaadeca/Training%20Tesseract/snum.traineddata"
], ],
"hash": [ "hash": [
"6551f6ac0c8d0f75b1dd0fb9bc005af6b8ecc564db711a0e3b33dad2c7c23dd3", "6551f6ac0c8d0f75b1dd0fb9bc005af6b8ecc564db711a0e3b33dad2c7c23dd3",
"3af43a2420ce927dbce68474d644625947189a82ce6ae4fd32106399146819db",
"36f772980ff17c66a767f584a0d80bf2302a1afa585c01a226c1863afcea1392" "36f772980ff17c66a767f584a0d80bf2302a1afa585c01a226c1863afcea1392"
], ],
"extract_dir": "tessdata_fast-4.0.0", "extract_dir": "tessdata_fast-4.0.0",

View File

@ -1,15 +1,16 @@
{ {
"homepage": "https://github.com/UB-Mannheim/tesseract/wiki", "homepage": "https://github.com/UB-Mannheim/tesseract/wiki",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "4.0.0.20181030", "version": "4.1.0.20190314",
"description": "Open Source OCR Engine",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v4.0.0.20181030.exe#/dl.7z", "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v4.1.0.20190314.exe#/dl.7z",
"hash": "f590c1fb1a5e02781635758eada2d87084d64d1e6fb0f761ef8237e60d7ea8ea" "hash": "097ff3850e01281257617e3099d8b22239243fa2e3ff9756f2dafa7ab44b9f98"
}, },
"32bit": { "32bit": {
"url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v4.0.0.20181030.exe#/dl.7z", "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v4.1.0.20190314.exe#/dl.7z",
"hash": "edd28909ffb1d6961f9155441b8d9d5584c99cc8633ad5bb92f8bf4098201ea6" "hash": "87b8041504f304e6e7d942acab7683989eed2440a6c8f8581755810c96ec18f8"
} }
}, },
"bin": [ "bin": [
@ -42,8 +43,8 @@
"tesseract-languages": "tesseract-languages" "tesseract-languages": "tesseract-languages"
}, },
"checkver": { "checkver": {
"re": "tesseract-ocr-w32-setup-v(?<version>[\\d.]+).exe", "url": "https://digi.bib.uni-mannheim.de/tesseract/?C=M;O=D",
"url": "https://digi.bib.uni-mannheim.de/tesseract/" "regex": "tesseract-ocr-w32-setup-v([\\w.-]+)\\.exe"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {