[PR #129] [MERGED] removed multiple warning from tesseract #1023

Open
opened 2026-01-29 16:58:23 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • c4a8135 using language while opening traindata
  • a83c686 Remove multi warning when traindata not present
  • ecc4c25 assigning 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/129 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 1/7/2015 **Status:** ✅ Merged **Merged:** 1/7/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c4a8135`](https://github.com/CCExtractor/ccextractor/commit/c4a8135b4d111f358d1888f59481a36197bf4d3a) using language while opening traindata - [`a83c686`](https://github.com/CCExtractor/ccextractor/commit/a83c686f6a3ecaa55be53163107a8b96d8afa906) Remove multi warning when traindata not present - [`ecc4c25`](https://github.com/CCExtractor/ccextractor/commit/ecc4c2520e3b87ab9cf320870b6005ad1130760e) assigning prev_start to start_time ### 📊 Changes **12 files changed** (+353 additions, -567 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description removed multiple warning from tesseract Automatic language selection if traindata not present, switch to --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1023