PDF olvasó és PDF 'rendező'

Fórum: 

Egészen profi PDF olvasót találtam:

PDF Studio Viewer

Qoppa szoftver, alap változata ingyenes:

https://www.qoppa.com/pdfstudioviewer/?utm_source=pdfstudioviewer&utm_medium=about&utm_campaign=studioviewerlink

Android-os verziója is van, Text reflow-val, ami telefonon nagyon hasznos funkció.

Egy másik PDF programot is sokat használok az oldalak átrendezéséhez (sorrend, forgatás, kivágás, beszúrás):

PDFSchuffler

http://pdfshuffler.sourceforge.net/

Mindkét program jól működik a Linux Mint 19.3 / Cinnamon kiváló környezetben.

 

 

kimarite képe

gImageReader (hasonló, ingyenes)

A Tesseract OCR grafikus felülete.

Graphical GTK+ front-end to tesseract-ocr

gImageReader is a simple GTK+ front-end to tesseract-ocr. Tesseract is probably the most accurate open source optical character recognition (OCR) software and can recognize text in over 60 languages.

gImageReader supports automatic page layout detection but the user can also manually define and adjust the recognition regions. It is possible to import images from disk, scanning devices, clipboard and screenshots. gImageReader also supports multipage PDF documents. Recognized text is displayed directly next to the image and basic text editing including search/replace and removing of line breaks is possible. Spellchecking for the output text is also supported if the corresponding dictionaries are installed.

Linux Mint | LMDE

sudo apt-get install gimagereader

A PPA-nak ebben az esetben nincs sok előnye, mert a tükrökről is elérhető a csomag, de ... :
https://launchpad.net/~sandromani/+archive/ubuntu/gimagereader
(a PPA az LMDE-hez nem használható)
http://ubuntuhandbook.org/index.php/2019/07/gimagereader-3-3-1-released-...

Köszi a hírt. :-)

Értékelés: 

0
Még nincs értékelve
kimarite képe

gImageReader (hasonló, ingyenes) | javítás

#1 Ez a hiba tűnt fel az első indítás után:

Error opening data file /usr/share/tesseract-ocr/4.00/tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to your "tessdata" directory.
Failed loading language 'eng'
Tesseract couldn't load any languages!

... mármint a terminálban indításkor, mert menüből nem indult el.

Ha nálad is ilyen hibaüzenettel indul, telepíts nyelvi csomagot:

sudo apt-get install tesseract-ocr-hun

A telepítés után már nincs hibaüzenet...

Így lehet tesztelni a terminálban:

gimagereader-gtk

A terminált zárd be utoljára.

Értékelés: 

0
Még nincs értékelve
kimarite képe

gImageReader (hasonló, ingyenes) | eredmény

#2 Nyelv

tesseract --list-langs
List of available languages (3):
eng
hun
osd

Verzió

tesseract --version
tesseract 4.0.0
 leptonica-1.76.0
  libgif 5.1.4 : libjpeg 6b (libjpeg-turbo 1.5.2) : libpng 1.6.36 : libtiff 4.1.0 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0
 Found AVX
 Found SSE

Értékelés: 

0
Még nincs értékelve