summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:56:29 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:19:05 -0700
commit848997b32ae1b2e571ab65f42e120622696f0376 (patch)
tree30f168ca08eb8577001d99fe6c60c9c51c4baa00
parent87f4deef7192cf2e026a2e06bd93955f26b7935d (diff)
downloadmeta-openembedded-848997b32ae1b2e571ab65f42e120622696f0376.tar.gz
tesseract: upgrade 5.3.4 -> 5.4.1
Changelog: ============ * Avoid FP overflow in NormEvidenceOf * Small build fixes and code improvements * Fix setup of datadir on installations with Conda * Fix FP exception in Wordrec::angle_change * Build fixes, code refactoring and other smaller changes. * Fix grey result of indexed PNG in pdfrenderer. * Rename frk -> deu_latf (ISO 639-3, ISO 15924). * Remove broken Dockerfile. * Fixes for several issues reported by Coverity Scan. * Remove unsupported OpenCL code and related API functions * Facilitate vectorization for generic build * Add PAGE XML renderer / export * Support training without lstmf files. * Improve CCUtil::main_setup (fixes issue #4230 related to Coda). * Allow for text angle/gradient to be retrieved Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/tesseract/tesseract_5.4.1.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.4.1.bb
index b32bf34518..1177e34cdf 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.4.1.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues"
5LICENSE = "Apache-2.0" 5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7 7
8SRCREV = "8ee020e14cf5be4e3f0e9beb09b6b050a1871854" 8SRCREV = "b5f279ec7582dc57f6464557ed938558791f200d"
9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" 9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"