bug-ocrad
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-ocrad] ocrad 0.27


From: Charles Schatz
Subject: [Bug-ocrad] ocrad 0.27
Date: Mon, 16 Sep 2019 13:54:12 +1200

ocrad -V
GNU ocrad 0.27
Copyright (C) 2019 Antonio Diaz Diaz.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

unidesc  2.27
Compiled Aug  6 2012 18:44:44
Copyright (C) 2003-2008 William J. Poser
Released under the terms of the GNU General Public License, version 3.

uniname -v

uniname  2.27
Compiled Aug  6 2012 18:44:44
Copyright (C) 2003-2008 William J. Poser
Released under the terms of the GNU General Public License, version 3.


ocrad -i pkt-0784.pgm

Rilke. Und m�glicherweise
�berleben Blumen.


ocrad -i pkt-0784.pgm | uniname -V
Invalid UTF-8 code encountered at line 1, character 12, byte 8.
The sequence is not a valid UTF-8 character because
the first byte, value 0xF6, bit pattern 11110110,
requires 3 continuation bytes, but of the immediately
following bytes, byte 1, value 0x67, bit pattern
11110110 is not a valid continuation byte, since
its high bits are not 10.


ocrad --charset=iso-8859-9 -i pkt-0784.pgm | uniname -V
Invalid UTF-8 code encountered at line 1, character 12, byte 8.
The sequence is not a valid UTF-8 character because
the first byte, value 0xF6, bit pattern 11110110,
requires 3 continuation bytes, but of the immediately
following bytes, byte 1, value 0x67, bit pattern
11110110 is not a valid continuation byte, since
its high bits are not 10.


ocrad --charset=iso-8859-15 -i The\ Magicians\ US\ S01E01\ Unauthorized\
Magic\ 1080p\ BluRay\ x264-ROVERS-0784.pgm | unidesc
       0      11 Basic Latin
       Invalid UTF-8 code encountered at line 1, character 12, byte 12.
The sequence is not a valid UTF-8 character because
the first byte, value 0xF6, bit pattern 11110110,
requires 3 continuation bytes, but of the immediately
following bytes, byte 1, value 0x67, bit pattern
11110110 is not a valid continuation byte, since
its high bits are not 10.


ocrad --charset=iso-8859-15 -i pkt-0784.pgm | less

Rilke. Und m<F6>glicherweise
<FC>berleben Blumen.
(TICKING)


ocrad --charset=iso-8859-15 -i pkt-0784.pgm | vim -

Rilke. Und möglicherweise
überleben Blumen.
(TICKING)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]