Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tucan9389/TextRecognition-MLKit


https://github.com/tucan9389/TextRecognition-MLKit

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# TextRecognition-MLKit

![platform-ios](https://img.shields.io/badge/platform-ios-lightgrey.svg)
![swift-version](https://img.shields.io/badge/swift-4.2-red.svg)
![lisence](https://img.shields.io/badge/license-MIT-black.svg)

This project is [Text Recognition using Firebase built-in model](https://firebase.google.com/docs/ml-kit/recognize-text) on iOS.
If you are interested in iOS + Machine Learning, visit [here](https://github.com/motlabs/iOS-Proejcts-with-ML-Models) you can see various DEMOs.

![TextRecognition-MLKit_DEMO002](resource/TextRecognition-MLKit_DEMO002.gif)

## Requirements

- Xcode 9.2+
- iOS 12.0+
- Swift 4.2

## Performance

### Inference Time

| device | inference time |
| -------- | -------------- |
| iPhone X | 35~200 ms |

#### Inference time in various cases - iPhone X

![TextRecognitionDEMOs](resource/TextRecognitionDEMOs.jpg)

> More appear words in a picture, more need inference time.

## Build & Run

### 1. Prerequisites

#### Add permission in info.plist for device's camera access

![prerequest_001_plist](resource/prerequest_001_plist.png)