mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
39 lines
1.6 KiB
Text
39 lines
1.6 KiB
Text
pkgbase = sniptext
|
|
pkgdesc = Screen text extractor with OCR and spell correction
|
|
pkgver = 0.1.2
|
|
pkgrel = 1
|
|
url = https://github.com/dkorbelainen/sniptext
|
|
install = sniptext.install
|
|
arch = any
|
|
license = MIT
|
|
makedepends = python-build
|
|
makedepends = python-installer
|
|
makedepends = python-wheel
|
|
depends = python
|
|
depends = python-numpy
|
|
depends = python-pillow
|
|
depends = python-pynput
|
|
depends = python-pyyaml
|
|
depends = python-loguru
|
|
depends = python-pytesseract
|
|
depends = tesseract
|
|
depends = tesseract-data-eng
|
|
depends = libnotify
|
|
optdepends = python-scikit-learn: Advanced confidence modeling for ensemble OCR
|
|
optdepends = tesseract-data-rus: Russian language support
|
|
optdepends = tesseract-data-fra: French language support
|
|
optdepends = tesseract-data-deu: German language support
|
|
optdepends = tesseract-data-spa: Spanish language support
|
|
optdepends = tesseract-data-jpn: Japanese language support
|
|
optdepends = tesseract-data-chi_sim: Chinese Simplified language support
|
|
optdepends = slurp: Wayland screen selection (required for Wayland)
|
|
optdepends = grim: Wayland screenshot tool (required for Wayland)
|
|
optdepends = wl-clipboard: Wayland clipboard support (required for Wayland)
|
|
optdepends = maim: X11 screenshot tool
|
|
optdepends = scrot: X11 screenshot tool
|
|
optdepends = xclip: X11 clipboard support
|
|
optdepends = imagemagick: X11 screenshot tool (import command)
|
|
source = sniptext-0.1.2.tar.gz::https://github.com/dkorbelainen/sniptext/archive/v0.1.2.tar.gz
|
|
sha256sums = 5cd0fe35e186405e24aad46d9ba33c7783b222d4f83b1a6400f2a36e057d66d9
|
|
|
|
pkgname = sniptext
|