chore: changed name to image-ocr

This commit is contained in:
kaffarell 2023-04-02 23:19:07 +02:00
parent 6563ee8ad5
commit 8daa61b4a0
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# obsidian-tesseract-ocr
# image-ocr
Runs ocr on pasted images and posts result in details box.
This also allows the images to be searchable.

View file

@ -1,5 +1,5 @@
{
"id": "obsidian-tesseract-ocr",
"id": "image-ocr",
"name": "Image OCR",
"version": "0.1.0",
"minAppVersion": "0.15.0",

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "obsidian-tesseract-ocr",
"name": "image-ocr",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-tesseract-ocr",
"name": "image-ocr",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {

View file

@ -1,5 +1,5 @@
{
"name": "obsidian-tesseract-ocr",
"name": "image-ocr",
"version": "0.1.0",
"description": "Runs ocr on pasted images and posts result in details box. This allows to search in images.",
"main": "dist/main.js",

View file

@ -211,7 +211,7 @@ class SettingsTab extends PluginSettingTab {
containerEl.empty();
containerEl.createEl('h2', {text: 'Settings for obsidian-tesseract-ocr!'});
containerEl.createEl('h2', {text: 'Settings for image-ocr!'});
new Setting(containerEl)
.setName('Image Path')