Skip to content

Commit

Permalink
Fix some typos (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 Oct 5, 2023
1 parent ec5df67 commit 2761899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langtests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git clone https://github.com/Shreeshrii/ocr-evaluation-tools.git
cd ~/ocr-evaluation-tools
sudo make install
```
### Step 2: If not alrady built, Build tesseract.
### Step 2: If not already built, Build tesseract.
Use binaries from the tesseract/src/api and tesseract/src/training directory.
### Step 3
Download images and corresponding ground truth text for the language to be tested.
Expand Down Expand Up @@ -50,7 +50,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 2761899

Please sign in to comment.