Cognitive Services - OCR Component - It's possible to parametrize ComputerVisionClient to read text on column instead of line?

Andrei Fulea 1 Reputation point
2022-09-30T09:30:51.49+00:00

hello,

I'm using an OCR feature from cognitive services, in python with Computer Vision Client to get texts from photos.
The problem that I'm facing is extracting specific texts from the entire output.
One of the solutions that I think is to say to the method to apply text extraction from columns, now by analyzing output and the photo I think the method is extracting line by line ( somehow ).
It's possible to parametrize to extract from columns?

Thanks

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
314 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,402 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2022-10-03T02:39:16.003+00:00

    @Andrei Fulea Thanks for the details. Yes, the following supported languages for extracting handwritten texts.

    https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/language-support#handwritten-text-v30-and-v21

    0 comments No comments