FIPS & MD5
Is there a plan to migrate this to support sha512 instead of md5? Since md5 is not allowed on a fips system.

Unfortunately, no. It is probably not allowed because it is a weak encryption. However md5 is not for security purpose here.
Hey, I am also facing this issue of easyOCR being not compliant with FIPS, due to which I am not able to deploy my easyOCR based application on private rhel servers. Any fix for this?
Hi, I resolved my issue though not by updating the module but by removing the calculate_md5() check on the if elif statement for both detection and recognizer as it is only checking the file with md5sum I guess. Hence, I skipped the process, as I am using offline models. Thanks to the developer for creating this package, it makes my job easier, though I want to research more on how I can optimize the code such that it takes less time on Rhel servers. Any suggestions would be greatly appreciated.