UB-Mannheim / tesseract

Tesseract Open Source OCR Engine (main repository)
Apache License 2.0
3.07k stars 434 forks source link

Add Installation with winget (Windows) #37

Closed dinhanhx closed 2 years ago

dinhanhx commented 4 years ago

Like the title, recently my pull request in winget-pkgs has been merged. Therefore, now it's possible to download and install Tesseract OCR 5.0.0 with winget

To search

winget search TesseractOCR

To install

winget install --id MannheimUniversityLibrary.TesseractOCR

Please add these details to README.md or Repos wiki section to make everyone know about this.

nbrewk commented 2 years ago

The package is listed in the winget.run search site, but it does not show up in the actual winget search function. Is there some staleness somewhere (winget.run db or an older tesseract pacakage that does not get picked up by winget)?

stweil commented 2 years ago

The package was removed meanwhile, see https://github.com/microsoft/winget-pkgs/pull/24725.

dinhanhx commented 2 years ago

I didn't pay attention, so I guess I will close this