Skip to main content

Document Layout Analysis

Project description

Eynollah

Document Layout Analysis with Deep Learning and Heuristics

PyPI Version GH Actions Test License: ASL DOI

Features

  • Support for up to 10 segmentation classes:
  • Support for various image optimization operations:
    • cropping (border detection), binarization, deskewing, dewarping, scaling, enhancing, resizing
  • Text line segmentation to bounding boxes or polygons (contours) including for curved lines and vertical text
  • Detection of reading order (left-to-right or right-to-left)
  • Output in PAGE-XML
  • OCR-D interface

:warning: Development is currently focused on achieving the best possible quality of results for a wide variety of historical documents and therefore processing can be very slow. We aim to improve this, but contributions are welcome.

Installation

Python 3.8-3.11 with Tensorflow 2.12-2.15 on Linux are currently supported.

For (limited) GPU support the CUDA toolkit needs to be installed.

You can either install from PyPI

pip install eynollah

or clone the repository, enter it and install (editable) with

git clone git@github.com:qurator-spk/eynollah.git
cd eynollah; pip install -e .

Alternatively, you can run make install or make install-dev for editable installation.

Models

Pre-trained models can be downloaded from qurator-data.de or huggingface.

Train

🚧 Work in progress

In case you want to train your own model, have a look at sbb_pixelwise_segmentation.

Usage

The command-line interface can be called like this:

eynollah \
  -i <single image file> | -di <directory containing image files> \
  -o <output directory> \
  -m <directory containing model files> \
     [OPTIONS]

The following options can be used to further configure the processing:

option description
-fl full layout analysis including all steps and segmentation classes
-light lighter and faster but simpler method for main region detection and deskewing
-tab apply table detection
-ae apply enhancement (the resulting image is saved to the output directory)
-as apply scaling
-cl apply contour detection for curved text lines instead of bounding boxes
-ib apply binarization (the resulting image is saved to the output directory)
-ep enable plotting (MUST always be used with -sl, -sd, -sa, -si or -ae)
-ho ignore headers for reading order dectection
-si <directory> save image regions detected to this directory
-sd <directory> save deskewed image to this directory
-sl <directory> save layout prediction as plot to this directory
-sp <directory> save cropped page image to this directory
-sa <directory> save all (plot, enhanced/binary image, layout) to this directory

If no option is set, the tool performs layout detection of main regions (background, text, images, separators and marginals). The best output quality is produced when RGB images are used as input rather than greyscale or binarized images.

Use as OCR-D processor

🚧 Work in progress

Eynollah ships with a CLI interface to be used as OCR-D processor.

In this case, the source image file group with (preferably) RGB images should be used as input like this:

ocrd-eynollah-segment -I OCR-D-IMG -O SEG-LINE -P models

Any image referenced by @imageFilename in PAGE-XML is passed on directly to Eynollah as a processor, so that e.g.

ocrd-eynollah-segment -I OCR-D-IMG-BIN -O SEG-LINE -P models

uses the original (RGB) image despite any binarization that may have occured in previous OCR-D processing steps

Additional documentation

Please check the wiki.

How to cite

If you find this tool useful in your work, please consider citing our paper:

@inproceedings{hip23rezanezhad,
  title     = {Document Layout Analysis with Deep Learning and Heuristics},
  author    = {Rezanezhad, Vahid and Baierer, Konstantin and Gerber, Mike and Labusch, Kai and Neudecker, Clemens},
  booktitle = {Proceedings of the 7th International Workshop on Historical Document Imaging and Processing {HIP} 2023,
               San José, CA, USA, August 25-26, 2023},
  publisher = {Association for Computing Machinery},
  address   = {New York, NY, USA},
  year      = {2023},
  pages     = {73--78},
  url       = {https://doi.org/10.1145/3604951.3605513}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eynollah-0.3.1.tar.gz (80.8 kB view details)

Uploaded Source

Built Distribution

eynollah-0.3.1-py3-none-any.whl (79.9 kB view details)

Uploaded Python 3

File details

Details for the file eynollah-0.3.1.tar.gz.

File metadata

  • Download URL: eynollah-0.3.1.tar.gz
  • Upload date:
  • Size: 80.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19+

File hashes

Hashes for eynollah-0.3.1.tar.gz
Algorithm Hash digest
SHA256 191c16f6225cdb99a83d2ad3493117bf28cc317fe5ffd8feeffb4bf36be4cd3e
MD5 35d0a54aa97ee2a56018d74d1026a13d
BLAKE2b-256 8d0a9900adb5babc81f12c5860d3073e01399b25bfde2677c761ba74109abb09

See more details on using hashes here.

File details

Details for the file eynollah-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: eynollah-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 79.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19+

File hashes

Hashes for eynollah-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 31e8df4580e731187648cabd541a27e803da126809f4f178f97512da5bed1699
MD5 98201ac6a870dcdbc95e459c1cbf88d4
BLAKE2b-256 8a88bce0a63f0402e39a0fe6e24c473830524ec1e9ae1ca133ac2372cca4f958

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page