Can ABBYY SDK recognize the base64 data format for picture to businesscard API as data in Ajax call using AngularJS coding?
[Cloud] Does ABBYY Cloud OCR SDK support AngularJS?
Was this article helpful?
0 out of 0 found this helpful
Can ABBYY SDK recognize the base64 data format for picture to businesscard API as data in Ajax call using AngularJS coding?
0 out of 0 found this helpful
Comments
2 comments
ABBYY Cloud OCR SDK is a Web API, so you can use it in any development tool supporting communication over the network. You can find a set of code samples on the different programming languages at our Samples Page, including the JavaScript sample.
As for the business card recognition, there is the processBusinessCard method in ABBYY Cloud OCR SDK. You can export the recognition results to the vCard, xml or csv formats.
I would like to add that our Cloud OCR SDK service cannot work with data encoded in base64, it is necessary to pass binary data as is.
Please sign in to leave a comment.