[PR #568] [CLOSED] Fixed OCR mode, removed Leptonica spam, added .dll-s #1405

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/568
Author: @Izaron
Created: 12/24/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 0072e98 Fixed Tesseract OCR mode, removed Lept info msg
  • 08b2bcb Added dependencies .dll-s and copy command

📊 Changes

20 files changed (+24 additions, -6 deletions)

View changed files

📝 src/ccextractor.c (+6 -0)
📝 src/lib_ccx/hardsubx.c (+1 -1)
📝 src/lib_ccx/ocr.c (+1 -1)
📝 windows/ccextractor.vcxproj (+16 -4)
windows/libs/lib/debug-dll/pvt.cppan.demo.danbloomberg.leptonica-master.dll (+0 -0)
windows/libs/lib/debug-dll/pvt.cppan.demo.jpeg-9.2.0.dll (+0 -0)
windows/libs/lib/debug-dll/pvt.cppan.demo.openjpeg.openjp2-2.1.2.dll (+0 -0)
windows/libs/lib/debug-dll/pvt.cppan.demo.png-1.6.26.dll (+0 -0)
windows/libs/lib/debug-dll/pvt.cppan.demo.tiff-4.0.7.dll (+0 -0)
windows/libs/lib/debug-dll/pvt.cppan.demo.xz_utils.lzma-5.2.2.dll (+0 -0)
windows/libs/lib/debug-dll/pvt.cppan.demo.zlib-1.2.8.dll (+0 -0)
windows/libs/lib/debug-dll/tesseract400d.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.danbloomberg.leptonica-master.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.jpeg-9.2.0.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.openjpeg.openjp2-2.1.2.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.png-1.6.26.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.tiff-4.0.7.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.xz_utils.lzma-5.2.2.dll (+0 -0)
windows/libs/lib/release-dll/pvt.cppan.demo.zlib-1.2.8.dll (+0 -0)
windows/libs/lib/release-dll/tesseract400.dll (+0 -0)

📄 Description

Fixed OCR mode as in library function, removed Leptonica spaming info messages because of this mode, and added dll in folders and copy commands.

Now I can say that tesseract is fully integrated!


🔄 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/568 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 12/24/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`0072e98`](https://github.com/CCExtractor/ccextractor/commit/0072e98fad0beb04671aeb59936b5a052554837f) Fixed Tesseract OCR mode, removed Lept info msg - [`08b2bcb`](https://github.com/CCExtractor/ccextractor/commit/08b2bcb88b9bf8f9b64bbf13aa3af7397742473a) Added dependencies .dll-s and copy command ### 📊 Changes **20 files changed** (+24 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+6 -0) 📝 `src/lib_ccx/hardsubx.c` (+1 -1) 📝 `src/lib_ccx/ocr.c` (+1 -1) 📝 `windows/ccextractor.vcxproj` (+16 -4) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.danbloomberg.leptonica-master.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.jpeg-9.2.0.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.openjpeg.openjp2-2.1.2.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.png-1.6.26.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.tiff-4.0.7.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.xz_utils.lzma-5.2.2.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/pvt.cppan.demo.zlib-1.2.8.dll` (+0 -0) ➕ `windows/libs/lib/debug-dll/tesseract400d.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.danbloomberg.leptonica-master.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.jpeg-9.2.0.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.openjpeg.openjp2-2.1.2.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.png-1.6.26.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.tiff-4.0.7.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.xz_utils.lzma-5.2.2.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/pvt.cppan.demo.zlib-1.2.8.dll` (+0 -0) ➕ `windows/libs/lib/release-dll/tesseract400.dll` (+0 -0) </details> ### 📄 Description Fixed OCR mode as in library function, removed Leptonica spaming info messages because of this mode, and added dll in folders and copy commands. Now I can say that tesseract is fully integrated! --- <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:16:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1405