Skip to content

Vibrant-Media-Lab/Scanner-Praxis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scanner-Praxis

An application used to import images from a camera, process them, and output in an OCR PDF.

Due to a series of poor choices, the application is in java and the GUI is in javafx.

Note: Many of the operations require JDK-9 and above.

Pre-Requirements:

ScanTailor http://scantailor.org

Image Magick https://www.imagemagick.org/

Tesseract OCR https://github.com/tesseract-ocr/tesseract

PDFtk Server https://www.pdflabs.com/tools/pdftk-server/

Mac Install: Linux Install:
sudo port selfupdate sudo apt-get update
sudo port install scantailor sudo apt-get install scantailor
sudo port install ImageMagick sudo apt-get install imagemagick
sudo port install tesseract sudo apt-get install tesseract-ocr
sudo port install tesseract-eng sudo apt-get install libtesseract-dev
                            | sudo apt install pdftk

About

Java GUI and Shell scripts powering the Scanner Praxis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •