Replies: 1 comment
-
Hi @unKnownNG 👋, For a really quick prototype you could try the following:
Another option would be to train a custom KIE model but this requires an larger annotated dataset so i suggest to try the faster approach first :) Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Developers,
I am currently working in a project for a contest from a company. The contest is to create a secure file transfer system for sharing confidential documents and other stuffs.
My task is to create a program that can recognize the sensitive information(Name, ID, Address, etc) from a png or jpg document and blur the sensitive information. Also after the file transfer, when the document is successfully transferred to the host computer, I have to clear up the blurred sensitive content.
I can use docTR to identify the content in the document, after identifying what technology should I proceed with and how can I blur and clear up the blurred content?
Should I use machine learning algorithm to detect the sensitive information? If yes what algorithm should I use?
Considering I am good at Python programming language and have a strong understating in difficulty topics like OOPs and various python libraries.
I am just a student aspiring to become a dev like you, I need your guidance to compete in this competition .
Thanking you.
Beta Was this translation helpful? Give feedback.
All reactions