Check if scanned document is tampered - photoshoped

Muhammad Shuja 115 Reputation points
2023-10-05T09:30:42.0833333+00:00

Hi,

There's a use case where customer wants to identify national ID card kind of document is forged or not, eg photoshoped numbers, or names, or other image part or text. Can we do something with Image analysis or Form Recognizer ? Can we train a model with national ID cards (originals) and then the model later identify based on pixels alone, if it is photo-shopped or not?

Computer Vision
Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
417 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,132 questions
0 comments No comments
{count} votes

Accepted answer
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-10-06T00:23:39.0833333+00:00

    Hello @Anonymous , Thanks for using Microsoft Q&A Platform.

    Form recognizer works well in extracting information from forms and documents. In your use case it is more focused on identification of document is forged or not. But I don't think we can identify these using services like form recognizer/computer vision.

    As per my knowledge the best possible solution is to use any external tools to identify the document is tampered or not. Then you can pass the document to the FR service to extract these data.

    As we know Computer vision API has services that supports image analysis, Image moderation and Content Moderator. I would recommend you check these services and experiment with them.
    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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