emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/scanner 64f5514 37/56: update commentary and Readme.org


From: Stefan Monnier
Subject: [elpa] externals/scanner 64f5514 37/56: update commentary and Readme.org
Date: Fri, 10 Apr 2020 13:56:04 -0400 (EDT)

branch: externals/scanner
commit 64f55145e79136e0621b1c873fd27257e314d2fa
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    update commentary and Readme.org
---
 Readme.org | 9 +++++----
 scanner.el | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/Readme.org b/Readme.org
index b82e476..dd6ee28 100644
--- a/Readme.org
+++ b/Readme.org
@@ -12,10 +12,6 @@
   recognition (OCR).  You can select the language plugins with
   ~scanner-tesseract-languages~.
 
-  The ~scanner-scan-image~ command performs one scan in image mode.  This
-  function tries to guess the file format from the chosen file name or falls
-  back to the configured default, see ~scanner-image-format~.
-
   In document mode, you can scan one or multiple pages that are then written
   in a customizable output format, e.g. (searchable) PDF or text, or whatever
   tesseract provides.  You can also customize resolution, intermediate image
@@ -26,6 +22,11 @@
   many pages.  In the latter case, it observes a delay between scans that is
   customizable using ~scanner-scan-delay~.
 
+  The ~scanner-scan-image~ command performs one scan or multiple scans in
+  image mode.  This function tries to guess the file format from the chosen
+  file name or falls back to the configured default, see
+  ~scanner-image-format~.  The prefix argument works as in document mode.
+
   For both images and documents, you can customize the scan mode (e.g. "Color"
   or "Gray") if your scanning device supports it.
 
diff --git a/scanner.el b/scanner.el
index 6844d95..6217ecf 100644
--- a/scanner.el
+++ b/scanner.el
@@ -39,10 +39,6 @@
 ;; recognition (OCR).  You can select the language plugins with
 ;; ‘scanner-tesseract-languages’.
 ;;
-;; The ‘scanner-scan-image’ command performs one scan in image mode.  This
-;; function tries to guess the file format from the chosen file name or falls
-;; back to the configured default, see ‘scanner-image-format’.
-;;
 ;; In document mode, you can scan one or multiple pages that are then written
 ;; in a customizable output format, e.g. (searchable) PDF or text, or whatever
 ;; tesseract provides.  You can also customize resolution, intermediate image
@@ -53,6 +49,11 @@
 ;; many pages.  In the latter case, it observes a delay between scans that is
 ;; customizable using ‘scanner-scan-delay’.
 ;;
+;; The ‘scanner-scan-image’ command performs one scan or multiple scans in
+;; image mode.  This function tries to guess the file format from the chosen
+;; file name or falls back to the configured default, see
+;; ‘scanner-image-format’.  The prefix argument works as in document mode.
+;;
 ;; For both images and documents, you can customize the scan mode
 ;; (e.g. "Color" or "Gray") if your scanning device supports it.
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]