From patchwork Tue Jan 28 20:59:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonios Christidis X-Patchwork-Id: 56193 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F13C1C0218A for ; Tue, 28 Jan 2025 20:59:09 +0000 (UTC) Received: from lelvem-ot02.ext.ti.com (lelvem-ot02.ext.ti.com [198.47.23.235]) by mx.groups.io with SMTP id smtpd.web11.8014.1738097943094729577 for ; Tue, 28 Jan 2025 12:59:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=OWr3Dxd3; spf=pass (domain: ti.com, ip: 198.47.23.235, mailfrom: a-christidis@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelvem-ot02.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 50SKx2g91247858 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 28 Jan 2025 14:59:02 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1738097942; bh=ya3WlOs8jRfXl7gC6lLQ2Eig5XZskCusABgnRLZRvH4=; h=From:To:Subject:Date; b=OWr3Dxd361JhRYr5V61PTKtDM5OOGC2SS+oAW+Zy8N3R1nOKXWNMX02+mj7wn7Lb/ ecfje+XoN0vAt06mGTM5NKxKzoxqAie06qpZ1UfqiKbArU6TxcbbpnNy4gRyx27SOb g4Hpj4sCmisAcFrC/k2Pxs/V8epUEN0Mvwnj8wWY= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 50SKx22L024826 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Jan 2025 14:59:02 -0600 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 28 Jan 2025 14:59:02 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 28 Jan 2025 14:59:01 -0600 Received: from antonios-ThinkStation-P3-Tower.dhcp.ti.com (antonios-thinkstation-p3-tower.dhcp.ti.com [128.247.81.112]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 50SKx2mm123264 for ; Tue, 28 Jan 2025 14:59:02 -0600 From: To: Subject: [meta-arago][scarthgap/master][PATCH v2] meta-arago-test: Add recipe for pytesseract Date: Tue, 28 Jan 2025 14:59:01 -0600 Message-ID: <20250128205901.57080-1-a-christidis@ti.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 28 Jan 2025 20:59:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15772 From: Antonios Christidis 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 --- .../python3-pytesseract/pytesseract_0.3.13.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb diff --git a/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb b/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb new file mode 100644 index 00000000..f63e9fd9 --- /dev/null +++ b/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python-tesseract is a python wrapper for Google's Tesseract" + +DESCRIPTION = "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[sha256sum] = "4bf5f880c99406f52a3cfc2633e42d9dc67615e69d8a509d74867d3baddb5db9" + +PYPI_PACKAGE = "pytesseract" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native"