T O P I C R E V I E W |
jkc187 |
Posted - Jan 31 2021 : 02:58:01 Hello There are "NOR" characters in the attached picture file. We want to verify that the captured picture has "NOR" characters by OCR function. What should I do? I tested it with a Demo source, but the letter "NOR" is not recognized. Another idea, like Pattern Matching Demo Source, is to check with Pattern, but the Demo program cannot run if there is an error. If you have a good idea to check the letter "NOR" in the picture, please give me a demo source.
Insert Image: |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jan 31 2021 : 18:22:54 Hi
I think the trick is to prepare the image for OCR.
I inverted the colors and stretched the color range. These are functions in TImageEnProc. I just did it quickly, whereas you would want to spend more time (e.g playing with TImageEnProc.DoPreviews) to find the optimal color conversion.
Here is the image I created. OCR was able to detect the NOR text and position.
Nigel Xequte Software www.imageen.com
|
|
|