Select Area of Screen and Get Image

Post 4 of the thread located here contains my script which uses the screencapture utility to create an image and then performs OCR on the image. This works reasonably well but I would prefer not to use screencapture.

Is there an ASObjC approach that I can use to replace the screencapture code? I did some Google research but found nothing. Thanks!

How about ScreenCaptureKit.framework ?

ScreenCaptureKit

2 Likes

Thanks Piyomaru. I’ll give ScreenCaptureKit a try.