Skip to content

Commit

Permalink
Fix Lithuanian chars
Browse files Browse the repository at this point in the history
Lithuanian language has 32 characters, it does not have letters like Q, X and W. Also removed some greek and other characters that are not from Lithuanina alphabet.

List of all Lithuanina letters can be found here:

https://lt.wikipedia.org/wiki/Lietuvi%C5%B3_ab%C4%97c%C4%97l%C4%97
  • Loading branch information
sirex committed Jul 11, 2020
1 parent 4956ebc commit d485691
Showing 1 changed file with 19 additions and 36 deletions.
55 changes: 19 additions & 36 deletions easyocr/character/lt_char.txt
Original file line number Diff line number Diff line change
@@ -1,81 +1,64 @@
A
Ą
B
C
Č
D
E
Ę
Ė
F
G
H
I
Į
Y
J
K
L
M
N
O
P
Q
R
S
Š
T
U
Ų
Ū
V
W
X
Y
Z
Ž
a
ą
b
c
č
d
e
ę
ė
f
g
h
i
į
y
j
k
l
m
n
o
p
q
r
s
š
t
u
ų
ū
v
w
x
y
z
ß
à
á
â
ã
ä
ç
è
é
ë
í
ó
ô
õ
ö
ø
ú
ü
ą
ę
Į
į
Ł
ł
Š
š
ų
Ž
ž

0 comments on commit d485691

Please sign in to comment.