Skip to content

Java code to examine the output of Tesseract OCR and generate scores for general page quality and correctabiliby (see page-corrector repo).

Notifications You must be signed in to change notification settings

Early-Modern-OCR/page-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Page Evaluator

A tool for computing the SEASR correctability score for hOCR pages.

Compiling and Deploying

This project uses Maven. To create the deployable JAR artifact use:

> mvn package

This will generate the deployable PageEvaluator JAR file inside the target/ folder. The name of the file will be PageEvaluator-<VERSION>.jar.

Running

To get information about the supported command line arguments, use:

> java <JAVA_OPTS> -jar PageEvaluator-<VERSION>.jar --help

About

Java code to examine the output of Tesseract OCR and generate scores for general page quality and correctabiliby (see page-corrector repo).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages