Hacker News new | ask | show | jobs
by wahnfrieden 896 days ago
fyi you're using the old and less accurate api, VNRecognizeTextRequest

ImageAnalyzer is newer and much better

I bet this shortcut from OP is also using the older API under the hood

1 comments

ImageAnalyzer is Swift-only and has no corresponding Objective-C method, so it's not available in PyObJC. I can look into bridging it at some point.
This would probably be pretty easy to do with swift and python processes running side by side with grpc.