Re: Integrating tesseract into Qt (C++ project)

2012-08-23 Thread Milan
Windows 7, and using QT Creator. On Thursday, August 23, 2012 8:17:07 PM UTC+2, zdenop wrote: > > What OS + IDE are you using? > -- > Zdenko > > On Thu, Aug 23, 2012 at 7:30 PM, Milan >wrote: > >> Thank you all for the answers. >> >> Zdenko I have a really beginners question, what are all the st

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread Davor Pleskina
Hello, I tried to use 1.69. But it happens 1.68 has the same error (wrong definition) in allheaders.h. Never mentioned leptprotos.h. As I said - I rarely used C/C++ (last thing I made in C was some indexing function for Clipper; I am mostly Delphi programmer) so that error looked like a show

Persian Language in tesseract-ocr

2012-08-23 Thread SDJ
Dear All, I interested Persian Language in tesseract-ocr (language data 2.00). I would appreciate if anyone help! SDJ -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubsc

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread TP
On Thu, Aug 23, 2012 at 11:41 AM, zdenko podobny wrote: > BTW: I did not need to change leptprotos.h - I have there > LEPT_DLL extern void setPixMemoryManager ( void *((*allocator)(size_t)), > void ((*deallocator)(void *)) ); The OP apparently wasn't following the recommendation for newbies -- or

Re: Feature request: ranking of dictionary word frequency

2012-08-23 Thread Zdenko Podobný
Dňa 23.08.2012 13:08, Nick White wrote / napísal(a): > A great addition to training would be if one dictionary file was > used, combining freq-words and all-words, and a relative frequency > probability score was given to each word. This would allow more > fine-grained scoring based on exactly how

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread zdenko podobny
On Thu, Aug 23, 2012 at 6:20 PM, Davor Pleskina wrote: > > > On Thursday, August 23, 2012 5:06:52 PM UTC+2, Nick White wrote: >> >> On Thu, Aug 23, 2012 at 07:01:42AM -0700, Davor Pleskina wrote: >> > Now I understand what my coworker meant by "being optimistic about >> getting help >> > via forum

Re: Integrating tesseract into Qt (C++ project)

2012-08-23 Thread zdenko podobny
What OS + IDE are you using? -- Zdenko On Thu, Aug 23, 2012 at 7:30 PM, Milan wrote: > Thank you all for the answers. > > Zdenko I have a really beginners question, what are all the steps I need > to take so I can start working on something similar to the application you > showed me[1]. My bigg

Re: Integrating tesseract into Qt (C++ project)

2012-08-23 Thread Milan
Thank you all for the answers. Zdenko I have a really beginners question, what are all the steps I need to take so I can start working on something similar to the application you showed me[1]. My biggest problem is implementing libraries and so on, this is my 1st time using code that I did not

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread Davor Pleskina
On Thursday, August 23, 2012 5:06:52 PM UTC+2, Nick White wrote: > > On Thu, Aug 23, 2012 at 07:01:42AM -0700, Davor Pleskina wrote: > > Now I understand what my coworker meant by "being optimistic about > getting help > > via forums". :-S > > I think the implication there is rather unfair -

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread Nick White
On Thu, Aug 23, 2012 at 07:01:42AM -0700, Davor Pleskina wrote: > Now I understand what my coworker meant by "being optimistic about getting > help > via forums". :-S I think the implication there is rather unfair - you've had 2 different people step in to try and help you with your problem prett

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread Davor Pleskina
On Thursday, August 23, 2012 3:22:04 PM UTC+2, TP wrote: > > On Wed, Aug 22, 2012 at 11:58 PM, Davor Pleskina > wrote: > > I still think the problem is template definition and not postion of > files > > (error is allheaders.h file - just one line; when commented out source > > builds but prob

Re: Feature request: ranking of dictionary word frequency

2012-08-23 Thread Sven Pedersen
Yes, I think that would be very useful. For most books and scientific papers the word frequency could easily be determined. It might be possible to choose a literary style or category and produce different settings within a language. --Sven On Thu, Aug 23, 2012 at 6:08 AM, Nick White wrote: > A g

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread TP
On Wed, Aug 22, 2012 at 11:58 PM, Davor Pleskina wrote: > I still think the problem is template definition and not postion of files > (error is allheaders.h file - just one line; when commented out source > builds but probably leaves space for unexpected behavior...). You need to tell us which fi

Feature request: ranking of dictionary word frequency

2012-08-23 Thread Nick White
A great addition to training would be if one dictionary file was used, combining freq-words and all-words, and a relative frequency probability score was given to each word. This would allow more fine-grained scoring based on exactly how likely the word is to appear, which would be a win. Obviousl

Re: Problem building libtesseract3.02 with MS VC++ 2008

2012-08-23 Thread Davor Pleskina
Actually, maybe not *so* *dumb* - just to be sure I changed folder structure to "documented" and got much better error: 1>..\..\..\include\leptonica\allheaders.h(1199) : error C2955: 'std::allocator' : use of class template requires template argument list ... which now uses "correct" folder str