I did some reseach to find out my problem of results difference between using dlltest.exe and using tessdll.dll in another code (windows, visual c++).
After some investigations, it seems to be a problem of conversion of image using openCV. When I open the image using IMAGE (in dlltest), it works, and OCR is good. When I open the image using opencv and IplImage, it does not work. If someone already encountered this problem and could help me... Thanking you in advance, Caroline On 2 août, 18:55, Andres <[email protected]> wrote: > Hello Caroline, > > Look for dlltest.cpp and see what is being done there. > Perhaps others in the list might give you better options. > > In Windows: > link with tessdll.lib and be sure to have tessdll.dll in your path > > Regards. > > 2010/8/2 caro <[email protected]> > > > I already use tesseract OCR with command line directly. It works weel. > > And I would like now to integrate it in a C++ program, first under > > Linux. > > Can anyone help me using it? > > > And finally, I would like to use it under Windows. I read I have to > > use the dll, but I do not know how. > > > Thank you for your help. > > > Caroline > > > -- > > You received this message because you are subscribed to the Google Groups > > "tesseract-ocr" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<tesseract-ocr%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/tesseract-ocr?hl=en. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en.

