I am new to the Object Detection world. So don't mind my basic question.
I have an Identycard Image. That Image contains the portable IDCard and other information related to the Card Holder.
Currently, I just want to crop out the IDCard.
Before, I used to crop this programmatically as I never thought that the Position of IDCard could be changed.
The Image Looks like this:
I want to crop out the IDCard area at the bottom.
As I stated earlier that the position, Width, and Height of IDCard are not fixed.
Now my main question is that Should I go for ML to make this work, Would it be overkill?
If it's not then what are the steps that I can follow to detect the IDCard at bottom starting from the cut from here part till bottom. I don't have any ML Knowledge right now.
If it's indeed a overkill than what could be the way to detect the card?