Live data from Hacker News

NormCap: OCR powered screen-capture tool

github.com

21–25 of 25 posts

Re: NormCap: OCR powered screen-capture tool

#23
post #14

I created a basic similar app for my own use because I wanted to have an idea what people are conversing in russian in online lobbies. WPF, Tesseract OCR and Microsoft's translation API. https://streamable.com/ykng5u A fun side project that I do end up using a bit. Gonna bind the capture to some hotkey so I can use it without changing app focus. Most annoying problem though is that Tesseract OCR often gets confused w…

That is a super neat.

Visual Universal Translator.

Re: NormCap: OCR powered screen-capture tool

#25
post #4

Is there anything on Linux not based on tesseract for the OCR? It's not very good. I miss being able to copy/paste from blurry or deformed screenshots of youtube on Windows.

As others mentioned, Tesseract is SOTA in FOSS OCR. It also still is being developed, improving slow but constantly.

The main issue for a use-case like NormCap are the trained models: they are optimized for images of _printed_ text and layouts, which is different from on-screen-text in many aspects. Unfortunately, I don't have the resources to train my own models.

Cuneiform was a long time competitor, but afaik development there is stalled.

Post reply on HN