Open dbmrq opened 7 years ago
I have the same issue. The instruction for compiling is so old.
@dbmrq Hi! Have you found any solutions to that since then?
@nilinyi I ended up just trying a pre-compiled older version I found somewhere. The OCR results were terrible for my purposes, so I gave up on Tesseract altogether. 🤷♂️
Sorry I couldn't be more help.
I don't use CocoaPods, so I'm trying to build the framework myself. I found other related issues, but none of the solutions seem to work for me.
When I follow the instructions at
README_howto_compile_libaries.md
I get:Another post also mentioned trying
xctool -workspace Tesseract-OCR-iOS.xcworkspace -scheme TesseractOCR -configuration Release CONFIGURATION_BUILD_DIR=$PWD
, which gives me:I also tried building the TesseractOCR target on Xcode and it succeeds, but I don't see the framework anywhere.
Any help would be much appreciated.