Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiermann authored Nov 10, 2017
1 parent 0c92a72 commit 8aa3dea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ This tool works only if the ocr xml has been generated with the character by cha

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

* italic -> <hi rend="italic"> italic></hi>
* bold -> <hi rend="bold">bold></hi>
* underline -> <hi rend="underline">underline></hi>
* strikethrough -> <hi rend="strikethrough">strikethrough></hi>
* super <hi rend="super">super</hi>
* unclear characters -> <unclear cert="unknown" reason="illegible">l</unclear>
* italic -> `<hi rend="italic"> italic></hi>`
* bold -> `<hi rend="bold">bold></hi>`
* underline -> `<hi rend="underline">underline></hi>`
* strikethrough -> `<hi rend="strikethrough">strikethrough></hi>`
* super `<hi rend="super">super</hi>`
* unclear characters -> `<unclear cert="unknown" reason="illegible">l</unclear>`


# Building
Expand Down Expand Up @@ -110,4 +110,4 @@ Apache 2.0.

# Credits

<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>
<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 comments on commit 8aa3dea

Please sign in to comment.