mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Update tesseract
This commit is contained in:
parent
6622545cb7
commit
1a49d89306
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"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": "3.05.00",
|
"version": "3.05.01",
|
||||||
"url": "http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-3.05.00dev.exe#/dl.7z",
|
"url": "http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-3.05.01.exe#/dl.7z",
|
||||||
"hash": "ff0137d5cc0cee26167b77ccecbfe441200140163e17ab594a75c2369d7e97cb",
|
"hash": "d4c9d3613ee9531cd093692636b58bc87f87a29a188783dbeb03b127e66fa6ba",
|
||||||
"bin": [
|
"bin": [
|
||||||
"ambiguous_words.exe",
|
"ambiguous_words.exe",
|
||||||
"classifier_tester.exe",
|
"classifier_tester.exe",
|
||||||
@ -23,10 +23,10 @@
|
|||||||
],
|
],
|
||||||
"notes": "Language data files can be downloaded from https://github.com/tesseract-ocr/tessdata",
|
"notes": "Language data files can be downloaded from https://github.com/tesseract-ocr/tessdata",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"re": "tesseract-ocr-setup-([\\d.]+)",
|
"re": "tesseract-ocr-setup-(?<version>3.[\\d\\w.-]+).exe",
|
||||||
"url": "https://github.com/UB-Mannheim/tesseract/wiki"
|
"url": "https://github.com/UB-Mannheim/tesseract/wiki"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-$versiondev.exe#/dl.7z"
|
"url": "http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-$version.exe#/dl.7z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user