summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb')
-rw-r--r--meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
new file mode 100644
index 0000000000..0d8cfcb408
--- /dev/null
+++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and "read" the text embedded in images."
2
3HOMEPAGE = "https://github.com/madmaze/pytesseract"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
7
8SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce"
9
10RDEPENDS:${PN}:append = " python3-packaging tesseract"
11
12PYPI_PACKAGE = "pytesseract"
13
14inherit pypi setuptools3
15
16BBCLASSEXTEND = "native"