How to extract the field name i.e. header like First name, Last name, etc

Hello,

Need help, I want to extract the field name i.e. header like First name, Last name, DOB etc using Keras ocr in Python. (For ref please find the screenshot)


HCFA1500 Form.pdf.pdf (160.9 KB)

@angad.dongare

Instead of python…use document understandinng…or using your python skills create a module and that can be uploaded to ai center to use…here is how to create a ml package

You cannuse out of box models instead of creating and label the documents as well to extract the data

Cheers

@Anil_G , Thanks I will check .

Hello @angad.dongare Welcome to the UiPath Community Forum.
Please find attached linked for Keras OCR implementation :Keras OCR

Also, for UiPath Document Understanding:
Document Understanding

Thanks