Fast OCR

Free! Copy text with OCR from images, videos, PDF scanned and local images of your computer.

Fast OCRคืออะไร?

Fast OCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.aidutu.cn และคุณลักษณะหลักของมันคือ "Free! Copy text with OCR from images, videos, PDF scanned and local images of your computer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast OCR

ดาวน์โหลดไฟล์ส่วนขยาย Fast OCR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use intelligent OCR technology to circle the images, videos or PDF scanned files in the web page, and extract the text of the circle content for free, so as to easily break the ban on the web page.
At the same time, it provides the image transfer OCR text extraction function:
1.Support OCR identification of pictures in any software at any location of the computer;
2. Support OCR identification by copying and pasting;
3. Support screenshot pasting OCR identification;
4.Support dragging image OCR recognition;
5.Support batch uploading pictures, OCR identification, batch proofreading, and one click copy of identification results;
6.Support extracting more than 200 pages of PDF scanned text.
7.Support viewing OCR recognition history: You can proofread the recent recognition results for the second time, and copy them to your notes with one click after selection.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fast OCR Fast OCR
ID oefooeopdahbeimdgamlblnpegijmdem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-ocr/oefooeopdahbeimdgamlblnpegijmdem
คำอธิบาย Free! Copy text with OCR from images, videos, PDF scanned and local images of your computer.
ขนาดไฟล์ 484 KB
จำนวนการติดตั้ง 14,116
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2023-12-31
วันที่เผยแพร่ 2022-11-08
คะแนน 4.09/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://www.aidutu.cn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aidutu.cn/
URL หน้าช่วยเหลือ https://www.aidutu.cn/info/privacy
URL หน้านโยบายความเป็นส่วนตัว https://www.lingduquan.com/info/privacy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.2.8",
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "assets\/300.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/content.css"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "commands": {
        "capt": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_cmd_capt__"
        }
    },
    "options_ui": {
        "page": "ocr.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ocr.html",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}