blob: 4182089180aba24ee6bb568d890e985d45117b04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
pkgbase = python-doctr
pkgdesc = Document Text Recognition (docTR): deep Learning for high-performance OCR on documents.
pkgver = 0.11.0
pkgrel = 1
url = https://pypi.org/project/python-doctr/
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-opencv
depends = python-numpy
depends = python-scipy
depends = python-h5py
depends = python-opencv
depends = python-pyclipper
depends = python-shapely
depends = python-langdetect
depends = python-rapidfuzz
depends = python-huggingface-hub
depends = python-pillow
depends = python-defusedxml
depends = python-tqdm
depends = python-pypdfium2
depends = python-anyascii
optdepends = python-tensorflow
optdepends = python-tensorflow-cuda
optdepends = python-pytorch
optdepends = python-torchvision
optdepends = python-onnx
optdepends = python-weasyprint
optdepends = python-matplotlib
optdepends = python-tf-keras
optdepends = python-tf2onnx
optdepends = python-mplcursors
source = python_doctr-0.11.0.tar.gz::https://files.pythonhosted.org/packages/source/p/python_doctr/python_doctr-0.11.0.tar.gz
sha256sums = 1668491a39ce84ee75553b51cb3e45cb46c54a6d3d999adbf336dc85602643ff
pkgname = python-doctr
|