We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e30786 commit e3c9ef1Copy full SHA for e3c9ef1
org-db-images.el
@@ -44,7 +44,7 @@ PARSE-TREE is from `org-element-parse-buffer'."
44
;; Add new entries
45
(cl-loop for (img-file . begin) in img-data do
46
(setq text (shell-command-to-string
47
- (format "tesseract %s -" img-file)))
+ (format "tesseract -c debug_file=/dev/null %s -" img-file)))
48
(sqlite-execute org-db "insert into images values (?, ?, ?, ?, ?)"
49
(list nil filename-id
50
(expand-file-name img-file)
0 commit comments