T O P I C R E V I E W |
andyhill |
Posted - Aug 21 2025 : 21:56:41 I have a need to clip the screen with a custom hand drawn rectangle, then OCR the clipped image text preserving the text colour in the recognising process as well as refraining from using English Auto-Correction.
A small image example is attached.

As can be seen there are unusual spellings plus a host of descriptors, I just want what is shown plus results in colour. There are about 20 odd different colours which add additional meta info to the text.
eg. 3,765 VIRTUAL HOMEOSTASIS - ANTAGONISM \\ SYNERGISM 0,009 6-TH SYSTEM YANG-FILTER (IMMUNITY DECOMPENSATION)
Would love some example code - Thanks Andy |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Aug 23 2025 : 01:14:25 Hi Andy
Then you should do some color analysis of the selection, e.g. using:
http://www.imageen.com/help/TImageEnProc.GetDominantColor.html
And excluding white and near white colors.
Nigel Xequte Software www.imageen.com
|
andyhill |
Posted - Aug 22 2025 : 15:11:41 That's my problem, I need the colour of the text ?
Andy |
xequte |
Posted - Aug 22 2025 : 14:58:00 Hi Andy
OCR does not return the color of text. If the text is clear enough it should not be amended. Are you seeing differently?
Nigel Xequte Software www.imageen.com
|