While using Data Extraction can we extract Company logo's / Images for a given document?
Discussion posts and replies are publicly visible
arunkrishnag4819 No, Appian Data Extraction is designed to extract structured data like text, tables, and key-value pairs from documents.Use external service to extract logo like Google Cloud Vision API
AI skill will not extract the images , it will extract the structured, semi structured or unstructured data.
In Appian, Data Extraction primarily focuses on retrieving structured data such as text, tables, and key-value pairs from documents. It does not support the extraction of images or company logos directly. If you need to extract logos or images, you would need to integrate an external service that specializes in image recognition and analysis, such as Google Cloud Vision API. This API can be connected to Appian through web APIs to enhance your data extraction capabilities by including image data.
Hi arunkrishnag4819 , as many others on this thread have suggested, Appian's extraction capabilities would be able to identify company names if they are represented in text, even if that text is part of an image on a document. However, the extraction capabilities will not be able to identify or extract logos that do not contain text.