.
This commit is contained in:
parent
2a527b509e
commit
bfd3378c2e
12
ocr_raw.sh
12
ocr_raw.sh
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
INPUT_IMAGE=$1
|
||||
|
||||
raw_text=$(tesseract $INPUT_IMAGE stdout)
|
||||
|
||||
echo $raw_text
|
||||
echo ""
|
||||
echo +++real raw+++
|
||||
echo ""
|
||||
tesseract $INPUT_IMAGE stdout
|
Loading…
x
Reference in New Issue
Block a user