ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IEVision OCR preserving text colour, and not forcing English correction

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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