mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			61 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.3.3.20231005",
 | 
						|
    "description": "Open Source OCR Engine",
 | 
						|
    "homepage": "https://github.com/UB-Mannheim/tesseract/wiki",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "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"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-5.3.3.20231005.exe#/dl.7z_",
 | 
						|
            "hash": "79af1f9153b8ff988baffaa164fc70799950078f887e2c93dc3fa7efed674b21"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "pre_install": "Expand-7zipArchive \"$dir\\dl.7z_\" \"$dir\" -Removal -Switches '-x!*.exe.nsis -x!$PLUGINSDIR'",
 | 
						|
    "post_install": [
 | 
						|
        "$langdir = versiondir tesseract-languages current $global",
 | 
						|
        "if (Test-Path $langdir) {",
 | 
						|
        "   env \"TESSDATA_PREFIX\" $global $langdir",
 | 
						|
        "}"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "SCROLLVIEW_PATH": "$persist_dir\\tessdata",
 | 
						|
        "TESSDATA_PREFIX": "$persist_dir\\tessdata"
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
    ],
 | 
						|
    "persist": "tessdata",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://digi.bib.uni-mannheim.de/tesseract/?C=M;O=D",
 | 
						|
        "regex": "tesseract-ocr-w64-setup-([\\d.]+)\\.exe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-$version.exe#/dl.7z_"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |