Skip to content

Instantly share code, notes, and snippets.

View kn-neeraj's full-sized avatar

Neeraj Kumar kn-neeraj

View GitHub Profile
@kn-neeraj
kn-neeraj / vision.py
Created March 30, 2024 18:32 — forked from RhetTbull/vision.py
Use Apple's Vision framework from Python to detect text in images
""" Use Apple's Vision Framework via PyObjC to detect text in images
To use:
python3 -m pip install pyobjc-core pyobjc-framework-Quartz pyobjc-framework-Vision wurlitzer
"""
import pathlib