Skip to content

Commit

Permalink
Release v2.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Jul 24, 2019
1 parent e80056d commit 9f1e782
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Tesseract.js works with a `<script>` tag via local copy or CDN, with webpack via
### CDN
```html
<!-- v2 -->
<script src='https://unpkg.com/[email protected].11/dist/tesseract.min.js'></script>
<script src='https://unpkg.com/[email protected].13/dist/tesseract.min.js'></script>

<!-- v1 -->
<script src='https://unpkg.com/[email protected]/src/index.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/local-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In Node.js environment, the only path you may want to customize is languages/lan

```javascript
const worker = Tesseract.TesseractWorker({
workerPath: 'https://unpkg.com/[email protected].11/dist/worker.min.js',
workerPath: 'https://unpkg.com/[email protected].13/dist/worker.min.js',
langPath: 'https://tessdata.projectnaptha.com/4.0.0',
corePath: 'https://unpkg.com/[email protected]/tesseract-core.wasm.js',
});
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tesseract.js",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "Pure Javascript Multilingual OCR",
"main": "src/index.js",
"unpkg": "dist/tesseract.min.js",
Expand Down

0 comments on commit 9f1e782

Please sign in to comment.