Arg0s1080 / mrz

Machine Readable Zone generator and checker for official travel documents sizes 1, 2, 3, MRVA and MRVB (Passports, Visas, national id cards and other travel documents)
GNU General Public License v3.0
328 stars 122 forks source link

checker return True but checker == True return False #14

Closed xxxpsyduck closed 4 years ago

xxxpsyduck commented 4 years ago

Hi, I have checker = TD3CodeChecker(line1 line2) and it returns True but when I check checker == True it returns False. Do you know why and how can I resolve this?

xxxpsyduck commented 4 years ago

resolved