blob: c435f413702df8a42be0f66c22808a79a1769495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-tesserocr
pkgdesc = A simple, Pillow-friendly, Python wrapper around tesseract-ocr API using Cython
pkgver = 2.10.0
pkgrel = 1
url = https://github.com/sirfz/tesserocr
arch = x86_64
license = MIT
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = leptonica
depends = python
depends = tesseract
depends = python-cysignals
optdepends = python-pillow
source = tesserocr-2.10.0.tar.gz::https://github.com/sirfz/tesserocr/archive/refs/tags/v2.10.0.tar.gz
b2sums = fc6dae77ae37ca5ac47e61c44726b175429e8c4494ce1d4d8ca7822008d739ff6b52d5971a1555e8b6b6f0bb99dbbdbaa71a91a22d454e3bd8f4f6a9e462112e
pkgname = python-tesserocr
|