Skip to content

Instantly share code, notes, and snippets.

View lakeparkXPA's full-sized avatar

LakeparkXPA lakeparkXPA

  • 19:22 (UTC +09:00)
View GitHub Profile
@RhetTbull
RhetTbull / vision.py
Last active February 21, 2025 08:09
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