WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
306 stars 36 forks source link

Support text detection #6

Closed huningxin closed 7 years ago

huningxin commented 8 years ago

iOS

CITextFeature: only supports bounding box

Android

com.google.android.gms.vision.text.TextRecognizer: supports OCR

yell0wd0g commented 7 years ago

Another: Windows10 https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.ocr.aspx

yell0wd0g commented 7 years ago

Scrubbing this issue since Text Detection is already in the Spec and is implemented in Chrome for Android and Mac.