Skip to content

Commit

Permalink
unlvtests: Fix typo in documentation (found by codespell)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 6, 2018
1 parent 0eb239e commit cdc7db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlvtests/README.md
Expand Up @@ -88,7 +88,7 @@ or if you've already got a results file you want to change, you can do this:
awk '$3 != 100 {print $0}' results.txt newresults.txt

If you only want the last sections where things are broken down by
word, you can add a sed commend, like this:
word, you can add a sed command, like this:

ocrevalutf8 wordacc ground.txt ocr.txt | sed '/^ Count Missed %Right $/,$
!d' | awk '$3 != 100 {print $0}' results.txt

0 comments on commit cdc7db7

Please sign in to comment.