Copyfish 🐟 Free OCR Software

Copy, paste and translate text from any image, video or PDF.

Was ist Copyfish 🐟 Free OCR Software?

Copyfish 🐟 Free OCR Software ist eine Chrome-Erweiterung, die von https://ocr.space entwickelt wurde, und ihr Hauptmerkmal ist "Copy, paste and translate text from any image, video or PDF.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Copyfish 🐟 Free OCR Software-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copyfish 🐟 Free OCR Software-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Do you need to extract text from images, videos or PDF? If yes, then the Copyfish  Screenshot Reader is for you. Copyfish turns text within any image captured from your screen into an editable format without retyping – making it easy to reuse in digital documents, emails or reports.

Common reasons to extract text from images are to google it, store it, email it or translate it. Until now, your only option was to retype the text. Copyfish is soooo much faster and more fun.

“Images” come in many forms: photographs, charts, diagrams, screenshots, PDF documents, comics, error messages, memes, Flash – and Youtube movies.

You can verify the results in one glance with the extracted text overlay.

Do you need to switch between OCR languages often? You can define "Quick Switch" buttons for up to three languages on the settings page.

For language learners: There are many translator addons available, but they only work with plain website text. Text inside images, in tricky Javascript/AJAX or, especially, in movie subtitles on Youtube or Youku is unreachable for them. But not for Copyfish. And if you want, Copyfish also translates the text for you. Especially for the subtitle translation use case, Copyfish has a repeat feature. Mark the area of the subtitle once and then use the "Do OCR" button to grab the latest text from the movie screen.

For extension gurus: You might have heard of Project Naptha, a great addon that applies state-of-the-art computer vision algorithms on every image you see while browsing the web. Copyfish solves the same problem, but it takes a different user interface approach. It does not try to alter the website. Instead, it lets you mark the text in the image you want to extract. As a result Copyfish works with every website, even videos and PDF documents.

For developers: Copyfish is published under the GPL open-source license. As OCR software, it uses the free OCR API from https://ocr.space/ .

QUESTIONS? SUGGESTIONS? Please email [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Copyfish 🐟 Free OCR Software Copyfish 🐟 Free OCR Software
ID eenjdnjldapjajjofmldgmkjaienebbj
Offizielle URL https://chromewebstore.google.com/detail/copyfish-%F0%9F%90%9F-free-ocr-soft/eenjdnjldapjajjofmldgmkjaienebbj
Beschreibung Copy, paste and translate text from any image, video or PDF.
Dateigröße 234 KB
Installationsanzahl 721,864
Aktuelle Version 6.0.9
Letztes Update 2023-09-25
Veröffentlichungsdatum 2020-05-26
Bewertung 3.98/5 Insgesamt 801 Bewertungen
Entwickler https://ocr.space
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ocr.space/copyfish
Hilfeseite URL https://ocr.space/copyfish/docs
URL der Datenschutzrichtlinien-Seite https://ui.vision/privacypolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "desktop-text-capture-instant": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "Command+Shift+I"
            },
            "description": "Desktop Text Capture (Instant)"
        },
        "desktop-text-capture-3s-delay": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Desktop Text Capture (3s delay)"
        },
        "get-image-from-clipboard": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "Command+Shift+C"
            },
            "description": "Get image from clipboard"
        }
    },
    "action": {
        "default_icon": {
            "128": "images\/copyfish-128.png",
            "16": "images\/copyfish-16.png",
            "32": "images\/copyfish-32.png",
            "48": "images\/copyfish-48.png"
        },
        "default_title": "__MSG_appName__"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/copyfish-128.png",
        "16": "images\/copyfish-16.png",
        "32": "images\/copyfish-32.png",
        "48": "images\/copyfish-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "notifications",
        "nativeMessaging",
        "clipboardRead",
        "commands"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "6.0.9",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "message-dialog.html",
                "dialog.html",
                "config\/config.json",
                "images\/gear.png",
                "images\/outside.png",
                "images\/close.png",
                "images\/translate.png",
                "images\/deepl.jpg",
                "images\/copyfish-32.png"
            ],
            "use_dynamic_url": true
        }
    ]
}