Package Details: textshot-git r86.a91c188-1

Git Clone URL: https://aur.archlinux.org/textshot-git.git (read-only, click to copy)
Package Base: textshot-git
Description: Python tool for grabbing text via screenshot
Upstream URL: https://github.com/ianzhao05/textshot
Licenses: MIT
Conflicts: textshot
Provides: textshot
Submitter: rigred
Maintainer: rigred
Last Packager: rigred
Votes: 2
Popularity: 0.000000
First Submitted: 2020-06-01 09:36 (UTC)
Last Updated: 2022-10-21 13:22 (UTC)

Latest Comments

richardmurri commented on 2023-09-14 23:03 (UTC)

Changing the package declaration in the PKGBUILD worked for me.

package() {
  cd "$srcdir/$_pkgname"
  python3 -m build --wheel --no-isolation
  python -m installer --destdir="$pkgdir" dist/*.whl
}

mathieu.clabaut commented on 2022-11-18 16:09 (UTC)

Issue open to ask for a pyproject.toml file. Then you'll be able to do somethin like:

    python3 -m build --wheel --no-isolation
    python -m installer --destdir="$pkgdir" dist/*.whl

himan commented on 2022-11-18 02:48 (UTC)

Traceback (most recent call last):
  File "/usr/bin/textshot", line 7, in <module>
    from ocr import ensure_tesseract_installed, get_ocr_result
ModuleNotFoundError: No module named 'ocr'

artemgur commented on 2022-02-09 09:00 (UTC)

Update, please