Package Details: normcap 0.6.0-3

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: 26
Popularity: 1.12
First Submitted: 2021-11-07 21:19 (UTC)
Last Updated: 2025-11-08 22:00 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

Tio commented on 2026-02-05 17:53 (UTC)

True. Thank you!

atertillic commented on 2026-02-05 16:12 (UTC)

I ran into the same issue:

ModuleNotFoundError: No module named 'zxingcpp'

Reinstalling the python-zxing-cpp package resolved the problem for me.

Tio commented on 2026-01-18 14:02 (UTC)

From AUR:

~ >>> normcap                                                                  
Traceback (most recent call last):
  File "/usr/bin/normcap", line 5, in <module>
    from normcap.app import run
  File "/usr/lib/python3.13/site-packages/normcap/app.py", line 13, in <module>
    from normcap import __version__, utils
  File "/usr/lib/python3.13/site-packages/normcap/utils.py", line 14, in <module>
    from normcap.gui import system_info
  File "/usr/lib/python3.13/site-packages/normcap/gui/__init__.py", line 1, in <module>
    from . import settings, tray
  File "/usr/lib/python3.13/site-packages/normcap/gui/tray.py", line 18, in <module>
    from normcap.detection import detector, ocr
  File "/usr/lib/python3.13/site-packages/normcap/detection/detector.py", line 8, in <module>
    from normcap.detection import codes, ocr
  File "/usr/lib/python3.13/site-packages/normcap/detection/codes/__init__.py", line 1, in <module>
    from normcap.detection.codes import detector, models
  File "/usr/lib/python3.13/site-packages/normcap/detection/codes/detector.py", line 7, in <module>
    import zxingcpp
ModuleNotFoundError: No module named 'zxingcpp'

Using Manjaro

geetansh commented on 2026-01-11 05:13 (UTC) (edited on 2026-01-11 05:37 (UTC) by geetansh)

I just updated my system(vanilla arch) and normcap is showing this error :-

❯ normcap
Traceback (most recent call last):
  File "/usr/sbin/normcap", line 5, in <module>
    from normcap.app import run
ModuleNotFoundError: No module named 'normcap'

Edit : Sorry my bad, i was using it from chaotic-aur, reinstalling from aur fixed this

WesK commented on 2025-06-17 15:59 (UTC)

Hi all. I just tried to install this package with paru on arch and it failed with some 404 errors. Is it possible to fix this issue ? It's works well with yay.

lucasm commented on 2024-10-02 11:58 (UTC)

Also, this thread (https://github.com/dynobo/normcap/issues/585) of January supposedly has a fix, that maybe could be added to this AUR, if proven to work?

lucasm commented on 2024-10-02 11:54 (UTC)

On latest gnome 47, using Wayland, is giving me an issue.

When opening, a pop-up appears saying: "Normcap is missing the permissions for screen capture" "Grant it via the dialog that will appear after you click 'Ok'. "Then start Normcap again"

When clicking 'Ok', nothing happens.

yochananmarqos commented on 2024-01-16 23:05 (UTC)

@ubmarco: I just commented out the checkdepends() array. The tests were failing before, anyway.

ubmarco commented on 2024-01-16 19:11 (UTC) (edited on 2024-01-16 19:24 (UTC) by ubmarco)

Strange. I delete all caches with yay -Sc but still get this:

$ yay -S normcap
 -> No AUR package found for python-pytest-instafail
 -> could not find all required packages: python-pytest-instafail

Edit: This could be a yay issue. I downloaded the latest PKGBUILD and normcap.desktop and ran makepkg -si manually and it worked.

Edit 2: This helped yay -S normcap --mflags "--nocheck". Got it from https://github.com/Jguer/yay/issues/1375.

yochananmarqos commented on 2024-01-16 15:17 (UTC)

@ubmarco: The check() function is disabled so the checkdepends() array is ignored.