Tag: tesseract

  • Compiling tesseract v3 for iPhone

    Update 2: Before using the script, ensure that you can build tesseract for your host system normally. Also, I only tested the script with the v3 release of tesseract, not svn HEAD. If you get build errors, please try with rev 498. Update: The script has been updated, thanks mostly to the prompting of fopen2003 […]

  • OCR on iPhone demo

    Update: Source code for demo project released. i finally got around to building a proof of concept implementation of tesseract-ocr for the iPhone. months ago, i documented the steps which helped to get the library cross-compiled for the iPhone’s ARM processor, and how to build a fat library for use with the simulator as well. […]