How to read text from image attachment ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2016 10:05 AM
Hi All,
Is there any way to read the content from the image.
Thanks,
Gaurav Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2016 10:23 AM
Hi Gaurav,
Do you mean some kind of OCR / text recognition? This is not supported by the platform, but there are services like Google's Cloud Vision API that allow you to analyze images and extract text. It should be possible to build an integration with this API or a similar service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2016 02:17 AM
Hi Josh,
I was trying to integrate with OCR but it is throwing some error. So not sure how the request and response XML's looks like for this.
DO you have any specific WSDL or API link via which i can achieve this.
Thanks,
Gaurav Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2016 04:38 PM
Is there a specific OCR service or API you are trying to integrate with? The request/response format will depend on which service you're using.
You'd have to refer to the documentation for the API you're using to determine the correct request/response format. As an example, Google's service has examples in their quick-start here: Quickstart | Google Cloud Vision API Documentation | Google Cloud Platform.