How to increase the Read results from OCR

Abdullayev, Anvar 20 Reputation points
2024-02-26T08:25:59.91+00:00

Hi, I'm trying to use Azure Computer Vision to retrieve the text (Printed font family) from images. Sometime in the middle of the text can appear some symbols which are recognizing by OCR service as a Letter characters. Is there any way to train the model or somehow restrict the service to do not providing wrong results?

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

Accepted answer
  1. santoshkc 4,275 Reputation points Microsoft Vendor
    2024-02-26T10:28:18.23+00:00

    Hi @Abdullayev, Anvar,

    Thank you for reaching out to Microsoft Q&A forum!

    You can try to preprocess the images before sending them to the OCR service. For example, you can use image processing techniques to remove the symbols or enhance the text in the image to make it more readable for the OCR service.

    Try using a feature called Custom Vision, which allows you to train the models to recognize specific objects or text. You can use this feature to train a model to recognize the specific symbols that are causing issues and improve the accuracy of the OCR service.

    I hope this helps! Thank you.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful