Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/redbaty/EzOCR
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaty committed Apr 4, 2024
2 parents 572b346 + a285da0 commit a453158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ var pix = imageStream.ConvertToPix();
var ocrText = await pix.GetTextAndEnsureData()
.CleanAndFlattenString();
```

# Linux

To run in linux you need to install some dependencies, [here's a great comment/thread exaplaining how to do it](https://github.com/charlesw/tesseract/issues/503#issuecomment-1863208371)

0 comments on commit a453158

Please sign in to comment.