Skip to content

Add Windows package manager installation methods - #154

Open
XHXIAIEIN wants to merge 4 commits into
tesseract-ocr:mainfrom
XHXIAIEIN:add-windows-package-managers-installation
Open

Add Windows package manager installation methods#154
XHXIAIEIN wants to merge 4 commits into
tesseract-ocr:mainfrom
XHXIAIEIN:add-windows-package-managers-installation

Conversation

@XHXIAIEIN

Copy link
Copy Markdown

Summary

  • Add installation instructions for Windows package managers: winget, Chocolatey, and Scoop
  • Add detailed PATH configuration steps (GUI and PowerShell)
  • Note that Chocolatey and Scoop automatically handle PATH, while installer/winget may require manual setup
  • Add installation verification command (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

… 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>
@zdenop

zdenop commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

I do not recommend adding installation methods that are not directly supported by the Tesseract team, as this will lead to users requesting support for solutions that are outside of our control. For example, winget attempts to install an outdated version:
image

Alternatively, such methods could be clearly marked as unsupported (e.g., “Use at your own risk; for issues, please refer to the Tesseract forum…”).

@XHXIAIEIN

Copy link
Copy Markdown
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.

XHXIAIEIN and others added 2 commits March 4, 2026 18:00
- 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
XHXIAIEIN force-pushed the add-windows-package-managers-installation branch from 271b1d5 to ad0187a Compare March 4, 2026 10:07
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@XHXIAIEIN
XHXIAIEIN force-pushed the add-windows-package-managers-installation branch from ad0187a to af30fb4 Compare March 4, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants