Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schappim authored May 20, 2021
1 parent ca9a637 commit 346e4af
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Any text within the bounds will be converted to text.

You could invoke the app using the likes of [Alfred.app](https://www.alfredapp.com/), [Hammerspoon](http://www.hammerspoon.org/), Quicksilver etc.

An example Alfred.app workflow is [available here](https://files.littlebird.com.au/OCR.alfredworkflow-aR9crGZYI92tYTa6Q5S1cRGr2rMc.zip).

If you're still wondering "how does this work ?", I always find the .gif is the best way to clarify things:

![How it works](https://files.littlebird.com.au/Screen-Recording-2021-05-20-08-42-33-pJWCLojgQFnwt4TVl6pKfizOtuqf.gif)
Expand All @@ -32,7 +34,29 @@ sudo cp ocr /usr/local/bin;
```



When running the app the first time, you'll be asked to allow the app access to your screen.
When running the app the first time, you will likely be asked to allow the app access to your screen.

![Enabling access to screen](https://files.littlebird.com.au/Shared-Image-2021-05-20-08-58-38.png)

## Who made this?

macOCR was made by Marcus Schappi. I create software ([and even hardware](https://chickcom.com/hardware)) to automate ecommerce, including:

* [Chick Commerce](https://chickcom.com/).
* This [free Australia Post app on Shopify](https://apps.shopify.com/auspost-shipping).
* [Script Ninja](https://apps.shopify.com/cockatoo) which enables you to create powerful scripts and tools to automate your Shopify store.

## Thoughts on Sherlocking?

Apple, please sherlock this software!

## MIT License

Copyright 2021 Marcus Schappi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 346e4af

Please sign in to comment.