cordova - PhonegapOCRPlugin is not scanning photo -


i created phonegap/xcode project , added phonegapocrplugin dependencies.

when run project, see "capture editable photo" button in screen.

but after take photo of business card , use it, nothing seems happening. have

i missed anything? using cordova-2.5.0rc1.

thanks.

just tested , it's working on phonegap 2.5.0

the problems had 1. had remove armv7s valid architectures. 2. had add line config.xml because readme older version using cordova.plist

<plugin name="com.jcesarmobile.ocrplugin" value="ocrplugin" /> 

Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -