44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<OCRFixReplaceList>
|
|
<WholeWords />
|
|
<PartialWordsAlways />
|
|
<PartialWords>
|
|
<!-- Will be used to check words not in dictionary -->
|
|
<!-- If new word(s) exists in spelling dictionary, it(they) is accepted -->
|
|
<WordPart from="¤" to="o" />
|
|
<WordPart from="fi" to="fi" />
|
|
<WordPart from="fl" to="fl" />
|
|
<WordPart from="/" to="l" />
|
|
<WordPart from="vv" to="w" />
|
|
<WordPart from="IVI" to="M" />
|
|
<WordPart from="lVI" to="M" />
|
|
<WordPart from="IVl" to="M" />
|
|
<WordPart from="lVl" to="M" />
|
|
<WordPart from="m" to="rn" />
|
|
<WordPart from="l" to="i" />
|
|
<WordPart from="€" to="e" />
|
|
<WordPart from="I" to="l" />
|
|
<WordPart from="c" to="o" />
|
|
<WordPart from="i" to="t" />
|
|
<WordPart from="cc" to="oo" />
|
|
<WordPart from="ii" to="tt" />
|
|
<WordPart from="n/" to="ry" />
|
|
<WordPart from="ae" to="æ" />
|
|
<!-- "f " will be two words -->
|
|
<WordPart from="f" to="f " />
|
|
<WordPart from="c" to="e" />
|
|
<WordPart from="I" to="t" />
|
|
<WordPart from="n" to="o" />
|
|
<WordPart from="s" to="e" />
|
|
<WordPart from="\A" to="Vi" />
|
|
<WordPart from="n/" to="rv" />
|
|
<WordPart from="Ã" to="Å" />
|
|
<WordPart from="í" to="i" />
|
|
</PartialWords>
|
|
<WholeLines />
|
|
<PartialLinesAlways />
|
|
<PartialLines />
|
|
<BeginLines />
|
|
<EndLines />
|
|
<RegularExpressions />
|
|
</OCRFixReplaceList> |