summaryrefslogtreecommitdiff
path: root/ocr
diff options
context:
space:
mode:
Diffstat (limited to 'ocr')
-rwxr-xr-xocr7
1 files changed, 0 insertions, 7 deletions
diff --git a/ocr b/ocr
deleted file mode 100755
index eb1d096..0000000
--- a/ocr
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-READ=$(scrot -s 'temp_%Y%m%d_%H%M%S.png' -e 'tesseract $f stdout -l jpn && rm $f')
-
-if [[ ! -z $READ ]]; then
- echo $READ | xclip -selection clipboard
-fi
-