blob: 8e54a2791e7c05c635e55ec2502adb06689be497 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "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
Patrick Williams8e7b46e2023-05-01 14:19:06 -05008SRCREV = "71af4542990adae6d9f31d6657068bc0139c6ec4"
9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https"
Andrew Geissler517393d2023-01-13 08:55:19 -060010
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"