This commit is contained in:
2024-08-03 01:52:30 +05:00
parent 2a527b509e
commit bfd3378c2e

View File

@ -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