mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 21:23:42 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1674
Author: @rudera-byte
Created: 3/13/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @prateekmedia
Base:
master← Head:master📝 Commits (1)
4f654a2fix: Issue #1162 TESSDATA_PREFIX requires path separator at its end📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
src/lib_ccx/ocr.c(+3 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Issue #1162
TESSDATA_PREFIXis an environment variable that points to the directory/folder containing the tessdata directory/folder. For some reason, ccextractor requiresTESSDATA_PREFIXto finish with a/. It should work without one. So I added a conditional check to include a/if it is not there.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.