PowerShell: Web hosted Image Scraping

Hello Guys, In my previous post we mimicked the latest Technology of Xerox using Powershell to Extract Text from an Locally saved Image (On your machine). But today we’ll see how to do some web scrapping from Images hosted on websites, using the Image URL. I was going through MVP, Doug Finke’s GitHub gist and… Read More PowerShell: Web hosted Image Scraping

PowerShell : Extract Text from Image and Convert \ Print in any Language

On 10th March, Xerox announced a Latest Technology  (Translation Service) that can Scan a document, Translate it in any language and Print from the Scanner or from Xerox App. For moment I was wondering how they will make it work, but then I got a feeling that it can be Automated with PowerShell and no need to buy a new Hardware… Read More PowerShell : Extract Text from Image and Convert \ Print in any Language

PowerShell : Spell checking and Rectifying Spelling Mistakes

Hello, Today we’ll see how we can use PowerShell to Spell check Strings passed as parameter, to Identify spelling mistakes and Rectify those spelling mistakes. This is possible with help of a  RESTful API Offered by Microsoft, known as Spell Check API , which is part of  Microsoft Project Oxford. If you follow my blog, you must be aware that I’m a… Read More PowerShell : Spell checking and Rectifying Spelling Mistakes