summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAntonios Christidis <a-christidis@ti.com>2024-11-27 15:30:49 -0600
committerKhem Raj <raj.khem@gmail.com>2024-11-28 08:17:56 -0800
commit2d579ce0fe7906a13b421e902e6494b4a68263e2 (patch)
tree696a0095097ba88babcb00b0ad045be23a45edae /meta-python
parentd9cf8080d230c5d3d842eb4d16764aa76d6eac44 (diff)
downloadmeta-openembedded-2d579ce0fe7906a13b421e902e6494b4a68263e2.tar.gz
pytesseract: add recipe
Recipe builds the python module pytessereact, version 0.3.13. The module is a wrapper for Google's Tesseract-OCR engine. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb14
1 files changed, 14 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..ff2814f8c2
--- /dev/null
+++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb
@@ -0,0 +1,14 @@
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
10PYPI_PACKAGE = "pytesseract"
11
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native"