Skip to content

Commit

Permalink
Changed word -> text.
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamlah authored and JKamlah committed Dec 23, 2017
1 parent c6edcea commit fbc5323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocropus-hocr
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ for arg in args.files:

PN("<span")
if style!="": PN(" style='"+style+"'")
PN(" class='ocr_line' title='%s'>"%info,word,"</span>")
PN(" class='ocr_line' title='%s'>"%info,text,"</span>")
if not args.nobreaks: P("<br />")
else: P()

Expand Down

0 comments on commit fbc5323

Please sign in to comment.