This commit is contained in:
Shihaam Abdul Rahman 2024-08-03 01:52:30 +05:00
parent 2a527b509e
commit bfd3378c2e
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

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