Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
chouk
Posted - May 27 2024 : 14:01:14 Hi, ImageEn 12 and IEvision 7.0 (32bits). The problem comes from the error message: External exception C000001D. Here is the PC configuration.
The problem occurs on 2 PCs with the same configuration in local network no antivirus. Is there a minimum configuration (memory, CPU, etc.) to use IEVision? Thanks Chouk
3 L A T E S T R E P L I E S (Newest First)
xequte
Posted - May 28 2024 : 21:34:16 Hi Chouk
Yes, it could be a resource issue if the system is very lower low on resources, but can you add the following line after your CreateOCR() call:
// Check language files are available
if m_OCR.langLoaded() = False then
raise Exception.create( 'Language is not loaded!' );
Posted - May 28 2024 : 03:42:39 Hi Nigel, I forgot to specify that this problem only appeared with this customer, the others have no problem so I cannot blame the code). The client is far away, I can't debug, but with showmessage I think the problem arises when executing createOCR The code is : // create OCR object m_OCR := IEVisionLib.createOCR(PAnsiChar( AnsiString( langPath )), PAnsiChar(AnsiString( langCode )), ievOCRDefault );
// set page layout m_OCR.setSegmentationMode( TIEVisionOCRPageSegmentationMode( cmbLayout.ItemIndex ));