On 27 June 2010 15:54, Jimmy O'Regan <[email protected]> wrote: > On 27 June 2010 11:57, Genius Mchlachla <[email protected]> wrote: >> Thank you for your answer. >> Scrollview seems to be very tightly integrated into tesseract. Do you know >> how to remove it? >> > > It's not complicated, but there's quite a bit to do. It's on my TODO > list, but it's not high priority. > > You're not the first person to ask, though, and the England-Germany > game hasn't got my full attention, so I'll commit to doing whatever I > can do before full time. >
Actually, it was pretty simple. The non-obvious thing is that the --disable-graphics option to configure refers to ScrollView, and not to "graphics" in general. The following command set should get it the way you want it: svn up sh runautoconf ./configure --disable-graphics make At least, that much should still be the same with MinGW. You'll need to add -DGRAPHICS_DISABLED to the compiler options. -- <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.

