Reverse image search online

can you make this feature of similar image search but with addition of searching within images from html zip documents and archives please like what you had already made recently for the groupdocs reverse image search engine for search for hidden images from within these four file formats please.

@Kainrecycler
Unfortunately our on-premise solution does not have reverse image search API and it’s not planned for the nearest future. Regarding Aspose.Imaging Reverse Image search application - unlike Groupdocs solution we’re supporting site Url as a search data source. In our opinion this solution is more scalable than use of zip archives or documents as it does not require upload of such potentially big big data objects server side. At the same time, we’re considering support of cloud storages as a data sources. Please use https://forum.aspose.app/ if you have further inquiries on subject matter.

What is the nearest future for aspose.com and your supported websites that you operate to run from the future and beyond the future for aspose.com please let me know if you have any questions or answers for the time being please.

@Kainrecycler
Thank you for coming back.

Integration of reverse image search feature into aspose.com API, is not in our priority list.

Although, you may also compose required feature using available Aspose products by 2 steps approach :

  1. Extract images from the zip archive or document using relevant Aspose API.
    For example:
    Zip : Archive.ExtractToDirectory | Aspose.ZIP for .NET API Reference
    Word document : Extract Image from Word Document|Aspose.Words for .NET
    Pdf document : Extract Images from PDF C#|Aspose.PDF for .NET
    Vector images : GetEmbeddedImages | Aspose.Imaging for .NET API Reference
  2. Process reverse image search using our Aspose.Imaging Cloud API
    Reverse Image Search|Documentation
    which is also available for on-premise usage as docker container
    Docker