How to download and setup gosseract
Open terminal and run command
git clone https://github.com/otiai10/gosseract.git
git clone is used to create a copy or clone of gosseract repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gosseract https://github.com/otiai10/gosseract/archive/master.zip
Or simply clone gosseract with SSH
[email protected]:otiai10/gosseract.git