PxLanguageDownloader Class

@interface PxLanguageDownloader : NSObject

Downloads an OCR language data file and decrypts it into a local directory, reporting progress and completion to a delegate.

Instance Methods

NameSummary
cancelCancels the download.
init:from:withOutDir:andDelegate:Creates a downloader for one language file.
startStarts the download asynchronously, writing the decrypted file into the output directory. The delegate is notified of progress and completion.

Relationships

Inherits From

  • NSObject
Top