On Tue, Jul 10, 2012 at 02:11:11AM -0700, Umair Anjum wrote: > Actually I am using tesseract for urdu language and urdu does not require > dictionary files so I want to exclude all the dictionary related Functions > which are not being used but they are called each time and increases the > time of execution
Did you profile the code and see that dictionary-related calls were causing appreciable slowdown? I'm suprised to see you claim that it does. What you want to do will involve patching the code. If disabling the actual dictionary lookups is not enough for you, then this is the only other step. If it turns out to make a big difference, see if you can find a way to integrate it nicely in with a configuration option or something, and share the code. Nick -- 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

