mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #211] [MERGED] support tesseract 3.04 library #1086
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/211
Author: @anshul1912
Created: 8/18/2015
Status: ✅ Merged
Merged: 8/18/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (6)
acd96d4Initialize stream mode before using itb9e0f67Correcting redundant checke7bec67remove static timestamps from teletext1bfb961support 3.04 tesseract57eb42cCompile code using Visual studio0b9bf16updated ocr doc file📊 Changes
17 files changed (+231 additions, -95 deletions)
View changed files
📝
docs/OCR.txt(+6 -9)📝
src/lib_ccx/608_srt.c(+13 -4)📝
src/lib_ccx/ccx_common_structs.h(+3 -0)📝
src/lib_ccx/ccx_demuxer.c(+2 -2)📝
src/lib_ccx/ccx_encoders_helpers.c(+3 -0)📝
src/lib_ccx/dvb_subtitle_decoder.c(+16 -12)📝
src/lib_ccx/dvb_subtitle_decoder.h(+1 -1)📝
src/lib_ccx/general_loop.c(+2 -1)📝
src/lib_ccx/lib_ccx.c(+3 -0)📝
src/lib_ccx/ocr.c(+122 -18)📝
src/lib_ccx/ocr.h(+2 -0)📝
src/lib_ccx/telxcc.c(+25 -21)📝
src/lib_ccx/ts_functions.c(+12 -11)📝
src/lib_ccx/ts_tables.c(+1 -9)📝
src/lib_ccx/wtv_functions.c(+12 -7)📝
windows/ccextractor.vcxproj(+2 -0)📝
windows/ccextractor.vcxproj.filters(+6 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.