Choosing a date from a calendar by reading an image

Hello,
I’m working with clients’ passports and I want to automate the part of choosing their birthdate.
I want to be able to read the part in the passport that says “Birth date” and then on the website to pick that date.
I’m not sure how to do it. Does anyone have an idea?

Hi,

Instead of clicking on the calendar try to use ‘type into’ or ‘set text’ activity on the Date of Birth field. It working in some cases and its much easier to implement.

If you have scans of passports as an input then document understanding package may be helpfull. There is pre-trained model for extracting informations from passports and ID Cards.

1 Like

Thank you for your reply.
So once I read the birth date on the image with OCR - how can I automate it selecting the date in the calendar?

Check if ‘type into’ or ‘set text’ activity can set date on this element :
image
Maybe clicking on the calendar is not necessary

Hello @Ilan_Edri

Please check the below.

Thanks