6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
INPUT_IMAGE=$1
|
|
tesseract $INPUT_IMAGE stdout
|