You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
QR codes usually contain PII entities. But ocr engines like tesseract can't recognize QR codes on images.
Describe the solution you'd like
Integrate into Presidio Image Redactor the ability to recognize QR codes and analyze their contents. And if the QR code contains PII, then redact it. One way to implement this functionality is to add a new QRImageAnalyzerEngine in addition to the default ImageAnalyzerEngine. And then passing QRImageAnalyzerEngine as the image_analyzer_engine parameter to ImageRedactorEngine and to ImagePiiVerifyEngine.
Additional context
An example of the input image (first image) and the desired output (second image):
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
QR codes usually contain PII entities. But ocr engines like tesseract can't recognize QR codes on images.
Describe the solution you'd like
Integrate into Presidio Image Redactor the ability to recognize QR codes and analyze their contents. And if the QR code contains PII, then redact it. One way to implement this functionality is to add a new
QRImageAnalyzerEngine
in addition to the defaultImageAnalyzerEngine
. And then passingQRImageAnalyzerEngine
as theimage_analyzer_engine
parameter toImageRedactorEngine
and toImagePiiVerifyEngine
.Additional context
An example of the input image (first image) and the desired output (second image):
The text was updated successfully, but these errors were encountered: