Sujet : Re: How good is Linux OCR?
De : rich (at) *nospam* example.invalid (Rich)
Groupes : sci.cryptDate : 08. Jun 2025, 22:23:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1024uvt$2iq7$1@dont-email.me>
References : 1
User-Agent : tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
Stefan Claas <
stefan@mailchuck.com> wrote:
Hi all,
a quick test with my 'atze' encoder/decoder and Microsoft OCR
gave no errors with this blurred text image. Can you archive
the same error free results under Linux and if, what program
do you use?
https://jmp.sh/MUJtkvAr
I used with my encoder 2000 bytes, converted to 8000 chars,
per A4 page. This is not as much as with stacked QR-codes,
but readable by humans and therefore ideally suited for
encrypted binary data.
Microsoft OCR is pretty awesome.
There is no such thing as "Linux OCR" (as in an OCR provided by Linux).
Tesseract is probably the most common one used on Linux, because it
(Tesseract) is open source and its source will compile with Linux C
compilers.
But that hardly makes it "Linux OCR" (not in the way that one would
mean with "Microsoft OCR" -- as in provided by Microsoft).
Note that Tesseract will (I think) compile for windows too, so if you
wanted to know "how well tesseract worked" you could just install the
windows version and see for yourself.