2010/5/24 Zdenko Podobný <[email protected]>: > Dňa 24.05.2010 19:46, Jimmy O'Regan wrote / napísal(a): >> On 24 May 2010 17:41, Lars Aronsson <[email protected]> wrote: >> >>> Peter Alberti wrote: >>> >>>>>> I've trained tesseract r319 (3.0) to support Danish texts written in >>>>>> fraktur. It is not >>>>>> perfect but good enough that I hope it may be useful to others. >>>>>> >>> Jimmy O'Regan wrote: >>> >>>> With the current SVN version, you can use combine_tessdata -e >>>> [trainingdata file] [files to extract] to extract the components you >>>> want, and combine_tessdata [path to files] to make a new trainingdata >>>> file. >>>> >>> I tried to compile the current version (svn -r354 up), but failed: >>> >>> svshowim.cpp: In function ‘void sv_show_sub_image(IMAGE*, inT32, inT32, >>> inT32, inT32, ScrollView*, inT32, inT32)’: >>> svshowim.cpp:37: error: no matching function for call to >>> ‘ScrollView::Image(Pix*&, inT32&, int)’ >>> ../viewer/scrollview.h:266: note: candidates are: void >>> ScrollView::Image(const char*, int, int) >>> >>> Versions 340, 351, 352, 353 also failed in the same place. >>> >>> >> Looks like a pair of missing casts - have you opened an issue? >> > I did: http://code.google.com/p/tesseract-ocr/issues/detail?id=303 >
Weird. It's there: 337 theraysmith #ifdef HAVE_LIBLEPT 149 theraysmith // Draw a Pix on (x,y). 149 theraysmith void Image(struct Pix* image, int x_pos, int y_pos); 337 theraysmith #endif The only thing I can think of is that you might need to make clean before running make. -- <Leftmost> jimregan, that's because deep inside you, you are evil. <Leftmost> Also not-so-deep inside you. -- 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.

