gali8 / Tesseract-OCR-iOS

Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
http://www.nexor.it
MIT License
4.21k stars 948 forks source link

Please update libpng to 1.6.34. #354

Open djevtic87 opened 6 years ago

djevtic87 commented 6 years ago

Please update libpng to 1.6.34 to fix compilation errors.

--- a/TesseractOCR/Makefile +++ b/TesseractOCR/Makefile @@ -1,5 +1,5 @@ LEPTON_NAME = leptonica-1.74.4 -PNG_NAME = libpng-1.6.31 +PNG_NAME = libpng-1.6.34 JPEG_NAME = jpeg-9a TIFF_NAME = tiff-4.0.8