riyagarg0597
riyagarg0597

Reputation: 11

Is there any OCR or technique that can recognize/identify radio buttons printed out in the form of pdf document?

I have a pdf document with radio responses like attached screenshot. I want to extract the selected response only through python or any OCR technique. Is there any way of doing it? (https://i.sstatic.net/3fXu6.png)

I have tried pdfplumber,pdfminer,pytesseract but they are not able to extract the response only.

Upvotes: 1

Views: 143

Answers (1)

"Try Azure Document Intelligence. They have a feature called Layout Analysis, in which you can extract text along with radio buttons.

https://learn.microsoft.com/en-gb/azure/ai-services/document-intelligence/concept-layout?view=doc-intel-4.0.0"

Upvotes: 0

Related Questions