mirror of
https://github.com/kaffarell/obsidian-tesseract-ocr.git
synced 2026-07-22 07:40:26 +00:00
chore: changed name to image-ocr
This commit is contained in:
parent
6563ee8ad5
commit
8daa61b4a0
5 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue