How to migrate stamp and signature detection from customvision.ai?

Andrei Pruteanu 40 Reputation points
2025-10-03T07:44:37.3666667+00:00

Hi,

We received a retirement notice related to customvision.ai:

Azure AI Custom Vision will be retired on 25 September 2028, please transition to alternative options by that date.

From now until 25 September 2028, you can continue to use Azure AI Custom Vision without disruption. However, customers are encouraged to begin planning and executing their transition to alternative solutions earlier to experience new capabilities.

Depending on your use case, we recommend the following paths for transition:

For creating custom models for both image classification and object detection, Azure Machine Learning AutoML offers the ability to train both custom model types using classic machine learning techniques.
Microsoft is also investing in Generative AI-based solutions that increase accuracy in custom scenarios using prompt engineering and other techniques.

To use generative models, you can use one of models available in the Azure AI Foundry model catalog and create your own solution for customized vision.
For a managed generative solution for image classification, Azure AI Content Understanding (currently in public preview) offers the ability to create custom classification workflows. It also supports processing unstructured data of any type (image, documents, audio, video) and extract structured insights based on pre-defined or user-defined formats.

What path do you recommend for migrating or creating new models for stamp and signature detection? We are currently using DocumentIntelligence Studio and customvision.ai.

Computer Vision
Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
{count} votes

Answer accepted by question author
  1. SRILAKSHMI C 8,295 Reputation points Microsoft External Staff Moderator
    2025-10-15T16:09:23.6266667+00:00

    Hi Andrei Pruteanu,

    I sincerely apologize for the delayed response.

    Thank you for your question and for catching that detail, you are absolutely correct. The Custom Neural model is not currently visible or available in the Document Intelligence Studio interface. This capability is still in private/limited preview, meaning only select customers or internal testing environments have access to it at this time.

    At present, the Document Intelligence Studio supports two main custom model types: Custom Extraction (for structured data field extraction) and Custom Classification (for document sorting). The Custom Extraction model can recognize and extract labeled fields, including signature areas, but it supports only one signature per page when using the built-in "Signature" label type. The object detection–style flexibility you had with Custom Vision (detecting multiple stamps or signatures per page) is not yet part of the Studio UI.

    If your current goal is to detect multiple visual elements like stamps or signatures on a single page, there are two paths you can take. The first option is to continue using Custom Extraction models, but instead of the “Signature” label type, define multiple labeled fields such as Signature_1, Signature_2, Stamp_1, etc. This allows you to tag and train the model to recognize several regions per page. While this isn’t full object detection, it can still help identify and extract multiple regions effectively.

    Another option is to use Azure AI Foundry or Azure Machine Learning if you need a more advanced object detection approach. You can train a model externally (for example, using a YOLO-based architecture) to detect stamps or signatures, and then integrate that detection output with Document Intelligence for text extraction. Azure AI Foundry makes this integration easier and provides flexibility similar to what you had with Custom Vision.

    If you only need to identify multiple stamps or signatures on a page, the Custom Extraction workaround should meet your needs. However, if you require true object detection or more complex visual analysis, combining Azure AI Foundry or Azure ML with Document Intelligence is the better choice. This approach allows you to handle visual detection and text extraction together in one automated workflow.

    Microsoft is actively working on making the Custom Neural model generally available. This new capability will bring back advanced object detection features similar to Custom Vision but optimized for document scenarios, enabling you to train models that detect multiple visual elements per page directly within Document Intelligence Studio.

    Thank you!

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Andrei Pruteanu 40 Reputation points
    2025-10-06T19:21:48.0666667+00:00

    Hello SRILAKSHMI C,

    How can I create a Custom Neural Model? I only see: Custom extraction model and Custom classification model (see attached picture).

    Best,
    Andrei
    User's image


  2. Andrei Pruteanu 40 Reputation points
    2025-10-17T10:42:30.71+00:00

    Hi SRILAKSHMI C,

    Thank you for the clarifications! I do not have any further queries at the moment.

    Best,
    Andrei


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.