ocrfeeder-cli doesn't work at all:
$ ocrfeeder-cli -h
/usr/lib/python3/dist-packages/ocrfeeder/util/lib.py:25: PyGIWarning:
Gtk was imported without specifying a version first. Use
gi.require_version('Gtk', '4.0') before import to ensure that the right
version gets loaded.
from gi.repository import Gtk
Traceback (most recent call last):
File "/usr/bin/ocrfeeder-cli", line 33, in <module>
from ocrfeeder.util.graphics import getImageResolution,
convertMultiImagesInList
File "/usr/lib/python3/dist-packages/ocrfeeder/util/graphics.py", line
20, in <module>
from .lib import getNonExistingFileName
File "/usr/lib/python3/dist-packages/ocrfeeder/util/lib.py", line 35,
in <module>
def getIconOrLabel(icon_name, label_text, icon_size =
Gtk.IconSize.SMALL_TOOLBAR):
AttributeError: type object 'IconSize' has no attribute 'SMALL_TOOLBAR'