impactcentre / ocrevalUAtion

OCR evaluation brought to you by University of Alicante
Apache License 2.0
66 stars 27 forks source link

Case awareness option #9

Open rccarrasco opened 10 years ago

rccarrasco commented 10 years ago

Add an option to make the output case aware.

Strategy: 1- Options stored in CharMap 2- If not aware -> compute Levenshtein distance with lowercased text (CharMap applied) but apply edit operations to source text. 3- Add option to Main and MAinGUI