diff --git a/README.md b/README.md index 1a20890..9367ad7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # MNC Identifier SDK for iOS MNC Identifier is a service to identify, and verify consumer with AI in it. This SDK has 2 main features -- Face Identifier (1.0.1) (for face identification) -- OCR Identifier (1.0.1) (for optical character recognition) -![Alt Text](https://i.imgur.com/9oexWKl.gif) +* [About](https://mobile.mncinnovation.id/docs/mncidentifier/overview/) +* [Face](#face-identifier-usage) +* [OCR](#ocr-usage) + ## Installation add this to your podfile @@ -21,6 +22,8 @@ add this to your podfile ``` +![banner_liveness](/screenshoots/banner_liveness.jpeg) + ## Face Identifier Usage In Objective-C ```objectivec @@ -69,6 +72,8 @@ class ViewController: UIViewController, MNCFaceIdentifierDelegate { } ``` +![banner_ocr](/screenshoots/banner_ocr.jpeg) + ## OCR Usage In Objective-C ```objectivec diff --git a/screenshoots/banner_liveness.jpeg b/screenshoots/banner_liveness.jpeg new file mode 100644 index 0000000..c55ea12 Binary files /dev/null and b/screenshoots/banner_liveness.jpeg differ diff --git a/screenshoots/banner_ocr.jpeg b/screenshoots/banner_ocr.jpeg new file mode 100644 index 0000000..a88c573 Binary files /dev/null and b/screenshoots/banner_ocr.jpeg differ