PDF to OCR Text Converter

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

What is PDF to OCR Text Converter?

PDF to OCR Text Converter is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "With OCR support convert image based PDF documents to text files.".

Extension Screenshots

screenshot

Download PDF to OCR Text Converter Extension CRX File

Download PDF to OCR Text Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PDF to OCR Text Converter PDF to OCR Text Converter
ID cbdfhfjemjbndkgeafknoifghpfmhpbl
Official URL https://chromewebstore.google.com/detail/pdf-to-ocr-text-converter/cbdfhfjemjbndkgeafknoifghpfmhpbl
Description With OCR support convert image based PDF documents to text files.
File Size 4.63 MB
Installation Count 7,370
Current Version 0.4
Last Updated 2023-06-19
Publish Date 2020-05-25
Rating 3.05/5 Total 19 Ratings
Developer https://online-converter.freepdfsolutions.com
Email [email protected]
Payment Type free
Extension Website https://online-converter.freepdfsolutions.com/#pdf-to-ocr-text-converter
Privacy Policy Page URL https://www.freepdfsolutions.com/privacypolicy.html
Supported Languages 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\/*"
    ]
}