mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #958] [MERGED] [FIX]-nocf not working with OCR'ing #1776
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/958
Author: @thealphadollar
Created: 3/6/2018
Status: ✅ Merged
Merged: 3/6/2018
Merged by: @cfsmp3
Base:
master← Head:resolve_nofc📝 Commits (2)
585c2f7Fix -nocf not working with OCR'ingda33122remove dvbcolor and nodvbcolor parameter📊 Changes
5 files changed (+3 additions, -19 deletions)
View changed files
📝
src/lib_ccx/ccx_common_option.c(+0 -1)📝
src/lib_ccx/ccx_common_option.h(+0 -1)📝
src/lib_ccx/ccx_encoders_splitbysentence.c(+1 -1)📝
src/lib_ccx/ocr.c(+2 -1)📝
src/lib_ccx/params.c(+0 -15)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Fix #955
The addition of check for "tlt_config.nofontcolor" allows CCExtractor to skip detecting colors in the Optical Character Reading mode.
arguments used for nofc:
-nofc -in=ts -nobom -trim -noteletext -codec dvbsub -dvblang bul -ocrlang bul animalplanet.tsarguments used without nofc:
-in=ts -nobom -trim -noteletext -codec dvbsub -dvblang bul -ocrlang bul animalplanet.ts🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.