invitation india
UnexpectedWeb
Connect

Popular Technology Blog where you'll find some interesting things around the web, that you never knew existed.

link Link copied

Image OCR Web App : Google App Script

Share on: link Link copied

You can convert image files to text. Optical Character Recognition (OCR) that extracts text from images so that it can be edited.

Free online OCR (Optical Character Recognition) Tool devlopd in Google App Script. You can use this service to extract text from any image you supply. This service is free, no registration necessary.

We use Google OCR Service to extracts text from pictures.


Format: You can convert .JPEG, .PNG, .GIF files.
File size: The file should be 2 MB or less.
Languages: Language will detect the automatically, It's Support almost all language.







* Password of Image OCR by URL: abonzerTV





You can convert image files to text with Google Drive.


If you have not interested in our tool, You can convert images to text manually using Google Drive. Google Drive provides the OCR technology and we also use the same technology in this tool. Offical Google Page  

You can convert .JPEG, .PNG, .GIF, or PDF files. If Google OCR technology was unable to extract text from PDF, Convert PDF to Image files and then try. I am pretty sure that OCR will extract the Text from PDF-images.




Steps to extract text from Images

1. Open Google Drive Website
2. Upload Text-Image File to Google Drive
3. Right-click on the desired file, and then Select Open with > Google Docs
4. Now Copy you Image Text


Note:

1. Google's OCR technology supports more than 225 languages. Full list
2. Google's OCR technology extract text with more than 90% accuracy.
3. Text formatting will not save in maximum case.
4. Google's OCR technology works only on computers (desktop websites).  You can use our tool to extract text from picture with your mobile device.




5 comments:

  1. var resource = {
    title: blob.getName(),
    "parents": [{'id':folderID}], // Save Doc file on specific Folder
    mimeType: blob.getContentType()
    };

    // Enable the Advanced Drive API Service
    var myfile = Drive.Files.insert(resource, blob, {ocr: true});

    ReplyDelete
  2. Replies
    1. Same Code are avilable > https://github.com/abonzer/OCR-Pro

      Delete
    2. yes , but the google script is having lots of issue in run , your demo is running properly , but when i use your code its having issue in code.gs script

      Delete
    3. This comment has been removed by the author.

      Delete

Powered by Blogger.