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
 OCR with Delphi2007 and ImageEn 5.0.5

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
egold2005 Posted - Apr 03 2020 : 03:07:16
Hello,

I am trying the following sample code and it produces AV at address 000000:

ImageEnView1.IO.LoadFromFile('D:\test1.bmp');
vStr := IEVisionLib.createOCR(IEOCRLanguageList[OCR_English_language].Code).recognize(ImageEnView1.IEBitmap.GetIEVisionImage(), IEVisionRect(0, 0, 0, 0)).c_str();

I have TImageEnIO and TImageEnView components placed on the form, IO is linked to View component through AttachedImageEn property.

What am i missing here?

Thanks alot,
Eugene.
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 07 2020 : 05:51:20
Please email us at sales @ xequte.com

Nigel
Xequte Software
www.imageen.com
egold2005 Posted - Apr 06 2020 : 01:38:53
Can you tell me where can i download IEVision 3.0.5?

Thank you.
xequte Posted - Apr 03 2020 : 15:08:13
Hi

For ImageEn v6.3.0, you need to be using IEVision 3.0.5.

Can you display the properties of the ievision.dll (i.e. in Windows Explorer) and check what version you have?

Nigel
Xequte Software
www.imageen.com
egold2005 Posted - Apr 03 2020 : 06:51:51
Sorry it appears i am building against 6.3.0 source code.