mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	`tesseract` requires env var `SCROLLVIEW_PATH` to be set to call .jar files (see https://tesseract-ocr.github.io/tessdoc/ViewerDebugging.html)
		
			
				
	
	
		
			67 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://github.com/UB-Mannheim/tesseract/wiki",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "version": "5.0.0-alpha.20200328",
 | 
						|
    "description": "Open Source OCR Engine",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.0.0-alpha.20200328.exe#/dl.7z",
 | 
						|
            "hash": "cce7a4c94d64345265fde977dda952a3480c3d2652e06e675651a2b008b7df9f"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v5.0.0-alpha.20200328.exe#/dl.7z",
 | 
						|
            "hash": "618d890875e25c3c83c416322bd895e3acf594eab8cd22edd1b3790ef3fe4255"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "ambiguous_words.exe",
 | 
						|
        "classifier_tester.exe",
 | 
						|
        "cntraining.exe",
 | 
						|
        "combine_lang_model.exe",
 | 
						|
        "combine_tessdata.exe",
 | 
						|
        "dawg2wordlist.exe",
 | 
						|
        "lstmeval.exe",
 | 
						|
        "lstmtraining.exe",
 | 
						|
        "merge_unicharsets.exe",
 | 
						|
        "mftraining.exe",
 | 
						|
        "set_unicharset_properties.exe",
 | 
						|
        "shapeclustering.exe",
 | 
						|
        "tesseract.exe",
 | 
						|
        "text2image.exe",
 | 
						|
        "unicharset_extractor.exe",
 | 
						|
        "wordlist2dawg.exe"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "TESSDATA_PREFIX": "$persist_dir\\tessdata",
 | 
						|
        "SCROLLVIEW_PATH": "$persist_dir\\tessdata"
 | 
						|
    },
 | 
						|
    "persist": "tessdata",
 | 
						|
    "post_install": [
 | 
						|
        "$langdir = versiondir tesseract-languages current $global",
 | 
						|
        "if (Test-Path $langdir) {",
 | 
						|
        "   env \"TESSDATA_PREFIX\" $global $langdir",
 | 
						|
        "}"
 | 
						|
    ],
 | 
						|
    "notes": [
 | 
						|
        "Recognition data files can be installed via \"scoop install tesseract-languages\"",
 | 
						|
        "or downloaded manually from https://github.com/tesseract-ocr/tessdata_fast"
 | 
						|
    ],
 | 
						|
    "suggest": {
 | 
						|
        "tesseract-languages": "tesseract-languages"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://digi.bib.uni-mannheim.de/tesseract/?C=M;O=D",
 | 
						|
        "regex": "tesseract-ocr-w32-setup-v([\\w.-]+)\\.exe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v$version.exe#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v$version.exe#/dl.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |