Closed punto2018 closed 6 years ago
Cool! I will have a look at this later today
Any news? I'm planning to work in this project again. I have new needs that could be useful for the community too:
@punto2018 Sorry for the late response to this. I will try to process this this evening (CET). If it takes more time than expected I will continue on it this weekend.
Changelog: 1- added support for MRZ 3 lines (also called TD1) as specified in https://www.icao.int/publications/pages/publication.aspx?docnum=9303 Comments: Now Parsers inherit from MRZParser base class. In order to switch parser the mrzType property can be used with the following values Auto|TD1|TD3 TODO: add support for TD2 MRZ.
2- added support for post processing filters Comments: In order to keep the camera preview free from filters the property usePostProcessingFilters can be used. When enabled filters are applied to the frame using the GPUImage library. TODO: use the GPUImage2 library. I've tried but ocr performance are very bad using the same GPUImagev1 filters parameterization.
3- fixed a bug that prevented the averageColor filter to auto-adjust the exposure