Browse Source

readme

pull/12/head
Kevin Kwok 8 years ago
parent
commit
16685bab65
  1. 8
      README.md

8
README.md

@ -73,10 +73,10 @@ You can [head to the docs](#docs) for a full treatment of the API. @@ -73,10 +73,10 @@ You can [head to the docs](#docs) for a full treatment of the API.
+ [TesseractJob.progress(callback: function) -> TesseractJob](#tesseractjobprogresscallback-function---tesseractjob)
+ [TesseractJob.then(callback: function) -> TesseractJob](#tesseractjobthencallback-function---tesseractjob)
+ [TesseractJob.catch(callback: function) -> TesseractJob](#tesseractjoberrorcallback-function---tesseractjob)
* [Tesseract Remote File Options](#tesseract-remote-file-options)
+ [Tesseract.coreUrl](#tesseractcoreurl)
+ [Tesseract.workerUrl](#tesseractworkerurl)
+ [Tesseract.langUrl](#tesseractlangurl)
* [Tesseract Configuration](#tesseract-configuration)
+ [corePath](#corepath)
+ [workerPath](#workerpath)
+ [langPath](#langpath)
* [Contributing](#contributing)
+ [Development](#development)
+ [Building Static Files](#building-static-files)

Loading…
Cancel
Save