16 lines
607 B
Markdown
16 lines
607 B
Markdown
# 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.
|
|
|