Skip to content

Commit

Permalink
Fix image url in README.md and release 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed May 14, 2019
1 parent a26566b commit aba237a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Tesseract.js is a javascript library that gets words in [almost any language](./docs/tesseract_lang_list.md) out of images. ([Demo](http://tesseract.projectnaptha.com/))

[![fancy demo gif](./demo.gif)](http://tesseract.projectnaptha.com)
[![fancy demo gif](https://raw.githubusercontent.com/naptha/tesseract.js/support/1.x/docs/images/demo.gif)](http://tesseract.projectnaptha.com)

Tesseract.js works with script tags, [webpack](https://webpack.js.org/)/[Browserify](http://browserify.org/), and [Node.js](https://nodejs.org/en/). [After you install it](#installation), using it is as simple as

Expand Down
2 changes: 1 addition & 1 deletion dist/tesseract.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ process.umask = function() { return 0; };
},{}],2:[function(require,module,exports){
module.exports={
"name": "tesseract.js",
"version": "1.0.18",
"version": "1.0.19",
"description": "Pure Javascript Multilingual OCR",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dist/tesseract.min.js

Large diffs are not rendered by default.

File renamed without changes
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": "1.0.18",
"version": "1.0.19",
"description": "Pure Javascript Multilingual OCR",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit aba237a

Please sign in to comment.