- BlinkID SDK for Android
- Seamless Asia
- Singapore | April 19-20, 2017
- Innov8tif is a technology company that was conceived to simplify processes, increase efficiency and improves the profitability of their clients.
- We have a successful partnership with Innov8tif as our solutions for simplifying user journey in mobile apps fit into their products.
- FaceID
- Innov8tif Integrates with World’s Best Facial Recognition API to Provide Biometrics Photo ID Verification on Mobile Platform without Hardware Dependency
- From Megvii Technology Inc. !!
- Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer.
- XavierTM Travel Document OCR
- Xavier
- Xavier is a software component sold as a software development kit (SDK).
- The XavierTM SDK is now available on GitHub for iOS and Android.
- Xavier Mrz Scanner iOS Evaluation SDK
- Xavier Mrz Scanner Android Evaluation SDK
Pure Javascript OCR for 62 Languages
- Tesseract.js is a javascript library that gets words in almost any language out of images. (Demo)
- Tesseract.js works with script tags, webpack/browserify, and node. After you install it, using it is as simple as
- Tesseract.js wraps an emscripten port of the Tesseract OCR Engine.
- Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
G8Production
Tesseract OCR wrapper for React Native
- react-native-tesseract-ocr is a react-native wrapper for Tesseract OCR using base on
- tess-two for Android
- Tesseract-OCR-iOS for iOS (Not implemented yet)
- React Native lets you build mobile apps using only JavaScript.
- It uses the same design as React, letting you compose a rich mobile UI from declarative components.
A React Native app is a real mobile app
- With React Native, you don’t build a “mobile web app”, an “HTML5 app”, or a “hybrid app”.
- You build a real mobile app that’s indistinguishable from an app built using Objective-C or Java.
- React Native uses the same fundamental UI building blocks as regular iOS and Android apps.
- You just put those building blocks together using JavaScript and React.
Use native code when you need to
- React Native combines smoothly with components written in Objective-C, Java, or Swift.
- It’s simple to drop down to native code if you need to optimize a few aspects of your application.
- It’s also easy to build part of your app in React Native, and part of your app using native code directly - that’s how the Facebook app works.