blob: 8eb20735639a7e68081ac6c18b4877caf45c922d [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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 Williams975a06f2022-10-21 14:42:47 -05008SRCREV = "5ad5325a0aa8effc47ca033625b6a51682f82767"
9SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https \
Andrew Geissler595f6302022-01-24 19:11:47 +000010 "
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "leptonica"
15
16EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica"
17
18inherit autotools pkgconfig
19
20FILES:${PN} += "${datadir}/tessdata"
21
22RRECOMMENDS:${PN} += "tesseract-lang-eng"