Noitidart / NativeShot

Firefox Addon :: Freeze frame screenshot tool to capture and edit anything on any monitor
https://addons.mozilla.org/en-US/firefox/addon/nativeshot/?src=github
17 stars 11 forks source link

OCR Support #22

Closed Noitidart closed 8 years ago

Noitidart commented 8 years ago

Ability to pick a ocr method. And a menu item to do "all" and another one to do "checked" ones.

Noitidart commented 8 years ago

I needed the feature real bad so landed it.

This branch was where I did the work - https://github.com/Noitidart/NativeShot/tree/ocr-stuff

Don't delete that branch though because I link to a commit in it as an example from the readme of sicworker - https://gist.github.com/Noitidart/6a9da3589e88cc3df7e7

Currently only supporting GOCR.js and OCRAD.js - both are working from a Worker - big thanks to @antimatter15 for his work: