abbyy / ocrsdk.com

ABBYY Cloud OCR SDK
http://ocrsdk.com/github
Apache License 2.0
504 stars 483 forks source link

Mistake in JS version prevents it from running #95

Open MDjavaheri opened 3 years ago

MDjavaheri commented 3 years ago

Just a small fix

There's a simple typo in the JS sample code that's preventing this from running. A == should be !=.

Before:

image

After:

image

OhadR commented 3 years ago

i think you are wrong. the '==' is fine. they wanna make sure you are not using the default value.