Add gocr package.
This commit is contained in:
parent
a9bdb34ce0
commit
78dfa42939
@ -9,6 +9,7 @@
|
||||
* efibootmgr: Interact with the EFI Boot Manager.
|
||||
* efivar: Tools to manage UEFI variables.
|
||||
* ghostscript: Interpreter for the PostScript language and for PDF.
|
||||
* gocr: Multi-platorm OCR (Optical Character Recognition) program.
|
||||
* gpicview: Lightweight image viewer.
|
||||
* mat: Metadata anonymisation toolkit.
|
||||
* physlock: Lightweight Linux console locking tool.
|
||||
|
@ -357,6 +357,11 @@ iface enp0s25 inet dhcp
|
||||
* cups: Common UNIX Printing System(tm) - PPD/driver support, web interface.
|
||||
* devtodo: Manipulate and display a hierarchical and prioritised list of tasks.
|
||||
* ghostscript: Interpreter for the PostScript language and for PDF.
|
||||
* gocr: Multi-platorm OCR (Optical Character Recognition) program.
|
||||
* Extract text from pbm image files:
|
||||
```sh
|
||||
for i in *pbm; do gocr $i > $i.txt; done
|
||||
```
|
||||
* graphviz: Rich set of graph drawing tools.
|
||||
* imagemagick: ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats.
|
||||
* imagemagick-doc: Document files of ImageMagick.
|
||||
|
@ -690,7 +690,7 @@ fi
|
||||
preconfig cups
|
||||
|
||||
##### Installation
|
||||
ains "Office tools for cli" cups devtodo ghostscript graphviz imagemagick imagemagick-doc odt2txt pdftk poppler-utils texinfo texlive texlive-latex-extra vim-latexsuite xpdf
|
||||
ains "Office tools for cli" cups devtodo ghostscript gocr graphviz imagemagick imagemagick-doc odt2txt pdftk poppler-utils texinfo texlive texlive-latex-extra vim-latexsuite xpdf
|
||||
|
||||
##### Remove
|
||||
arem "Purge: Office tools for cli" avahi-autopid avahi-daemon cups-browsed libdaemon0 libnss-mdns
|
||||
|
Loading…
Reference in New Issue
Block a user