Skip to content

Commit

Permalink
add usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xulihang committed Jan 1, 2023
1 parent 4e513ac commit 834428b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added .README.md.swp
Binary file not shown.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# macOCR
Command line OCR tool using macOS's VNRecognizeTextRequest

```
usage:
language fastmode languageCorrection image_path output_path
--langs: list suppported languages
example:
./OCR en-US,zh-Hans false true ./image.jpg out.json
```

0 comments on commit 834428b

Please sign in to comment.