diff --git a/README.md b/README.md index 4709244..a034971 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-note-tabs) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.note.tabs/plugin.jpl) | Note Tabs | 1.4.0 | Allows to open several notes at once in tabs and pin them. | Benji300 | | [🏠](https://github.com/DanteCoder/JoplinPluginNoteVariables#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.NoteVariables/plugin.jpl) | Note Variables | 1.0.0 | A plugin to create variables that can be accesed through all the notes. | Dante G. Barboza | | [🏠](https://juergen.habelt-jena.de) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.NotesStationImport/plugin.jpl) | Notes Station Import | 1.0.4 | This plugin imports notes from QNAP Notes Station | Jürgen Habelt | -| [🏠](https://github.com/ylc395/joplin-plugin-ocr) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.joplinOcr/plugin.jpl) | OCR | 0.2.0 | offline OCR for images, videos, pdf documents in your Joplin notes | ylc395 | +| [🏠](https://github.com/ylc395/joplin-plugin-ocr) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.joplinOcr/plugin.jpl) | OCR | 0.2.1 | offline OCR for images, videos, pdf documents in your Joplin notes | ylc395 | | [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.2.7 | Outline (TOC) sidebar plugin for joplin. | cqroot | | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.5.0 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local | ylc395 | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | diff --git a/manifests.json b/manifests.json index 8656cba..8e545b8 100644 --- a/manifests.json +++ b/manifests.json @@ -1232,7 +1232,7 @@ "manifest_version": 1, "id": "ylc395.joplinOcr", "app_min_version": "2.2", - "version": "0.2.0", + "version": "0.2.1", "name": "OCR", "description": "offline OCR for images, videos, pdf documents in your Joplin notes", "author": "ylc395", @@ -1241,8 +1241,8 @@ "keywords": [ "OCR" ], - "_publish_hash": "sha256:d694a64a4c2ec6bbf67a8c2d5a0f63508f34222aa6db8507fa6ff1239849040d", - "_publish_commit": "main:0ae2ae51c4957ed7e66a7f90f8aeb6b5bc1ffbe1", + "_publish_hash": "sha256:e49360f288145d188eb429c8c9ad767ac0a5c45d645fc342a30bde1360a0919a", + "_publish_commit": "main:0eb722d0a6fa92374a96c03a72787c43f7e74181", "_npm_package_name": "joplin-plugin-ocr" }, "de.habelt.NotesStationImport": { diff --git a/plugins/ylc395.joplinOcr/manifest.json b/plugins/ylc395.joplinOcr/manifest.json index ac938f0..8467267 100644 --- a/plugins/ylc395.joplinOcr/manifest.json +++ b/plugins/ylc395.joplinOcr/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "ylc395.joplinOcr", "app_min_version": "2.2", - "version": "0.2.0", + "version": "0.2.1", "name": "OCR", "description": "offline OCR for images, videos, pdf documents in your Joplin notes", "author": "ylc395", @@ -11,7 +11,7 @@ "keywords": [ "OCR" ], - "_publish_hash": "sha256:d694a64a4c2ec6bbf67a8c2d5a0f63508f34222aa6db8507fa6ff1239849040d", - "_publish_commit": "main:0ae2ae51c4957ed7e66a7f90f8aeb6b5bc1ffbe1", + "_publish_hash": "sha256:e49360f288145d188eb429c8c9ad767ac0a5c45d645fc342a30bde1360a0919a", + "_publish_commit": "main:0eb722d0a6fa92374a96c03a72787c43f7e74181", "_npm_package_name": "joplin-plugin-ocr" } \ No newline at end of file diff --git a/plugins/ylc395.joplinOcr/plugin.jpl b/plugins/ylc395.joplinOcr/plugin.jpl index 19f848e..2fe1400 100644 Binary files a/plugins/ylc395.joplinOcr/plugin.jpl and b/plugins/ylc395.joplinOcr/plugin.jpl differ