On Wed, Mar 12, 2014 at 09:20:02AM -0700, Leonardo Gabrielli wrote:
> I'd like to bump this topic.
> I am new to OCR and I find weird enough that there's no hardware for OCR
> nowadays (dedicated ICs), no libraries for embedded architectures and the only
> option is to use ARM platforms with linux and tesseract.
There is an EMBEDDED flag, but it isn't used much at the moment. The
GRAPHICS_DISABLED flag may also trim some of the memory load, if
you're lucky. Pass --enable-embedded=yes and --enable-graphics=no to
./configure to try them out. Are you stripping the binary? Also I
don't know if the raspberry pi has an OpenCL capable graphics card,
but if so you could enable opencl support, which would reduce the
CPU load.
Nick