diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-18 16:50:49 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:51:59 +0100 |
commit | 1c581b8aa98cc8222c610e0954fc5d05fd2a6381 (patch) | |
tree | 582c443df39d8311fa544beb572d03c17a8d5516 /app-text | |
parent | app-text/paperwork: align longdescription opening and closing tags (diff) | |
download | gentoo-1c581b8aa98cc8222c610e0954fc5d05fd2a6381.tar.gz gentoo-1c581b8aa98cc8222c610e0954fc5d05fd2a6381.tar.bz2 gentoo-1c581b8aa98cc8222c610e0954fc5d05fd2a6381.zip |
app-text/pdfsandwich: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfsandwich/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app-text/pdfsandwich/metadata.xml b/app-text/pdfsandwich/metadata.xml index fa3120d44e54..cd9cb5c73a76 100644 --- a/app-text/pdfsandwich/metadata.xml +++ b/app-text/pdfsandwich/metadata.xml @@ -6,19 +6,19 @@ <name>Tupone Alfredo</name> </maintainer> <longdescription> -pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which -contain only images (no text) will be processed by optical character -recognition (OCR) and the text will be added to each page invisibly -"behind" the images. + pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which + contain only images (no text) will be processed by optical character + recognition (OCR) and the text will be added to each page invisibly + "behind" the images. -pdfsandwich is a command line tool which is supposed to be useful to -OCR scanned books or journals. It is able to recognize the page layout -even for multicolumn text. + pdfsandwich is a command line tool which is supposed to be useful to + OCR scanned books or journals. It is able to recognize the page layout + even for multicolumn text. -Essentially, pdfsandwich is a wrapper script which calls the following -binaries: unpaper, convert, gs, and tesseract. It supports -parallel processing on multiprocessor systems. -</longdescription> + Essentially, pdfsandwich is a wrapper script which calls the following + binaries: unpaper, convert, gs, and tesseract. It supports + parallel processing on multiprocessor systems. + </longdescription> <upstream> <remote-id type="sourceforge">pdfsandwich</remote-id> </upstream> |