Package Details: normcap 0.5.9-1

Git Clone URL: https://aur.archlinux.org/normcap.git (read-only, click to copy)
Package Base: normcap
Description: OCR powered screen-capture tool to capture information instead of images
Upstream URL: https://dynobo.github.io/normcap
Licenses: AGPL-3.0-or-later AND MIT
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 15
Popularity: 0.91
First Submitted: 2021-11-07 21:19 (UTC)
Last Updated: 2024-12-13 02:40 (UTC)

Dependencies (17)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5

Jake commented on 2021-11-20 09:46 (UTC) (edited on 2021-11-20 10:26 (UTC) by Jake)

Does not start currently, error:

$ normcap
Traceback (most recent call last):
  File "/usr/bin/normcap", line 5, in <module>
    from normcap.app import main
ModuleNotFoundError: No module named 'normcap'
                                                          [ 1 ]

I don't think it has the be switched to appImage (as packages should be source built by default), but the build does not quite work, there is no python code in the package/wheel:

ll /usr/lib/python3.9/site-packages/normcap*
total 32K
-rw-r--r-- 1 root root  104 20. Nov 10:34 direct_url.json
-rw-r--r-- 1 root root   44 20. Nov 10:34 entry_points.txt
-rw-r--r-- 1 root root    4 20. Nov 10:34 INSTALLER
-rw-r--r-- 1 root root  724 20. Nov 10:34 LICENSE
-rw-r--r-- 1 root root 7,9K 20. Nov 10:34 METADATA
-rw-r--r-- 1 root root  742 20. Nov 10:34 RECORD
-rw-r--r-- 1 root root    0 20. Nov 10:34 REQUESTED
-rw-r--r-- 1 root root   83 20. Nov 10:34 WHEEL

Edit: Normal build with setup.py works, see my fixed PKGBUILD

yochananmarqos commented on 2021-11-14 04:40 (UTC)

@Raymo11, see my edited comment below.

Raymo111 commented on 2021-11-14 04:38 (UTC)

Try installing and running on a clean system (without the pip version of the package installed), you get a python error on run, something about normcap library not found.

yochananmarqos commented on 2021-11-14 04:35 (UTC) (edited on 2021-11-14 04:39 (UTC) by yochananmarqos)

@Raymo111: What "doesn't work"? It builds, installs and runs fine.

EDIT: You might be referring to the outdated python-tesserocr AUR package. See my comment there, I've got an updated PKGBUILD.

Raymo111 commented on 2021-11-14 02:22 (UTC)

Can you package this using the AppImage from https://github.com/dynobo/normcap/releases instead? The way you have it packaged currently doesn't work.