Skip to content

Commit 8aa3dea

Browse files
authored
Update README.md
1 parent 0c92a72 commit 8aa3dea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ This tool works only if the ocr xml has been generated with the character by cha
7676

7777
Currently only text elements get processed, image and table elements are ignored. The following text attributes are transfered to TEI:
7878

79-
* italic -> <hi rend="italic"> italic></hi>
80-
* bold -> <hi rend="bold">bold></hi>
81-
* underline -> <hi rend="underline">underline></hi>
82-
* strikethrough -> <hi rend="strikethrough">strikethrough></hi>
83-
* super <hi rend="super">super</hi>
84-
* unclear characters -> <unclear cert="unknown" reason="illegible">l</unclear>
79+
* italic -> `<hi rend="italic"> italic></hi>`
80+
* bold -> `<hi rend="bold">bold></hi>`
81+
* underline -> `<hi rend="underline">underline></hi>`
82+
* strikethrough -> `<hi rend="strikethrough">strikethrough></hi>`
83+
* super `<hi rend="super">super</hi>`
84+
* unclear characters -> `<unclear cert="unknown" reason="illegible">l</unclear>`
8585

8686

8787
# Building
@@ -110,4 +110,4 @@ Apache 2.0.
110110

111111
# Credits
112112

113-
<a href="http://www.sub.uni-goettingen.de"><img src="https://raw.githubusercontent.com/Hannah-Arendt-Project/TextGridHttpServerPlugin/master/gh-imgs/sub-logo.jpg" width="300"/></a>
113+
<a href="http://www.sub.uni-goettingen.de"><img src="https://raw.githubusercontent.com/Hannah-Arendt-Project/TextGridHttpServerPlugin/master/gh-imgs/sub-logo.jpg" width="300"/></a>

0 commit comments

Comments
 (0)