this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add usage to readme

xulihang 834428bb 4e513ace

+9
.README.md.swp

This is a binary file and will not be displayed.

+9
README.md
··· 1 1 # macOCR 2 2 Command line OCR tool using macOS's VNRecognizeTextRequest 3 + 4 + ``` 5 + usage: 6 + language fastmode languageCorrection image_path output_path 7 + --langs: list suppported languages 8 + 9 + example: 10 + ./OCR en-US,zh-Hans false true ./image.jpg out.json 11 + ```