Skip to content

Commit e3c9ef1

Browse files
committed
try suppressing debug info
1 parent 7e30786 commit e3c9ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-db-images.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PARSE-TREE is from `org-element-parse-buffer'."
4444
;; Add new entries
4545
(cl-loop for (img-file . begin) in img-data do
4646
(setq text (shell-command-to-string
47-
(format "tesseract %s -" img-file)))
47+
(format "tesseract -c debug_file=/dev/null %s -" img-file)))
4848
(sqlite-execute org-db "insert into images values (?, ?, ?, ?, ?)"
4949
(list nil filename-id
5050
(expand-file-name img-file)

0 commit comments

Comments
 (0)