Is your feature request related to a problem? Please describe.
I am trying to do image PII redaction and using Document Intelligence as OCR in an enterprise that enforces usage of Azure Identity, e.g DefaultAzureCredential, ClientSecretCredential. However current DocumentIntelligenceOCR class only supports api key directly.
Describe the solution you'd like
DocumentIntelligenceOCR can be passed a credential parameter which takes in the likes of DefaultAzureCredential(), ClientSecretCredential(), etc
Describe alternatives you've considered
Altering source code and manually install
Additional context
https://github.com/microsoft/presidio/blob/main/presidio-image-redactor/presidio_image_redactor/document_intelligence_ocr.py

Is your feature request related to a problem? Please describe.
I am trying to do image PII redaction and using Document Intelligence as OCR in an enterprise that enforces usage of Azure Identity, e.g DefaultAzureCredential, ClientSecretCredential. However current DocumentIntelligenceOCR class only supports api key directly.
Describe the solution you'd like
DocumentIntelligenceOCR can be passed a
credentialparameter which takes in the likes of DefaultAzureCredential(), ClientSecretCredential(), etcDescribe alternatives you've considered
Altering source code and manually install
Additional context
https://github.com/microsoft/presidio/blob/main/presidio-image-redactor/presidio_image_redactor/document_intelligence_ocr.py