Skip to content
Snippets Groups Projects
Commit 7d433c07 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Tweaked readme to reflext new page for the project

parent adebcd8d
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,8 @@
An enhanced [ALTO](http://www.loc.gov/standards/alto/)-viewer for Quality Assurance oriented display of a collections of scans, typically from books or newspapers.
## Features
Please visit [http://tokee.github.io/quack/](http://tokee.github.io/quack/) for the project homepage, featuring a live demo.
* Smooth zoom & pan of large images thanks to OpenSeadragon
* Marking of blown highlights & lowlights by colored overlays (toggleable)
* TextBlock marking by boxes (toggleable)
* Interactive inspection of OCR (hover the mouse over a TextBlock)
* Grid lines for checking skewing and rotation (toggleable)
* Folder overview with thumbnails
* Histogram, optionally not analyzing the edges of the image
![Quack screenshot 20131127](docs/quack_20131127_8bit.png)
......@@ -25,13 +18,8 @@ An enhanced [ALTO](http://www.loc.gov/standards/alto/)-viewer for Quality Assura
* [deepzoom](http://search.cpan.org/~drrho/Graphics-DZI-0.05/script/deepzoom) (only if tile based display is enabled)
* Perl (required by deepzoom)
## Verbiage
## Usage
This is basically a simple bash script that grew to 600+ lines. It works on a collection of images with corresponding ALTO-files with OCR and segmentation markup. It creates a HTML page for each image and uses the relevant parts of the ALTO files for creating TextBlock overlays with OCR inspection. No webserver is required as the pages can be used directly from the file system.
It can be quite heavy for the browser to display large images with OpenSeadragon, when there is a lot of ALTO-derived overlays. This is especially true if tiling is not used. Display has been tested with Firefox & Chrome. Chrome was markedly faster as of 2013-09-17.
## Development
Developed primarily by Toke Eskildsen; partly as a personal project, partly as an employee at the State and University Library, Denmark.
To get started, execute the following in a terminal (Tested under Linux, should work under OS-X and Cygwin):
./quack.sh samples samples_out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment