Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Algorithm for capturing machine readable zones

What method is suitable to capture (detect) MRZ from a photo of a document? I'm thinking about cascade classifier (e.g. Viola-Jones), but it seems a bit weird to use it for this problem.

like image 310
lizarisk Avatar asked Oct 27 '25 00:10

lizarisk


1 Answers

If you know that you will look for text in a passport, why not try to find passport model points on it first. Match template of a passport to it by using ASM/AAM (Active shape model, Active Appearance Model) techniques. Once you have passport position information you can cut out the regions that you are interested in. This will take some time to implement though.

like image 50
ivan_a Avatar answered Oct 29 '25 02:10

ivan_a



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!