[PR #211] [MERGED] support tesseract 3.04 library #1086

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

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


📝 Commits (6)

  • acd96d4 Initialize stream mode before using it
  • b9e0f67 Correcting redundant check
  • e7bec67 remove static timestamps from teletext
  • 1bfb961 support 3.04 tesseract
  • 57eb42c Compile code using Visual studio
  • 0b9bf16 updated 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/211 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 8/18/2015 **Status:** ✅ Merged **Merged:** 8/18/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`acd96d4`](https://github.com/CCExtractor/ccextractor/commit/acd96d44d238f6e80f568179aa8b85e7e1f865c0) Initialize stream mode before using it - [`b9e0f67`](https://github.com/CCExtractor/ccextractor/commit/b9e0f67decb99b0f76afc2780f615493be324269) Correcting redundant check - [`e7bec67`](https://github.com/CCExtractor/ccextractor/commit/e7bec67c938efb1c80bd97f42b8fc4f864ae424a) remove static timestamps from teletext - [`1bfb961`](https://github.com/CCExtractor/ccextractor/commit/1bfb96151f98ad0324eb207fabbb8c5755ebd9bb) support 3.04 tesseract - [`57eb42c`](https://github.com/CCExtractor/ccextractor/commit/57eb42c7bbf5c8d2330109f7bd3eb560451aa73c) Compile code using Visual studio - [`0b9bf16`](https://github.com/CCExtractor/ccextractor/commit/0b9bf16850ce204e42267de4255a8be3a5582eee) updated ocr doc file ### 📊 Changes **17 files changed** (+231 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:59:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1086