Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#ABBYY Cloud OCR SDK demo sample for iOS

##Ussage

###Initial setup

The easiest way to run this sample is Cocoa Pods:

pod install

Then open a generated OCRSDKDemo.xcworkspace workspace and build a it (but specify your access credentials first!).

###Access credentials

Please modify Sources/OCRDemoClient.m before running the program!

You need to provide your credentials to connect to Cloud OCR SDK. Set kApplicationId and kPassword constants.

###Recognition language

This sample is pre-configured to recognize English texts. If you recognize text in other language, you need to change the behaviour using kRecognitionLanguages and kExportFormat constants in Sources/OCRMainViewController.m