Detect if tesseract is installed on the system. If it is, permit uploading a photograph of the code. The code should be marked as used on one use. ```go cmd := exec.Command("tesseract", fileName, "stdout") // capture stdOut of the command ```