logo

Petter Envall

Notes
2015
March

19

function rndColor() { return "hsl(" + (Math.random() * 360) + ", 80%, 60%)"; } Note: IE8 does not re...

(
  • generate
  • random
  • colors
  • web
  • development
)

01

Tesseract

2015-03-01

I decided to check out the OCR reading software tesseract (and its source code). Building it from so...

(
  • tesseract
  • ocr
  • development
)