Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 845 Bytes

readme.md

File metadata and controls

31 lines (22 loc) · 845 Bytes

Seminur URL Reader

Ever tired in seminars when lecturer shows a slide with an URL to a website or blog post? With Seminur URL Reader you can point the camera to the white screen and open the url in your mobile device.

Install:

OS X:

brew install imagemagick
brew install tesseract --all-languages
npm install

Ubuntu:

sudo apt-get install libpng12-dev libjpeg-dev libtiff4-dev zlib1g-dev libtool
sudo apt-get install libleptonica tesseract-ocr imagemagick libmagickwand-dev
npm install

TODO:

  • Test with ubuntu
  • Remove images after done
  • Styles & templates etc.
  • Routes and submit and stuff
  • Capture/upload images
  • Form to modify and open the URL
  • Open url in new tab
  • Multiple urls in image
  • Test uploaded file was jpeg/png