evermeer / PassportScanner

Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer.
BSD 3-Clause "New" or "Revised" License
457 stars 101 forks source link

objc support, viewcontroller as delegate #26

Closed punto2018 closed 5 years ago

punto2018 commented 5 years ago

Changelog: -added support for objective c projects

evermeer commented 5 years ago

Could you solve the merge conflicts first? Swift default casing for enums is lowercase. That was changed by me. I also changed usePostProcessingFilters into showPostProcessingFilters so that it would be clearer for external users wat the parameter actually does.

punto2018 commented 5 years ago

done!

evermeer commented 5 years ago

@punto2018 also done... Will publish to cocoapods later this evening