Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 713 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 713 Bytes

ocrThisImage.app

This is a macOS app that will perform optical character recognition on any image you open with it.

Installation and Usage

  1. Get a copy of Tesseract. The easiest way is to get homebrew and then run "brew install tesseract" in the Terminal.
  2. Download ocrThisImage.app.
  3. Drop an image on the app, or open an image in it using the "Open With..."" menu in the Finder).
  4. A .txt file with the same name as the image will show up in the folder the image was in.

Source Code

This app was built in AppleScript with Apple's Script Editor. If you want to see the source code just open it in Script Editor.