mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
The Windows release was missing Tesseract OCR runtime dependencies (tessdata files) needed for the HardSubx feature to work. Users had to manually install Tesseract OCR and set TESSDATA_PREFIX. Changes: - Add get_executable_directory() to ocr.c that returns the directory containing the executable (works on Windows, Linux, and macOS) - Update probe_tessdata_location() to search for tessdata in the executable directory, enabling bundled tessdata to be found - Update release workflow to download eng.traineddata and osd.traineddata from tesseract-ocr/tessdata_fast during release builds - Update WiX installer to include tessdata directory with the traineddata files Now the Windows release includes tessdata files, and CCExtractor will automatically find them in the installation directory without requiring users to install Tesseract separately or set environment variables. Fixes #1578 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The Windows binaries are now distributed separately, please visit https://ccextractor.org/public:general:downloads For a link to the current version.