I have my own simple Windows dll based on tesseractmain,cpp code. It works
fine since Tesseract 3x (now I moved it the latest 5 build) and the only
issue still persists is its low speed - 1 page TIFF takes around 2 minutes
even with the Fast version of tessdata ('eng+rus'). Is this how it actually
works or there is something I don't understand?
Almost all the time takes this line:
api.ProcessPages("c:\\1.tif", NULL, 0, NULL);
Sample file is attached-- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/759d47df-da5f-4683-ab13-0f8ffb08b159%40googlegroups.com.
<<attachment: 1.tif.zip>>

