This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, June 23, 2005 12:48:30 AM(UTC)
Groups: Registered
Posts: 7
I am actually building a dialog based application,
Is it possible that I can do OCR only based on the image path without display the image itself?
#2
Posted
:
Thursday, June 23, 2005 6:36:29 PM(UTC)
Groups: Registered
Posts: 7
I am still trying to do that,
but i am receiving error when trying to add pages:
**********************************************************
BITMAPHANDLE Bitmap;
L_InitBitmap(&Bitmap,sizeof(BITMAPHANDLE),0,0,0);
L_INT nRet = L_LoadBitmap((L_TCHAR *)path,&Bitmap, sizeof(BITMAPHANDLE),0,ORDER_BGRORGRAY,NULL,NULL);
nRet = L_DocAddPage(m_hDoc, &Bitmap,-1);
**********************************************************
nRet is returning value -261, and according to the retrurn codes, the error message is "Internal Error in MOR recognition module"~~
Totally not sure what is going on internally! Can anybody explain to me? Thanks
#3
Posted
:
Monday, June 27, 2005 12:41:44 PM(UTC)
Groups: Registered, Tech Support
Posts: 20
Please check the attached console demo. It's OCR the image without
displaying the image.
Thanks,
Ali Abo Al-Rob
LEADTOOLS Technical Support
704-332-5532 voice
704-372-8116 fax
http://support.leadtools.com
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.