We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb239e commit cdc7db7Copy full SHA for cdc7db7
unlvtests/README.md
@@ -88,7 +88,7 @@ or if you've already got a results file you want to change, you can do this:
88
awk '$3 != 100 {print $0}' results.txt newresults.txt
89
90
If you only want the last sections where things are broken down by
91
-word, you can add a sed commend, like this:
+word, you can add a sed command, like this:
92
93
ocrevalutf8 wordacc ground.txt ocr.txt | sed '/^ Count Missed %Right $/,$
94
!d' | awk '$3 != 100 {print $0}' results.txt
0 commit comments