2025-09-04 10:08:47 -04:00
2025-09-03 18:33:56 -04:00
2025-09-03 18:33:56 -04:00

Nunnally

This is a dbus service that takes images pasted into the clipboard, runs them through OCR. Then it writes back the resulting text into the clipboard.

It requires pygobject, python-dbus, python bindings to tesseract-ocr, and the python image library. I don't provide a requirements.txt file. Because this runs better when you use packages provided by your linux distro and also the version of pygobject currently in pip will fail to build on debian oldstable.

This uses gtk3 version of gobject, currently because i need to use it on several older machines. This might change at some point.

Description
Image to text microservice dbus
Readme AGPL-3.0 45 KiB
Languages
Python 100%