3

Is it possible to compile tesseract-ocr for the Intel PXA270 found in certain Gumstix boards? Has anyone done this successfully, and if so, how did you do so?

user21293
  • 6,439
  • 11
  • 44
  • 57

1 Answers1

4

It does seem doable. This bug report on cross compiling tesseract-ocr for ARM ends with a workaround and the claim that it works from there on: http://code.google.com/p/tesseract-ocr/issues/detail?id=262

e8johan
  • 2,899
  • 17
  • 20
  • 1
    That worked, had to change one more line in that Makefile for the path to the cross-compile ar as well, thanks! – user21293 Dec 23 '09 at 19:03
  • 1
    Good to hear! Do feedback your patches to the project so that more can enjoy it! and Merry Christmas! – e8johan Dec 24 '09 at 08:41