tucan9389 / awesome-ml-demos-with-ios

The challenge projects for Inferencing machine learning models on iOS
MIT License
1.21k stars 136 forks source link

Any update on repo WordRecognition-CoreML-MLKit #22

Closed jinrui1130 closed 5 years ago

jinrui1130 commented 5 years ago

Hi Contributors,

I found this repo from my colleague and I am very interested in this WordRecognition-CoreML-MLKit. Has there been any update on this repo?

Thanks Rui

tucan9389 commented 5 years ago

@jrkingray Hi, thanks for your issue. The repo hasn't prepared yet but you can make your own with the following steps.

  1. Text Detection
  2. Words Extraction
  3. Get the nearest word from the middle position on the screen.
  4. Cropping the word
  5. Text Recognition (using the cropping word image)
jinrui1130 commented 5 years ago

Thanks@tucan9389