2020-05-22 11:03:41 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-05-21 15:51:00 +02:00
|
|
|
|
<OCRFixReplaceList>
|
2020-05-22 11:03:41 +02:00
|
|
|
|
<WholeWords />
|
|
|
|
|
<PartialWordsAlways />
|
2020-05-21 15:51:00 +02:00
|
|
|
|
<PartialWords>
|
|
|
|
|
<!-- Will be used to check words not in dictionary.
|
2020-06-14 20:23:35 +02:00
|
|
|
|
If new word(s) and longer than 4 chars and exists
|
2020-05-21 15:51:00 +02:00
|
|
|
|
in spelling dictionary, it is (or they are) accepted -->
|
2020-05-22 11:03:41 +02:00
|
|
|
|
<!-- "f " will be two words -->
|
|
|
|
|
<WordPart from="f" to="f " />
|
|
|
|
|
<WordPart from="ą" to="ą " />
|
|
|
|
|
<WordPart from="j" to=" j" />
|
2020-05-21 15:51:00 +02:00
|
|
|
|
</PartialWords>
|
2020-05-22 11:03:41 +02:00
|
|
|
|
<WholeLines />
|
|
|
|
|
<PartialLinesAlways />
|
|
|
|
|
<PartialLines />
|
|
|
|
|
<BeginLines />
|
|
|
|
|
<EndLines />
|
2020-05-21 15:51:00 +02:00
|
|
|
|
<RegularExpressions />
|
|
|
|
|
</OCRFixReplaceList>
|