is there any configuration so that I can apply OCR on the column, and not on the line? I have a table to detect and I would benefit more from OCR on the column.

Andrei Fulea 1 Reputation point
2023-11-14T11:06:33.79+00:00

hello,

I'm working on a project in Python, with library Azure cognitive services connected at Azure AI Vision product.

I see that the OCR is applied on a line, and it needs to be applied on columns. It s a way to configure the client to do this?

thank you

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

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-11-14T22:06:49.8633333+00:00

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

    As we know the OCR service extracts printed or handwritten text from images. By default, the OCR service extracts text line by line. If you want to extract text from scanned and digital documents, use Document Intelligence Read OCR.

    With OCR even the table data can be extracted line by line so the table output will be read as row by row as shown here:

    User's image

    You can do some post processing techniques to extract only column kind of data.

    Additionally, if you are looking to extract table data, then you can use models that are available in the Document intelligence that supports table extraction.

    I hope this helps.

    Regards,
    Vasavi

    0 comments No comments

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.