[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/scanner 0b0fecf 19/56: make a basic Readme from the com
From: |
Stefan Monnier |
Subject: |
[elpa] externals/scanner 0b0fecf 19/56: make a basic Readme from the commentary |
Date: |
Fri, 10 Apr 2020 13:56:01 -0400 (EDT) |
branch: externals/scanner
commit 0b0fecfcae6e2575ebae50fb16af8dcb27cc2a8c
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>
make a basic Readme from the commentary
---
Readme.org | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/Readme.org b/Readme.org
index 39fb9f2..25a4d6d 100644
--- a/Readme.org
+++ b/Readme.org
@@ -1,2 +1,27 @@
* Scanner: scan documents and images with Emacs
-
+
+ Scan documents and images using scanimage(1) from the SANE distribution and
+ tesseract(1) for OCR.
+
+ In image mode, one scan is performed with customizable resolution and file
+ format. An image scan is started with the command ‘scanner-scan-image’.
+ This function tries to guess the file format from the chosen file name or
+ falls back to the configured default.
+
+ In document mode, one or multiple pages can be scanned that are then written
+ in a customizable output format, e.g. PDF (searchable) or text. Resolution,
+ intermediate image format and paper size are customizable as well. A
+ document scan is started with the command ‘scanner-scan-document’; without a
+ prefix argument, one page is scanned. With a non-numeric argument, the user
+ is asked after each scanned page for confirmation to scan another page.
+ With a numeric argument, that many pages are scanned. In the latter mode, a
+ delay customizable using ‘scanner-scan-delay’ is observed between scans.
+
+ As a backend, tesseract(1) is used for document scans to provide optical
+ character recognition (OCR). The languages to use can be customized.
+
+ For both images and documents, the scan mode (e.g. "Color" or "Gray") can be
+ customized, if the used scanner supports it.
+
+ Additional options can be passed to the backends using the customization
+ variables ‘scanner-scanimage-switches’ and ‘scanner-tesseract-switches’.
- [elpa] externals/scanner 45a3e1c 34/56: use finer argument tests in language and output selection, (continued)
- [elpa] externals/scanner 45a3e1c 34/56: use finer argument tests in language and output selection, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 52bb203 32/56: correct the license notice (GNU Emacs -> This program), Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 6594fcb 17/56: put image scan sentinel back into scanner-scan-image, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner cce46fd 01/56: initial commit, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 64f5514 37/56: update commentary and Readme.org, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner eab3aea 40/56: cleanup scanner--ensure-init, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 1229f38 46/56: add ‘check’ to phony targets, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 72ecf43 56/56: minor clean-ups, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner c439a01 07/56: add scanner--ensure-init, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 9779064 13/56: remove an old FIXME, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 0b0fecf 19/56: make a basic Readme from the commentary,
Stefan Monnier <=
- [elpa] externals/scanner 00ab593 23/56: rephrase commentary in active voice, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner fdfdb62 33/56: add tesseract outputs selection command, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner d011e65 36/56: implement multi-image scan, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner e17e2fa 41/56: add section headings, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner 6537d71 47/56: add image size customization and update tests, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner bfaae5a 20/56: ignore PDF and text files, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner b058e2f 26/56: autoload the menu, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner d634903 44/56: improve docstring to scanner--determine-image-format, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner a8cdff3 48/56: clean up device switches and docstrings, Stefan Monnier, 2020/04/10
- [elpa] externals/scanner d6af0ae 43/56: clean up tests a bit, Stefan Monnier, 2020/04/10