On 1/7/25 11:11 AM, [email protected] wrote:
From: Antonios Christidis <[email protected]> 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 <[email protected]>
Adding new packages is not allowed per LTS process. - armin
--- .../python-pytesseract/pytesseract_0.3.13.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb 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 000000000..ff2814f8c --- /dev/null +++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb @@ -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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115000): https://lists.openembedded.org/g/openembedded-devel/message/115000 Mute This Topic: https://lists.openembedded.org/mt/110479609/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
