How to make a text on picture undetectable by pcr

al250

Newbie
Joined
Mar 14, 2021
Messages
28
Reaction score
8
hello

i'm looking for a way to put text on image and ocr cant read the text

any suggestion?
 
Just distort the text like a captcha

1642200833949.png
 
I am pretty sure there are some ways, I saw it, but can't remember.

It's like the OCR can't read them, even they are normal in human eyes.
 
Distortion works pretty well but it will fail against advanced AI algorithms like Google Cloud Vision and Rossum. You should consider who's gonna try to "read" it and and then choose what type of "protection" you're going to need.
 
Is there anyway to type alphabets like captcha that is a way the alphabets can be distorted just like captcha is?
 
Create your own font that their system don't recognize.
In general OCR does not recognizes text by identifying their ‘fonts’, instead they do it by analyzing the features and shapes of characters, means it looks for similarities in the figure open areas, shapes of the different texts, and letters in the file being scanned for conversion. (That’s why it can also recognizes handwritten documents which are not using any fonts for that matter).

This process of identifying text through their feature is knows as Intelligent Character Recognition
 
In general OCR does not recognizes text by identifying their ‘fonts’, instead they do it by analyzing the features and shapes of characters, means it looks for similarities in the figure open areas, shapes of the different texts, and letters in the file being scanned for conversion. (That’s why it can also recognizes handwritten documents which are not using any fonts for that matter).

This process of identifying text through their feature is knows as Intelligent Character Recognition
But where you think those patterns stored in a DATABASE for a computer to compare against to determine which letters is which.
 
YOu have a point but there are limits to this besides almost all fonts you'll use have similar Pattern to the normal alphabets. So using diff fonts won't make much difference since ICR detects patterns and there's a high chance your fonts have similarities
 
But where you think those patterns stored in a DATABASE for a computer to compare against to determine which letters is which.
It doesn't use font to compare which is which tho. Even if it does having different fonts doesn't mean the patterns and shapes of the letters would be any different most of the time.
 
It doesn't use font to compare which is which tho. Even if it does having different fonts doesn't mean the patterns and shapes of the letters would be any different most of the time.
I use special unicode characters in titles to get videos pass Youtube flagging system .Any system made by man can be broken don't fall for the AI hype.
 
Back
Top