We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3faa6 commit 6898bacCopy full SHA for 6898bac
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "text-extractor",
3
"name": "Text Extractor",
4
- "version": "0.1.1",
+ "version": "0.2.0",
5
"minAppVersion": "0.15.0",
6
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
7
"author": "Simon Cambier",
plugin/package.json
@@ -1,6 +1,6 @@
"name": "text-extractor",
"private": true,
"main": "dist/main.js",
versions.json
@@ -1,4 +1,5 @@
"0.1.0": "0.15.0",
- "0.1.1": "0.15.0"
+ "0.1.1": "0.15.0",
+ "0.2.0": "0.15.0"
}
0 commit comments