I'm trying to use tesseract library in iOS platform but having some trouble. After downloading any of the language packs (.tar.gz), and successfully ungzip it (become .tar), using the popular
Light-Untar-for-iOS couldn't manage to untar the file.
Does the .tar format in tesseract language packs have special structure? One of the thing I notice is the first block is always a null block, which is not the case for any of the other tar files I tried. I am able to untar other tar files I found on my Mac without issues..
The file is not corrupted because I can untar it on my Mac without issues..
I have posted the more detailed description of my problem at: