Owocr
Installation
Using uv to handle python. Here with some optional dependencies, remove/add if wanted. Options are listed here owocr.
uv tool install --prerelease=allow "owocr[lens,rapidocr,easyocr,mangaocr]"
If using AMD and rocm is supported to download the right pytorch version for mangaocr. Replace version to use with up to date version checked here: Pytorch.
uv tool install --prerelease=allow "owocr[lens,rapidocr,easyocr,mangaocr]" --index pytorch=https://download.pytorch.org/whl/rocm6.2.4
Config
Settings are written in ~/.config/owocr_config.ini.
Personal setings:
[general]
engine = glens
write_to = websocket
;read_from = unixsocket
;websocket_port = 7331
Texthooker, set websocket to ws://localhost:7331 to connect.
Texthooker