summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-27 14:47:29 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-27 16:03:06 -0800
commit72735574e2dcd3adfe3992349de502d3384911d4 (patch)
treec36d6254431f103de483e0dfb20f41d6b75da817
parente7dbd0a23a97b8f1cca2c4293c155f69836f0004 (diff)
downloadmeta-openembedded-72735574e2dcd3adfe3992349de502d3384911d4.tar.gz
tesseract: upgrade 5.2.0 -> 5.3.0
Changelog: ========= * Fix the training tools for the legacy OCR engine (fix issue #3925). * PDF renderer: Ignore non-text blocks (fix issue #3957). * Remove colormap before thresholding (fix issue #3940). * Fix a number of performance issues reported by Coverity Scan. * Training tools: Replace call of exit function by return statement in main function. * Fix double free in function vigorous_noise_removal (fix issue #3876). * Create to_win if needed in Textord::make_spline_rows (fix issue #3875). * Bug fixes for ScrollView viewer: * Fix memory issues in ScrollView::MessageReceiver. * Catch potential nullptr in SVNetwork::SVNetwork. * Move svpaint.cpp from src/viewer to src/. * Add rule for svpaint executable in Autotools. * Bug fixes and improvements for build tools: * Fix AMD64 detection with autobuild on FreeBSD (fix issue #3964). * Fix tesseract.pc generated from CMake to match Autotools. * Detect availability of AVX512-VNNI. * configure.ac: fix build on aarch64_be. * Drop CI for old versions of macOS and Ubuntu. 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.3.0.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract_5.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.2.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.0.bb
index 8eb2073563..f791ad546b 100644
--- a/meta-oe/recipes-graphics/tesseract/tesseract_5.2.0.bb
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.0.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 = "5ad5325a0aa8effc47ca033625b6a51682f82767" 8SRCREV = "080da83cc51c4ef8b324a7e03146fe0bd7e0944b"
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 "
11 11