On Friday, December 6, 2013 5:46:39 AM UTC-5, Casper Kent wrote:
>
> I am trying to use Tesseract to process coupon images.  The recognition 
> result is great.   However the processing speed varies hugely between my 
> Windows test environment and the Sparc/Solaris production environment.  A 
> batch of 500 coupons takes 1 minute to process on the Windows box but the 
> same batch on the Sparc/Solaris takes over 6 minutes.  
>
> The Windows box is Intel i3 with 4GB RAM running Windows 7, the 
> Sparc/Solaris is Sun T5120 with 32 cores and 64GB RAM running Solaris 9.  I 
> am using the latest Tesseract 3.02 with TessAPI/java interface.  Any ideas 
> of why such a drastic difference?  The Sparc is Motorola/big-endian, could 
> it be part of the problem?
>

You're obviously not running the same binaries on both machines.  Have you 
checked all your compiler flags on the Sun build to make sure there's 
nothing silly like it being compiled debug or noopt?

Profiling should give you a pretty quick indication of where the problem 
lies and if it is something to do with endianness, you might be able to 
just fix a macro or two to get things speeded up.

Tom 

-- 
-- 
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

--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to