> Does Tesseract doesn't use tessdll.dll?
No
> Do you know why?
Because it's a "stand alone" exe
> What file used then Tesseract?
None, tesseract.exe contains the entire OCR engine
>
> What is the algorithm that uses FreeOCR (The used by tessdll.dll)?
Tessdll uses directly the OCR without modifying the image.
Tesseract use the same OCR but before threshold the image.
> Do you know how could implement these obvious improvements in
> Tesseract?
You mean how implement these improvements in tessdll ? Because
Tesseract.exe does a better job !
One solution is for the author of FreeOCR to replace tessdll with
tessnet2. Tessnet2 use the thresholding algorithm.
Remi