You need to sign in to do that
Don't have an account?

OCR(Optical Character Recognition)
Hi All,
Iam new to this OCR(Optical Character recognition). Right now we have a requirement to integrate OCR with Salesforce. Is there any APP out there which can do this?
Thanks
Hi,
ABBYY offers a Cloud based OCR Service (Azure) with a REST API where you can submit images and receive the results back once they are processed. The service is designed for worldwide use and supports over 190 OCR languages.
It is also possible to read Business Cards and submit images where you just recognize a defined zone.
http://ocrsdk.com/
http://ocrsdk.com/documentation/ - and code samples.
You can register for a free developer account and start testing. So far the API of the service is not (yet) perfectly adjust to Salesforce APIs, but we are thinking about that. Feedback, wishes or ideas are welcome :o)
Best Regards
Michael
PS: I am biased because I work for ABBYY Europe ;o)
PPS: ABBYY is a leading technology provioder for text recogntion and data extraction - availalbe from mobile - on premise and cloud... - some more infos: http://www.abbyy-developers.com
If anybody is still looking for a solution. See the below blog for a working piece of code
https://salesforcemann.wordpress.com/2016/11/01/optical-character-recognition-rest-api/
Regards.
I find this API for OCR : https://www.ocrmobile.com/fr/ocr-api-cloud-salesforce.html
It works good for receipt or invoice document, get by scanner or mobile device, very interesting
- Document Classification - when you pass the REST service a document, it will return the type, and knows the difference between contracts, invoices, POs, etc.
- Data Extraction - once it has been classified, the document metadata can be extracted and is passed back in the response. For example, a contract will be classified and the name, date, etc is given back within the response.
- Document Renaming - with the metadaata, you can now intellgently rename a document.
- Searchable PDF - searchable PDFs can be created.
- XML - for more complex solutions, an analytics-based XML representation of the document can be provided.
- Mobile SDKs - there are mobile capture and OCR kits as well
You can see an example of this through Ephesoft: Capture and OCR Web Services for Salesforce (https://www.ephesoft.com/transact/web-services-apis/" target="_blank)