Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "A commercial quality OCR engine " |
| 2 | HOMEPAGE = "https://github.com/tesseract-ocr/tesseract" |
| 3 | BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues" |
| 4 | |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 7 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 8 | SRCREV = "71af4542990adae6d9f31d6657068bc0139c6ec4" |
| 9 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | DEPENDS = "leptonica" |
| 14 | |
| 15 | EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica" |
| 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |
| 19 | FILES:${PN} += "${datadir}/tessdata" |
| 20 | |
| 21 | RRECOMMENDS:${PN} += "tesseract-lang-eng" |