diff --git a/README.md b/README.md index 72911ad..f2db27f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,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.0.1 | 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.1.0 | 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.4.0 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks | 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 2157fab..632f933 100644 --- a/manifests.json +++ b/manifests.json @@ -1232,15 +1232,15 @@ "manifest_version": 1, "id": "ylc395.joplinOcr", "app_min_version": "2.2", - "version": "0.0.1", + "version": "0.1.0", "name": "OCR", "description": "OCR for images, videos, pdf documents in your Joplin notes", "author": "ylc395", "homepage_url": "https://github.com/ylc395/joplin-plugin-ocr", "repository_url": "https://github.com/ylc395/joplin-plugin-ocr", "keywords": [], - "_publish_hash": "sha256:f04d362cbc664a6109029d6c202e5838673f506a7898d9b5c5eafce48a634315", - "_publish_commit": "main:32b9b83a4087d68b11538c9219f8d1e24e4d4333", + "_publish_hash": "sha256:093ade95230d438117dd4d03a23216f5b54e83cb6c9f236592a2f59e1e4f478c", + "_publish_commit": "main:7d68f544a1176f6ae6b8077a96dccc705d55aff9", "_npm_package_name": "joplin-plugin-ocr" }, "de.habelt.NotesStationImport": { diff --git a/plugins/ylc395.joplinOcr/manifest.json b/plugins/ylc395.joplinOcr/manifest.json index facfc9e..6c57383 100644 --- a/plugins/ylc395.joplinOcr/manifest.json +++ b/plugins/ylc395.joplinOcr/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "ylc395.joplinOcr", "app_min_version": "2.2", - "version": "0.0.1", + "version": "0.1.0", "name": "OCR", "description": "OCR for images, videos, pdf documents in your Joplin notes", "author": "ylc395", "homepage_url": "https://github.com/ylc395/joplin-plugin-ocr", "repository_url": "https://github.com/ylc395/joplin-plugin-ocr", "keywords": [], - "_publish_hash": "sha256:f04d362cbc664a6109029d6c202e5838673f506a7898d9b5c5eafce48a634315", - "_publish_commit": "main:32b9b83a4087d68b11538c9219f8d1e24e4d4333", + "_publish_hash": "sha256:093ade95230d438117dd4d03a23216f5b54e83cb6c9f236592a2f59e1e4f478c", + "_publish_commit": "main:7d68f544a1176f6ae6b8077a96dccc705d55aff9", "_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 f8cf51b..02ee2d7 100644 Binary files a/plugins/ylc395.joplinOcr/plugin.jpl and b/plugins/ylc395.joplinOcr/plugin.jpl differ