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 -- -- 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/d/optout.

