Tesseract-OCR-iOS
Tesseract-OCR-iOS copied to clipboard
Updated Makefile to build properly
Currently the wrong path exists for libpng
in the Makefile if you'd like to build the frameworks yourself. I modified it to point to the right ftp url.
Also please note that for libtiff-ios the following ftp link will not work:
ftp://ftp.remotesensing.org/pub/libtiff/$(TIFF_NAME).tar.gz
You can alternatively use 👇
https://download.osgeo.org/libtiff/$(TIFF_NAME).tar.gz
I also went ahead and added bitcode enabled static libs, in case people want to roll them into their own apps.
These static libs are included in /TesseractOCR/libs
with the post-fix _all
and are built for all architectures, if you'd like to thin it down you can use the lipo
tool to do so.
@ZkHaider Would you pls add arm64e
form A12x CPU?