admin管理员组文章数量:1332688
I am aware that I can use ;pivots=programming-language-csharp to get information about a specific image.
Is Azure Content Safety able to 'block out' specific text sections on an image? or does it just detect them but not be able to save the image again without some specific offensive content/pii info/words etc?
What I'm looking for is to be able to not only detect but also reduct the PII info on an image/pdf/word doc
I am aware that I can use https://learn.microsoft/en-us/azure/ai-services/content-safety/quickstart-image?tabs=visual-studio%2Cwindows&pivots=programming-language-csharp to get information about a specific image.
Is Azure Content Safety able to 'block out' specific text sections on an image? or does it just detect them but not be able to save the image again without some specific offensive content/pii info/words etc?
What I'm looking for is to be able to not only detect but also reduct the PII info on an image/pdf/word doc
Share Improve this question asked Nov 20, 2024 at 17:19 ShaneKmShaneKm 21.4k46 gold badges176 silver badges307 bronze badges1 Answer
Reset to default 0Azure Content Safety can't directly block out or redact text sections of an image. It only detects sensitive content and provides metadata about it.
If you want to perform redaction for images, then you can use Azure OCR for text detection and Azure PII detection for identifying sensitive information. For redacting you will need an additional library like OpenCV.
For PDFs you can use the Azure AI Language service, which supports native document processing to detect AND redact sensitive information. You may also use libraries like pdfplumber for the manipulation.
I hope this helps so far.
本文标签: cHow to moderate image content using Azure AIStack Overflow
版权声明:本文标题:c# - How to moderate image content using Azure AI - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742341687a2456730.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论