Barcode extraction skills, cognitive search index

Saleem Fawaz 1 Reputation point
2021-10-01T13:30:21.61+00:00

Hello All,

I need to create a an index on azure portal using azure cognitive search and I need to parse existing OCR in the image and to. scan the barcode inside. indexed document, right now. the OCR works just. fine, but I need way to add barcode. scan skill to the indexer and map it to search. index. field - if found.

many thanks
Saleem

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
834 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,286 Reputation points
    2021-10-14T05:47:11.32+00:00

    Hi @Saleem Fawaz ,

    Apologies for the delay in response. You can try using the Image Analysis cognitive skill so scan the barcode assuming the format is JPEG, PNG, GIF, or BMP. This skill uses an image detection algorithm to identify the content of an image and generate a text description.

    Here are few documentations that can help with your scenario:
    Passing images to custom skills
    Create Indexer (Azure Cognitive Search REST API)

    Hope that helps. Please let us know if you have further questions

    Thanks,
    Grace

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments