Add Windows package manager installation methods - #154
Open
XHXIAIEIN wants to merge 4 commits into
Open
Conversation
… Scoop) Add instructions for installing Tesseract on Windows via winget, Chocolatey, and Scoop package managers. Also add PATH configuration steps and a verification command. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Thank you for the feedback! You're right — I've checked and confirmed that the winget package is outdated (v5.4.0 vs latest v5.5.0). I'll remove winget from the PR. Both Chocolatey and Scoop are currently shipping v5.5.0 and are community-maintained. I'll add a note clarifying that these are third-party packages and not directly supported by the Tesseract team. I'll update the PR shortly. |
- Remove winget as it ships an outdated version (v5.4.0 vs latest v5.5.0) - Add note that Chocolatey and Scoop are community-maintained and not officially supported by the Tesseract team Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Chocolatey and Scoop handle PATH automatically. The original text already covers manual PATH setup for the installer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
XHXIAIEIN
force-pushed
the
add-windows-package-managers-installation
branch
from
March 4, 2026 10:07
271b1d5 to
ad0187a
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
XHXIAIEIN
force-pushed
the
add-windows-package-managers-installation
branch
from
March 4, 2026 10:12
ad0187a to
af30fb4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
tesseract --version)Context
The current Windows installation section only mentions the UB Mannheim installer. Many Windows users prefer package managers for easier installation and updates. This PR supplements the existing content without modifying it.
🤖 Generated with Claude Code