[PR #1267] [MERGED] [FIX] Allow all oem modes with tesseract v4 #2053

Closed
opened 2026-01-29 17:20:03 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1267
Author: @hamelg
Created: 5/8/2020
Status: Merged
Merged: 5/8/2020
Merged by: @cfsmp3

Base: masterHead: GHA-1264


📝 Commits (4)

  • ced1f28 Allow all oem modes with tesseract v4
  • 212c1bc Allow all oem modes with tesseract v4
  • d41ac0d Merge branch 'GHA-1264' of github.com:hamelg/ccextractor into GHA-1264
  • a3e84b4 Fix formatting

📊 Changes

5 files changed (+18 additions, -7 deletions)

View changed files

📝 docs/CHANGES.TXT (+1 -0)
📝 src/lib_ccx/ccx_common_option.c (+1 -1)
📝 src/lib_ccx/hardsubx.c (+5 -2)
📝 src/lib_ccx/ocr.c (+5 -2)
📝 src/lib_ccx/params.c (+6 -2)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

FIx the issue https://github.com/CCExtractor/ccextractor/issues/1264


🔄 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/1267 **Author:** [@hamelg](https://github.com/hamelg) **Created:** 5/8/2020 **Status:** ✅ Merged **Merged:** 5/8/2020 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `GHA-1264` --- ### 📝 Commits (4) - [`ced1f28`](https://github.com/CCExtractor/ccextractor/commit/ced1f2888961b26d3cb0c57ff80943ffd5f1fa67) Allow all oem modes with tesseract v4 - [`212c1bc`](https://github.com/CCExtractor/ccextractor/commit/212c1bc9c0f58a04eeaf3d0ba8bcd2e6301547c5) Allow all oem modes with tesseract v4 - [`d41ac0d`](https://github.com/CCExtractor/ccextractor/commit/d41ac0d8c4404c0161365685a48020446131b25a) Merge branch 'GHA-1264' of github.com:hamelg/ccextractor into GHA-1264 - [`a3e84b4`](https://github.com/CCExtractor/ccextractor/commit/a3e84b46f63b91d99d12a727c1de053f468741fc) Fix formatting ### 📊 Changes **5 files changed** (+18 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `src/lib_ccx/ccx_common_option.c` (+1 -1) 📝 `src/lib_ccx/hardsubx.c` (+5 -2) 📝 `src/lib_ccx/ocr.c` (+5 -2) 📝 `src/lib_ccx/params.c` (+6 -2) </details> ### 📄 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):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that another pull request for this purpose does not exist. - [X] I have considered, and confirmed that this submission will be valuable to others. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. - [X] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [X] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- FIx the issue https://github.com/CCExtractor/ccextractor/issues/1264 --- <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 17:20:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2053