Live data from Hacker News

EasyOCR: Ready-to-use OCR with 40 languages

github.com

71–73 of 73 posts

Re: EasyOCR: Ready-to-use OCR with 40 languages

#71
post #60

Earlier quoted context omitted.

Why does it have to be Python based? You can call out to other processes or services. Tesseract[1], for example, is pretty easy to work with. 1: https://github.com/tesseract-ocr/tesseract

It doesn't need to be Python. Tesseract is what I ended up using, IIRC. But I was looking for a turnkey package that would work from beginning to end. I wasn't doing anything unusual, and my app wasn't OCR-focused. I just wanted easy drop-in OCR for documents. Tesseract is more like getting a pretty good motor for free (recognizing text), but it's up to you to build the rest of the car around it (preprocessing images…

Wow you weren't kidding. Went through the docs and the number of preprocess steps they demand is outrageous. Is there seriously no solution taking care of the preprocess steps??

Re: EasyOCR: Ready-to-use OCR with 40 languages

#72
post #70

Has anyone made a desktop app with a really simple UI for detecting text in images? I'm thinking something that lives in the taskbar, lets you make a box around the text you want to read, and then returns it as plaintext? In my job as a support engineer I sometimes get screenshots of complex technical configurations and end up having to type them in one character at a time, so this would be really handy. Looks like m…

I have the same problem every day. 20 years ago I used to have some tiny shareware tool for this but I lost it. Hope someone is able to recommend one!

Re: EasyOCR: Ready-to-use OCR with 40 languages

#73
post #70

Has anyone made a desktop app with a really simple UI for detecting text in images? I'm thinking something that lives in the taskbar, lets you make a box around the text you want to read, and then returns it as plaintext? In my job as a support engineer I sometimes get screenshots of complex technical configurations and end up having to type them in one character at a time, so this would be really handy. Looks like m…

I was looking exactly for the same thing, and found this wonderful script:

http://askubuntu.com/a/280713/81372

I put it in a custom keyboard shortcut, so I just press it, draw an onscreen rectangle around any non-selectable text, and in a few seconds it goes to the clipboard.

Post reply on HN