mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-26 16:10:07 +00:00
[PR #568] [CLOSED] Fixed OCR mode, removed Leptonica spam, added .dll-s #1405
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/568
Author: @Izaron
Created: 12/24/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
0072e98Fixed Tesseract OCR mode, removed Lept info msg08b2bcbAdded 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.