mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1170] [CLOSED] [FIX] Stop searching for tessdata #1954
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/1170
Author: @NilsIrl
Created: 1/2/2020
Status: ❌ Closed
Base:
master← Head:tessdata_prefix_better📝 Commits (2)
0cd2439Stop searching for tessdataee354d0Let tesseract find the trained data in hardsubx.c📊 Changes
2 files changed (+8 additions, -127 deletions)
View changed files
📝
src/lib_ccx/hardsubx.c(+4 -22)📝
src/lib_ccx/ocr.c(+4 -105)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Removes logic in ccextractor that looks for
tessdata, in favor of passingNULLto tesseract and let it find the directory.This means that it fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.