Skip to content
/ macOCR Public
forked from schappim/macOCR

Capture a screenshot, then recognize and return text on it.

Notifications You must be signed in to change notification settings

shimj/macOCR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR for macOS

Compile and run

swiftc ocr.swift -o ocr
./ocr [option]

Language can be specified in [option] with "en", "zh" (中文), "zh-Hans" (简体中文) or "zh-Hant" (繁体中文).

Run without compiling

swift ocr.swift [option]

Note

In the repository I forked from, a specified language is appended behind "en-US", which leads to an unexpected result.

About

Capture a screenshot, then recognize and return text on it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%