Skip to content

Extract and parse latitude and longitude from screenshots of Google Earth Pro, using OpenCV and Python. Used as a sub-module.

Notifications You must be signed in to change notification settings

alpha74/gep_text_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Earth Pro Text Extractor

  • Extract and parse latitude and longitude from screenshots of Google Earth Pro, using OpenCV and Python.
  • Used as a sub-module.

Steps:

  1. Take screenshot of specified coordinates on screen.
  2. Use Python OpenCV image library to crop the image.
  3. Cropping requires some self made observations and alogorithms(Compare Original and Cropped Images images).
  4. Apply PyTesseract OCR to get the text in the image.

Demo Images:

Original Portal Home Page

Cropped: Portal Home Page

OCR PyTesseract Output: 74.241590

Releases

No releases published

Packages

No packages published

Languages