Add Polish OCR fix replace list - thx Janusz :)

This commit is contained in:
Nikolaj Olsson 2020-05-21 15:51:00 +02:00
parent 0c0441b336
commit dfad7c2e5e

View File

@ -0,0 +1,14 @@
<OCRFixReplaceList>
<WholeWords>
</WholeWords>
<PartialWords>
<!-- Will be used to check words not in dictionary.
If new word(s) and longer than 5 chars and exists
in spelling dictionary, it is (or they are) accepted -->
<WordPart from = "f" to = "f " /> <!-- "f " will be two words -->
<WordPart from = "ą" to = "ą " />
<WordPart from = "j" to = " j" />
</PartialWords>
<RegularExpressions />
<RemovedWholeWords />
</OCRFixReplaceList>