diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 10:00:47 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:39 -0800 |
| commit | cb0c748ebe539553ea3d20682b6e3bae419e5c7a (patch) | |
| tree | e15044a0efc8daf8ab7f1283238f5100207f6c16 | |
| parent | 7c9ee243b3b5426cf049aadb19e298a65bebd86f (diff) | |
| download | meta-openembedded-cb0c748ebe539553ea3d20682b6e3bae419e5c7a.tar.gz | |
tesseract: upgrade 5.3.3 -> 5.3.4
Changelog:
============
* Fixes for scrollview
* Fixes for autoconf, clang and sw builds
* Improve OCR for an image URL
* Fail on curl download errors
* New parameter curl_cookiefile
* Set User-Agent: header field in HTTP request for curl downloads
* Output directory list from "combine_tessdata -d" to stdout
* Other small improvements for code and documentation.
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.4.bb (renamed from meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb index e5310ae25a..b32bf34518 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_5.3.3.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.3.4.bb | |||
| @@ -5,7 +5,7 @@ BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues" | |||
| 5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 7 | 7 | ||
| 8 | SRCREV = "e082522c248d3121e466959a8ba4fd4f7ad1a525" | 8 | SRCREV = "8ee020e14cf5be4e3f0e9beb09b6b050a1871854" |
| 9 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" | 9 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
