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.
NormCap: OCR powered screen-capture tool
11–20 of 25 posts
Re: NormCap: OCR powered screen-capture tool
#12Is 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.
The special sauce - what you need to get a better result - is good, adaptive thresholding (something more advanced that raw naive binary thresholding you get feeding naive color/grayscale images to OCR).
As far as I know, once you get that nailed it doesn't matter that much what OCR you use - as long as it's available and supports your target language.
Re: NormCap: OCR powered screen-capture tool
#13Is 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.
Re: NormCap: OCR powered screen-capture tool
#14A 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 when you make it read combined latin+cyrillic letters and the font isn't something Tesseract prefers. Especially when there's something behind the text. Kind of disappointed that the most popular API often has a lot worse results than a human would just transcribing the letters.
Wouldn't be surprised if OCR software would leap soon due to a product similar to Whisper.
Comes to mind that the best possible app that does this would be kind of like the old "word lens" iPhone application but on all screens, meaning it would replace text from the raw screen input with text of another language, while keeping the appearance/color/scale/rotation of the original text. This would free it from needing to be built-in to whatever UI library is producing the text, and would work on recorded video too. Immediate latency/performance problems come to mind though but could be a fun thing to try.
Re: NormCap: OCR powered screen-capture tool
#15I had my mind blown by the same functionality in Android. Being able to select text from an app in the app-switching context is amazing. I will definitely use this.
Re: NormCap: OCR powered screen-capture tool
#16Re: NormCap: OCR powered screen-capture tool
#17I had my mind blown by the same functionality in Android. Being able to select text from an app in the app-switching context is amazing. I will definitely use this.
That doesn't use OCR.
Overview selection is Pixel-exclusive and that is definitely OCR since it can detect text in images. It's not perfect however, and it doesn't seem to support non-Latin script.
The other way is to use an app like Copy [1] which analyzes app layouts.
[1] https://play.google.com/store/apps/details?id=com.weberdo.ap...
Re: NormCap: OCR powered screen-capture tool
#18Re: NormCap: OCR powered screen-capture tool
#19Earlier quoted context omitted.
It's only for Pixel phones.
How do you do it on Pixel phones?
If you're using gesture navigation, swipe up from the pill to about a quarter of the screen to pull up your recent apps list. If using 3-button navigation, press the square button. Then tap the Select button.
Re: NormCap: OCR powered screen-capture tool
#20I had my mind blown by the same functionality in Android. Being able to select text from an app in the app-switching context is amazing. I will definitely use this.
How do you do this on Android?