OCR Editor - Text from Image

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

OCR Editor - Text from Imageคืออะไร?

OCR Editor - Text from Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ocreditor.com และคุณลักษณะหลักของมันคือ "Online OCR editor to extract the text from images, pdf and word files."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OCR Editor - Text from Image

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

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

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

OCR text extractor, or image to text converter extracts text from images and videos. It uses the optical character recognition (OCR) technology to accurately convert images into text. It supports text extraction from all the image. 
 

Why Image to Text Converter is useful?   

Are you looking to extract text from images or PDFs? If yes, then the OCR editor is the right tool for you. The OCR editor converts any image on your screen to editable text without retyping. This tool is very helpful if someone needs to reuse text in digital documents, emails, and reports. It can convert any kind of image to text, including PDF files, charts, diagrams, and screenshots. 

 

Key Features Of Online OCR Editor 
-Converts images to text with full accuracy 
-Supports scanned documents and .jpg/.jpeg and .png image formats 
-Easily convert low resolution images to text     
-Keeps the same text format  
-Easy to use  
-Simple user interface  
- You can translate it to your desired language. 

 

Advantages of Using OCR Image to Text Converter 

The OCR Editor saves a lot of time for the users because they don't have to rewrite the entire document to have a digital, editable copy on their computer. After digitizing the files, users can search the document for a particular keyword. This tool can recognize text in images, documents, and handwritten notes. This tool can be very useful for professionals in the industry, such as lawyers, students, doctors, teachers, and others. 

Version 3.2.2
>> Fixes issue with multiple ocr popup

Version 3.2.0 
>> Added loader in content page of ocr

Version 3.1.0
>> Redirect from extension to a weblink. Easy sharing. 

Version 3.0.0
>> Extended support to convert image from different language to the desired one
>> Change in the feedback form link. 

Version  2.0.0
>> Added multi language support
>> Option to upload images added

Version 1.1.0 
>> Bugs fixes. In some cases users where unable to select the part of screen.                    

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

ชื่อ OCR Editor - Text from Image OCR Editor - Text from Image
ID ihnfmldlpdipgnliolhfffenpcmjgnif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ocr-editor-text-from-imag/ihnfmldlpdipgnliolhfffenpcmjgnif
คำอธิบาย Online OCR editor to extract the text from images, pdf and word files.
ขนาดไฟล์ 1.59 MB
จำนวนการติดตั้ง 50,000
เวอร์ชันปัจจุบัน 3.2.3
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2022-07-20
คะแนน 4.08/5 รวมทั้งหมด 102 คะแนน
ผู้พัฒนา https://ocreditor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ocreditor.com/
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ocr-editor/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "3.2.3",
    "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": [
        "",
        "*:\/\/*\/options.html"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "load.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}