You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
I tried without success to integrate Tesseract in an application made
with Delphi 7. Are there any demo samples how to integrate Tesseract
with Delphi?
Thanks,
Alex
Julien Benoit
unread,
Jan 30, 2008, 10:41:23 AM1/30/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
Hi Julien,
before posting I tried without success the code described in the
thread "Delphi wrapper for tessdll" (i copied the code). Do you know
if there are demo samples for Delphi?
Alex
Luca
unread,
Jan 31, 2008, 8:51:34 AM1/31/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
have you changed exported function declarations from cdecl to
standard ?
Luca
unread,
Jan 31, 2008, 8:56:57 AM1/31/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
for example it tessdll.h you should have something like
TESSDLL_API int __stdcall TessDllBeginPage(UINT32 xsize,UINT32 ysize,
unsigned char *buf);
buyi wen
unread,
Sep 17, 2015, 11:14:51 PM9/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message