Skip to main content

G1ANT OCR Google Addon and OCR Tesseract Addon


What is OCR ?

Optical character recognition or optical character reader is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo of a document, a scene-photo or from subtitle text superimposed on an image.

OCR Google Add-on

This add-on helps to use OCR technique via G1ANT. robot. This add-on helps to recognize text from images/screen on google.com. This add-on comprises of various commands like 

  • ocrgoogle.find
  • ocrgoogle.fromscreen
  • ocrgoogle.login
To use this command one should activate his/her google developer account and generate a API key or JSON file. A credit /debit card is must to activate the account, either you choose free trail or paid subscription credit/debit card is needed.

OCR  Tesseract Add-on

This add-on helps to use OCR technique via G1ANT.robot also. This add-on helps to recognize text from images/screen on windows applications like notepad, internet explorer. This add-on comprises of various commands like 
  • ocrtesseract.find
  • ocrtesseract.fromscreen
To use this add-on one should follow the steps :-
  1. Download the DLL file from this link.
  2. Close the G1ANT.robot (if running in background)
  3. Paste the DLL file in Documents/G1ANT.robot/Add-on
  4. Right Click on the DLL file and click on properties.
  5. Click on the unblock button.
  6. Now run the G1ANT.robot and select the ocrtesseract add-on from addon window.
With the help of the above steps one should be able to use ocrtesseract addon successfully.

You can check ocrgoogle as well as ocrtesseract add-on codes on my GitHub - Click this link 




Comments

Popular posts from this blog

G1ANT - Robotic Process Automation

  About G1ANT G1ANT, the new-level RPA platform for enterprise and large-scale uses! It combines advanced extensibility, high performance, and world-class support to offer you a rock-solid base for business automation. Build highly efficient and automated end-to-end business processes.   G1ANT is open-source, with all of its code audited and deemed appropriate even for high-risk data (banking, insurance, military, health). We are featuring an innovative automation language, fantastic documentation, and support for every single desktop or web applications. Features  Web Automation : Supporting web testing, and data extraction across all major browsers (Chrome, Safari, Firefox, IE, and Edge) Desktop Apps : Automate any mouse, keyboard, and window elements. Custom Apps : Use OCR to find elements and clipboard to capture data. Mobile Apps : Control and monitor Android devices with ease! Integrates Well : G1ANT works with your existing stack: SalesForce, Sage, ERP, SAP, JIRA, ...

G1ANT Watson Add-On

What is Watson  ? Watson is a question-answering computer system capable of answering questions posed in natural language, developed in IBM's DeepQA project by a research team led by principal investigator David Ferrucci. Watson was named after IBM's founder and first CEO, industrialist Thomas J. Watson. What you can do with Watson on G1ANT ? We can do image classification and speech to text conversion with the help of Watson on G1ANT. In order to use Watson  follow the steps:  1) We have to create  account on IBM cloud. 2) Click on Catalog and select the Visual Recognition  and Speech to Text   3) Click on create then open the services and select the required service click on create credentials. 4) Copy the API Key and paste in the G1ANT script in order to use them.  There are two Watson commands available in G1ANT   1)  watson.classifyimage :  This command classifies a specified image. Class scores range from 0 - 1, where a hig...