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>
This commit is contained in:
Antonios Christidis 2024-11-27 15:30:49 -06:00 committed by Khem Raj
parent d9cf8080d2
commit 2d579ce0fe
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,14 @@
SUMMARY = "Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and "read" the text embedded in images."
HOMEPAGE = "https://github.com/madmaze/pytesseract"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce"
PYPI_PACKAGE = "pytesseract"
inherit pypi setuptools3
BBCLASSEXTEND = "native"