summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb')
-rw-r--r--meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
new file mode 100644
index 0000000000..213dfada23
--- /dev/null
+++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A commercial quality OCR engine "
2HOMEPAGE = "https://github.com/tesseract-ocr/tesseract"
3BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7
8SRCREV = "3b7c70e34dea179549ed3e995872e2e019eb8477"
9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https"
10
11S = "${WORKDIR}/git"
12
13DEPENDS = "leptonica"
14
15EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica"
16
17inherit autotools pkgconfig
18
19FILES:${PN} += "${datadir}/tessdata"
20
21RRECOMMENDS:${PN} += "tesseract-lang-eng"