All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.solrocr.formats.OcrBlock Maven / Gradle / Ivy

Go to download

Solr plugin to add support for highlighting directly from various OCR formats (hOCR/ALTO/MiniOCR) without having to store the OCR documents in the index.

There is a newer version: 0.7.0
Show newest version
package de.digitalcollections.solrocr.formats;

public enum OcrBlock {
  /* Order matters: From top of the page layout hierarchy to bottom */
  PAGE,
  BLOCK,
  SECTION,
  PARAGRAPH,
  LINE,
  WORD;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy