mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 21:49:57 +00:00
[PR #129] [MERGED] removed multiple warning from tesseract #1023
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/129
Author: @anshul1912
Created: 1/7/2015
Status: ✅ Merged
Merged: 1/7/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (3)
c4a8135using language while opening traindataa83c686Remove multi warning when traindata not presentecc4c25assigning prev_start to start_time📊 Changes
12 files changed (+353 additions, -567 deletions)
View changed files
📝
src/lib_ccx/608_sami.c(+13 -99)📝
src/lib_ccx/608_smptett.c(+10 -90)📝
src/lib_ccx/608_srt.c(+6 -89)📝
src/lib_ccx/ccx_common_constants.c(+6 -1)📝
src/lib_ccx/ccx_common_constants.h(+2 -1)📝
src/lib_ccx/ccx_decoders_structs.h(+3 -0)📝
src/lib_ccx/ccx_encoders_common.c(+6 -88)📝
src/lib_ccx/dvb_subtitle_decoder.c(+16 -0)📝
src/lib_ccx/ocr.c(+283 -12)📝
src/lib_ccx/ocr.h(+4 -1)📝
src/lib_ccx/spupng_encoder.c(+4 -184)📝
src/lib_ccx/spupng_encoder.h(+0 -2)📄 Description
removed multiple warning from tesseract
Automatic language selection
if traindata not present, switch to
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.