PDF to OCR Text Converter

With OCR support convert image based PDF documents to text files.

PDF to OCR Text Converterคืออะไร?

PDF to OCR Text Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://online-converter.freepdfsolutions.com และคุณลักษณะหลักของมันคือ "With OCR support convert image based PDF documents to text files."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF to OCR Text Converter

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

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

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF to OCR Text Converter, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.


You can uninstall the extension at any time.                    

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

ชื่อ PDF to OCR Text Converter PDF to OCR Text Converter
ID cbdfhfjemjbndkgeafknoifghpfmhpbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-to-ocr-text-converter/cbdfhfjemjbndkgeafknoifghpfmhpbl
คำอธิบาย With OCR support convert image based PDF documents to text files.
ขนาดไฟล์ 4.63 MB
จำนวนการติดตั้ง 7,370
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2023-06-19
วันที่เผยแพร่ 2020-05-25
คะแนน 3.05/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://online-converter.freepdfsolutions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://online-converter.freepdfsolutions.com/#pdf-to-ocr-text-converter
URL หน้านโยบายความเป็นส่วนตัว https://www.freepdfsolutions.com/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "PDF to OCR Text Converter",
    "description": "__MSG_extDescription__",
    "version": "0.4",
    "version_name": "0.4",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PDF to OCR Text Converter"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/online-converter.freepdfsolutions.com\/*"
    ]
}