Skip to content

Instantly share code, notes, and snippets.

View chrisjenglish's full-sized avatar

Christopher English chrisjenglish

View GitHub Profile
@chrisjenglish
chrisjenglish / imageToText.gs
Created September 28, 2016 09:25 — forked from tagplus5/imageToText.gs
google apps script image to text ocr
function doGet(request) {
if (request.parameters.url != undefined && request.parameters.url != "") {
var imageBlob = UrlFetchApp.fetch(request.parameters.url).getBlob();
var resource = {
title: imageBlob.getName(),
mimeType: imageBlob.getContentType()
};
var options = {
ocr: true
};

Keybase proof

I hereby claim:

  • I am chrisjenglish on github.
  • I am chrisjenglish (https://keybase.io/chrisjenglish) on keybase.
  • I have a public key whose fingerprint is F3D1 C69F 7D0B DCD0 AE36 DEE7 67A2 2116 8A68 A1E5

To claim this, I am signing this object:

@chrisjenglish
chrisjenglish / mac-apps.md
Created January 29, 2016 11:52 — forked from erikreagan/mac-apps.md
Mac developer must-haves

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

Verifying that +chrisjenglish is my blockchain ID. https://onename.com/chrisjenglish