diff --git a/README.md b/README.md index 39f752f..9d55b43 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Tesseract.js works with a ` + ``` After including your scripts, the `Tesseract` variable will be defined globally! diff --git a/docs/local-installation.md b/docs/local-installation.md index aeb53bc..a6543fb 100644 --- a/docs/local-installation.md +++ b/docs/local-installation.md @@ -8,7 +8,7 @@ In Node.js environment, the only path you may want to customize is languages/lan ```javascript const worker = Tesseract.TesseractWorker({ - workerPath: 'https://cdn.jsdelivr.net/gh/naptha/tesseract.js@v2.0.0/dist/worker.min.js', + workerPath: 'https://cdn.jsdelivr.net/gh/naptha/tesseract.js@v2.0.0-alpha.1/dist/worker.min.js', langPath: 'https://tessdata.projectnaptha.com/4.0.0', corePath: 'https://cdn.jsdelivr.net/gh/naptha/tesseract.js-core@v2.0.0-beta.5/tesseract-core.js', });