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
| Name | Summary |
|---|---|
| cancel | Cancels the download. |
| init:from:withOutDir:andDelegate: | Creates a downloader for one language file. |
| start | Starts the download asynchronously, writing the decrypted file into the output directory. The delegate is notified of progress and completion. |
Relationships
Inherits From
- NSObject