diff --git a/README.md b/README.md index 18a449c..908c77c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,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.3.1 | offline OCR auto/manually 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.3.2 | offline OCR auto/manually 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 46fb4ff..9e56809 100644 --- a/manifests.json +++ b/manifests.json @@ -1232,7 +1232,7 @@ "manifest_version": 1, "id": "ylc395.joplinOcr", "app_min_version": "2.2", - "version": "0.3.1", + "version": "0.3.2", "name": "OCR", "description": "offline OCR auto/manually for images, videos, pdf documents in your Joplin notes", "author": "ylc395", @@ -1241,8 +1241,8 @@ "keywords": [ "OCR" ], - "_publish_hash": "sha256:49081c57e3a5ddf11556853e71e9cfad6c7553e497eb8a8cf2b1051e197f986e", - "_publish_commit": "main:af8f803bdf61c0ee7f96254f4d100071517c91e0", + "_publish_hash": "sha256:386550442817894d2e62042699090a9ab1dd4e0be9004a86135241910ad75ae4", + "_publish_commit": "main:429abc47603e6df4da5bc7bec7a707a6b611b23c", "_npm_package_name": "joplin-plugin-ocr" }, "de.habelt.NotesStationImport": { diff --git a/plugins/ylc395.joplinOcr/manifest.json b/plugins/ylc395.joplinOcr/manifest.json index eaefbc5..aa4687d 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.3.1", + "version": "0.3.2", "name": "OCR", "description": "offline OCR auto/manually for images, videos, pdf documents in your Joplin notes", "author": "ylc395", @@ -11,7 +11,7 @@ "keywords": [ "OCR" ], - "_publish_hash": "sha256:49081c57e3a5ddf11556853e71e9cfad6c7553e497eb8a8cf2b1051e197f986e", - "_publish_commit": "main:af8f803bdf61c0ee7f96254f4d100071517c91e0", + "_publish_hash": "sha256:386550442817894d2e62042699090a9ab1dd4e0be9004a86135241910ad75ae4", + "_publish_commit": "main:429abc47603e6df4da5bc7bec7a707a6b611b23c", "_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 626e8a8..1ad3ba2 100644 Binary files a/plugins/ylc395.joplinOcr/plugin.jpl and b/plugins/ylc395.joplinOcr/plugin.jpl differ