How can be mokuro (manga OCR reader) used for sentence mining and translations?

I have been playing recently with mokuro ( https://github.com/kha-white/mokuro ).
and it is amazing, setup takes 5 minutes – it is just python library.

It works great not only for manga, but also for light novels that I have from bookwalker.jp (they sell you books as pictures essentially).

My question is: are there any easy to use plugins over mokuro that provide easy translations and vocab/sentence mining.

My yomitan extension kinda does not seem to work.

So I have created simple prototype, that puts mokuro page into iframe and then shows the selected text on the sidebar as well. I could build additional functionality based on that, but I don't want to reinvent the wheel in case there is already good workflow for that.

by tcoil_443