mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tesseract: add recipe for version 3.02.02
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
212e9d8907
commit
9d655b7b72
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION = "A commercial quality OCR engine "
|
||||
|
||||
DEPENDS = "leptonica"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c0c94b3c86ad0c386bb6dec70ca8a36a"
|
||||
|
||||
SRC_URI = "https://tesseract-ocr.googlecode.com/files/tesseract-ocr-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "26adc8154f0e815053816825dde246e6"
|
||||
SRC_URI[sha256sum] = "26cd39cb3f2a6f6f1bf4050d1cc0aae35edee49eb49a92df3cb7f9487caa013d"
|
||||
|
||||
EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica"
|
||||
|
||||
S = "${WORKDIR}/tesseract-ocr"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} += "${datadir}/tessdata"
|
||||
|
||||
RRECOMMENDS_${PN} += "tesseract-lang-eng"
|
||||
Reference in New Issue
Block a user