mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #566] [MERGED] Added basic support of Tesseract 4.0.0 #1403
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/566
Author: @Izaron
Created: 12/23/2016
Status: ✅ Merged
Merged: 12/24/2016
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (5)
490fedfUpdated libpng from 1.6.10 to 1.6.26f40781aUpdated zlib331a64eAdded working tesseract 4.005e0f9a4Disabled info and warnings from Tesseract0befb3cRenamed tess version from 3.05 to 4.00📊 Changes
90 files changed (+10700 additions, -5942 deletions)
View changed files
📝
src/lib_ccx/hardsubx.c(+7 -1)📝
src/lib_ccx/hardsubx_classifier.c(+4 -4)📝
src/lib_ccx/ocr.c(+18 -6)📝
src/libpng/png.c(+723 -565)📝
src/libpng/png.h(+423 -419)📝
src/libpng/pngconf.h(+38 -60)📝
src/libpng/pngdebug.h(+2 -3)📝
src/libpng/pngerror.c(+75 -70)📝
src/libpng/pngget.c(+138 -96)📝
src/libpng/pnginfo.h(+3 -4)📝
src/libpng/pnglibconf.h(+15 -9)📝
src/libpng/pngmem.c(+19 -16)📝
src/libpng/pngpread.c(+98 -295)📝
src/libpng/pngpriv.h(+234 -166)📝
src/libpng/pngread.c(+418 -319)📝
src/libpng/pngrio.c(+5 -5)📝
src/libpng/pngrtran.c(+295 -281)📝
src/libpng/pngrutil.c(+598 -530)📝
src/libpng/pngset.c(+308 -154)📝
src/libpng/pngstruct.h(+19 -25)...and 70 more files
📄 Description
I've added support for built Tesseract 4.0.0 in Windows - http://www.ccextractor.org/doku.php?id=public:general:tess_build
It was necessary only to update the code in one place - in hardsubx_classifier.c, so what works well both on Linux and Windows
Also I updated old zlip and libpng (dependencies of tesseract) to avoid errors
Known issues:
I'll fix this issues in later commits
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.