OCR Editor - Text from Image

OCR Editor - Text from Image

Online OCR editor to extract the text from images, pdf and word files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "default_locale": "en",
  "name": "__MSG_appTitle__",
  "description": "__MSG_appDesc__",
  "version": "3.2.2",
  "manifest_version": 3,
  "icons": {
    "16": "Logo 16.png",
    "32": "Logo 32.png",
    "64": "Logo 64.png",
    "128": "Logo 128.png"
  },
  "action": {
    "default_title": "OCR Editor"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "activeTab",
    "unlimitedStorage"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>",
    "*://*/options.html"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "load.gif"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}