Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskrlec committed Dec 20, 2018
1 parent 9194108 commit 8ea2caf
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,60 +26,60 @@ BlinkID is a part of family of SDKs developed by [MicroBlink](http://www.microbl
# Table of contents

* [Requirements](#user-content-requirements)
* [Quick Start](#user-content-quickStart)
* [Advanced BlinkInput integration instructions](#user-content-advancedIntegration)
* [UI customizations of built-in `MBOverlayViewControllers` and `MBOverlaySubviews`](#user-content-uiCustomizations)
* [Built-in overlay view controllers and overlay subviews](#user-content-builtInUIComponents)
* [Using `MBBarcodeOverlayViewController`](#user-content-mbBarcodeOverlayViewcontroller)
* [Using `MBDocumentOverlayViewController`](#user-content-mbDocumentOverlayViewcontroller)
* [Using `MBDocumentVerificationOverlayViewController`](#user-content-mbDocumentVerificationOverlayViewcontroller)
* [Custom overlay view controller](#user-content-recognizerRunnerViewController)
* [Direct processing API](#user-content-directAPI)
* [Using Direct API for `NSString` recognition (parsing)](#user-content-directAPI_strings)
* [`MBRecognizer` and available recognizers](#user-content-availableRecognizers)
* [The `MBRecognizer` concept](#user-content-recognizerConcept)
* [`MBRecognizerCollection` concept](#user-content-recognizerBCollection)
* [List of available recognizers](#user-content-recognizerList)
* [Frame Grabber Recognizer](#user-content-frameGrabberRecognizer)
* [Success Frame Grabber Recognizer](#user-content-successFrameGrabberRecognizer)
* [PDF417 recognizer](#user-content-pdf417Recognizer)
* [Barcode recognizer](#user-content-barcodeRecognizer)
* [BlinkInput recognizer](#user-content-blinkInputRecognizer)
* [Detector recognizer](#user-content-detectorRecognizer)
* [BlinkID recognizers by countries](#user-content-blinkIdRecognizersByCountry)
* [`Field by field` scanning feature](#user-content-fieldScan)
* [`Field by field` feature](#user-content-fieldByFieldFeature)
* [`MBProcessor` and `MBParser`](#user-content-processorsAndParsers)
* [The `MBProcessor` concept](#user-content-processorConcept)
* [List of available processors](#user-content-processorList)
* [Image Return Processor](#user-content-imageReturnProcessor)
* [Parser Group Processor](#user-content-parserGroupProcessor)
* [The `MBParser` concept](#user-content-parserConcept)
* [List of available parsers](#user-content-parserList)
* [Amount Parser](#user-content-amountParser)
* [Date Parser](#user-content-dateParser)
* [Email Parser](#user-content-emailParser)
* [IBAN Parser](#user-content-ibanParser)
* [License Plates Parser](#user-content-licensePlatesParser)
* [Raw Parser](#user-content-rawParser)
* [Regex Parser](#user-content-regexParser)
* [TopUp Parser](#user-content-topUpParser)
* [VIN (*Vehicle Identification Number*) Parser](#user-content-vinParser)
* [Scanning generic documents with Templating API](#user-content-detectorTemplating)
* [The `MBProcessorGroup` component](#user-content-processorGroup)
* [List of available dewarp policies](#user-content-dewarpPolicyList)
* [The `MBTemplatingClass` component](#user-content-templatingClass)
* [Implementing the `MBTemplatingClassifier`](#user-content-implementingTemplatingClassifier)
* [The `MBDetector` concept](#user-content-detectorConcept)
* [List of available detectors](#user-content-detectorList)
* [Document Detector](#user-content-documentDetector)
* [MRTD Detector](#user-content-mrtdDetector)
* [Creating customized build of BlinkID SDK](#user-content-customizedBuild)
* [Troubleshooting](#user-content-troubleshoot)
* [Integration problems](#user-content-integrationTroubleshoot)
* [SDK problems](#user-content-sdkTroubleshoot)
* [Frequently asked questions and known problems](#user-content-faq)
* [Additional info](#user-content-info)
* [Quick Start](#quickStart)
* [Advanced BlinkInput integration instructions](#advancedIntegration)
* [UI customizations of built-in `MBOverlayViewControllers` and `MBOverlaySubviews`](#uiCustomizations)
* [Built-in overlay view controllers and overlay subviews](#builtInUIComponents)
* [Using `MBBarcodeOverlayViewController`](#mbBarcodeOverlayViewcontroller)
* [Using `MBDocumentOverlayViewController`](#mbDocumentOverlayViewcontroller)
* [Using `MBDocumentVerificationOverlayViewController`](#mbDocumentVerificationOverlayViewcontroller)
* [Custom overlay view controller](#recognizerRunnerViewController)
* [Direct processing API](#directAPI)
* [Using Direct API for `NSString` recognition (parsing)](#directAPI_strings)
* [`MBRecognizer` and available recognizers](#availableRecognizers)
* [The `MBRecognizer` concept](#recognizerConcept)
* [`MBRecognizerCollection` concept](#recognizerBCollection)
* [List of available recognizers](#recognizerList)
* [Frame Grabber Recognizer](#frameGrabberRecognizer)
* [Success Frame Grabber Recognizer](#successFrameGrabberRecognizer)
* [PDF417 recognizer](#pdf417Recognizer)
* [Barcode recognizer](#barcodeRecognizer)
* [BlinkInput recognizer](#blinkInputRecognizer)
* [Detector recognizer](#detectorRecognizer)
* [BlinkID recognizers by countries](#blinkIdRecognizersByCountry)
* [`Field by field` scanning feature](#fieldScan)
* [`Field by field` feature](#fieldByFieldFeature)
* [`MBProcessor` and `MBParser`](#processorsAndParsers)
* [The `MBProcessor` concept](#processorConcept)
* [List of available processors](#processorList)
* [Image Return Processor](#imageReturnProcessor)
* [Parser Group Processor](#parserGroupProcessor)
* [The `MBParser` concept](#parserConcept)
* [List of available parsers](#parserList)
* [Amount Parser](#amountParser)
* [Date Parser](#dateParser)
* [Email Parser](#emailParser)
* [IBAN Parser](#ibanParser)
* [License Plates Parser](#licensePlatesParser)
* [Raw Parser](#rawParser)
* [Regex Parser](#regexParser)
* [TopUp Parser](#topUpParser)
* [VIN (*Vehicle Identification Number*) Parser](#vinParser)
* [Scanning generic documents with Templating API](#detectorTemplating)
* [The `MBProcessorGroup` component](#processorGroup)
* [List of available dewarp policies](#dewarpPolicyList)
* [The `MBTemplatingClass` component](#templatingClass)
* [Implementing the `MBTemplatingClassifier`](#implementingTemplatingClassifier)
* [The `MBDetector` concept](#detectorConcept)
* [List of available detectors](#detectorList)
* [Document Detector](#documentDetector)
* [MRTD Detector](#mrtdDetector)
* [Creating customized build of BlinkID SDK](#customizedBuild)
* [Troubleshooting](#troubleshoot)
* [Integration problems](#integrationTroubleshoot)
* [SDK problems](#sdkTroubleshoot)
* [Frequently asked questions and known problems](#faq)
* [Additional info](#info)

# <a name="requirements"></a> Requirements

Expand Down

0 comments on commit 8ea2caf

Please sign in to comment.