Skip to content

Instantly share code, notes, and snippets.

View akashjobanputra's full-sized avatar

Akash Jobanputra akashjobanputra

View GitHub Profile
@akashjobanputra
akashjobanputra / README.md
Last active June 22, 2018 09:40
Noisli black background

Noisli Black Background

Install this extensions on chrome: Custom JS And open noisli.com and enter the code from this js to the Custom JS editor.

Keybase proof

I hereby claim:

  • I am akashjobanputra on github.
  • I am akashj (https://keybase.io/akashj) on keybase.
  • I have a public key ASCyYXn50JrN1sf4dLdvsw_l_Ra-btbHSaReyDK3kLgQxAo

To claim this, I am signing this object:

@akashjobanputra
akashjobanputra / tesseract-3.04.sh
Last active July 3, 2018 15:56 — forked from IaroslavR/gist:834066ba4c0e25a27078
Install Tesseract 3.04 on Amazon AWS AMI
sudo yum install autoconf aclocal automake
sudo yum install libtool
sudo yum install libjpeg-devel libpng-devel libtiff-devel zlib-devel
cd ~/downloads
wget http://www.leptonica.com/source/leptonica-1.72.tar.gz
tar -zxvf leptonica-1.72.tar.gz
cd leptonica-1.72
./configure
make
sudo make install