8 ms·
For macOS users, I'm the author of Textinator [0] a similar utility for macOS that uses Apple's Vision framework [1] for doing the OCR natively. Modern versions
by rhettbull 3y ago
For macOS users, I'm the author of Textinator [0] a similar utility for macOS that uses Apple's Vision framework [1] for doing the OCR natively. Modern versions of macOS (since Sonoma) have a similar ability to copy text from images using the Live Text feature [2] but Textinator works on macOS Catalina and later and simplifies the "take screenshot, copy text to clipboard" workflow. It's also an example of how to build a native macOS app entirely in Python.
[0]: https://github.com/RhetTbull/textinator https://github.com/RhetTbull/textinator
[1]: https://developer.apple.com/documentation/vision?language=objc https://developer.apple.com/documentation/vision?language=ob...
[2]: https://support.apple.com/guide/preview/interact-with-text-in-a-photo-prvw625a5b2c/11.0/mac/14.0 https://support.apple.com/guide/preview/interact-with-text-i...