safe-chat-slack-bot icon indicating copy to clipboard operation
safe-chat-slack-bot copied to clipboard

The bot must recognize sensitive data sent within images

Open marcieltorres opened this issue 4 months ago • 0 comments

Describe the solution you would like.

Users often share images (such as screenshots) in public channels on Slack that may contain sensitive user data. Considering this scenario, the bot should be able to recognize sensitive data in images and also alert these users.

Describe alternatives you considered

We should use some python lib to do it, like https://github.com/tesseract-ocr/tesseract

Additional context

refs:

  • https://pythonclub.com.br/extraindo-texto-de-imagens-com-python.html
  • https://github.com/tesseract-ocr/tesseract
  • https://awari.com.br/ocr-em-python-aprenda-a-extrair-texto-de-imagens-com-facilidade
  • https://github.com/guilhermedonizetti/OCR_Python
  • https://github.com/madmaze/pytesseract

marcieltorres avatar Feb 22 '24 16:02 marcieltorres