Reputation: 1886
Are any of the current text capture APIs (e.g. Google's Text API) fast enough to capture text from a phone's video feed, and draw a box that stays on the text even as the camera moves?
I don't need fast enough to do full OCR per-frame (though that would be amazing!). I'm just looking for fast enough to recognize blocks of text and keep the bounding box displayed in sync with the live image.
Upvotes: 1
Views: 679
Reputation: 236
Firebase
onDeviceTextRecognizer
is simple and working for me.
Upvotes: 0