mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
fix: ocr file not found errors
This commit is contained in:
parent
db051a737e
commit
634805d36d
@ -31,6 +31,10 @@ STATUS=$?
|
|||||||
# because tesseract adds .txt to the given file path anyways. So if we were to
|
# because tesseract adds .txt to the given file path anyways. So if we were to
|
||||||
# specify /tmp/ocr.txt as the file path, tesseract would out the text to
|
# specify /tmp/ocr.txt as the file path, tesseract would out the text to
|
||||||
# /tmp/ocr.txt.txt
|
# /tmp/ocr.txt.txt
|
||||||
|
cd /tmp || {
|
||||||
|
echo "Failed to jump to directory."
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
tesseract "$IMAGE_FILE" "${TEXT_FILE//\.txt/}"
|
tesseract "$IMAGE_FILE" "${TEXT_FILE//\.txt/}"
|
||||||
|
|
||||||
# Check if the text was detected by checking number
|
# Check if the text was detected by checking number
|
||||||
|
Loading…
Reference in New Issue
Block a user