Skip to main content
Navigator | Tier 3
January 31, 2025
Solved

Data Extraction from Video

  • January 31, 2025
  • 1 reply
  • 197 views

Team,

I have some Video KYC recordings from which I need to extract data. The document appears at various points while the video is playing, and I need to capture its details.

Can Automation Anywhere extract data from a video in such a scenario?

Note: The document may be visible at any time during the video.

@Tamil Arasu10 sir ,

Kindly comment your inputs here 

    Best answer by Tamil Arasu10

    Hi ​@Vaandu,

    Please find the below,

    Vision models or computer vision models are a type of artificial intelligence (AI) that are specifically designed to process, understand, and interpret data such as document layout, recognizing tables, form fields, images, graphics, and barcodes.

    https://docs.automationanywhere.com/bundle/enterprise-v2019/page/data-extraction-vision-models.html

     

     Use OpenCV within a Python script to extract frames. You can call this script from an Automation Anywhere bot.

    1 reply

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    January 31, 2025

    Hi ​@Vaandu,

    Please find the below,

    Vision models or computer vision models are a type of artificial intelligence (AI) that are specifically designed to process, understand, and interpret data such as document layout, recognizing tables, form fields, images, graphics, and barcodes.

    https://docs.automationanywhere.com/bundle/enterprise-v2019/page/data-extraction-vision-models.html

     

     Use OpenCV within a Python script to extract frames. You can call this script from an Automation Anywhere bot.

    _Tamil_