Skip to content

Commit

Permalink
AU: 1 updated - tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 6, 2023
1 parent dd3152e commit 0a2c883
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/tesseract/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Download:

x64: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-5.3.1.20230401.exe
x64: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-5.3.3.20231005.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: AC0CE1748B83B993A5C3244D485303695B73FF1CCF0206A6A2AE44040E5A8ED4
checksum64: 79AF1F9153B8FF988BAFFAA164FC70799950078F887E2C93DC3FA7EFED674B21

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/tesseract-ocr/tesseract/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/tesseract/tesseract.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tesseract</id>
<version>5.3.1.20230401</version>
<version>5.3.3.20231005</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/tesseract</packageSourceUrl>
<owners>chtof</owners>
<title>Tesseract Open Source OCR Engine</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tesseract/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file64 = "$toolsDir\tesseract-ocr-w64-setup-5.3.1.20230401.exe"
file64 = "$toolsDir\tesseract-ocr-w64-setup-5.3.3.20231005.exe"
silentArgs = '/S'
}

Expand Down

0 comments on commit 0a2c883

Please sign in to comment.