Metadata-Version: 2.1
Name: browse-ocrd
Version: 0.4.1
Summary: An extensible viewer for OCR-D workspaces
Home-page: https://github.com/hnesk/browse-ocrd
Author: Johannes Künsebeck
Author-email: kuensebeck@googlemail.com
License: MIT License
Keywords: OCR,OCR-D,mets,PAGE Xml
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: PyGObject
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: ocrd
Requires-Dist: opencv-python-headless
Requires-Dist: python-magic
Requires-Dist: setuptools
Requires-Dist: wheel

# OCR-D Browser

An extensible viewer for [OCR-D](https://ocr-d.de/) mets.xml files 

## Screenshot

![OCRD Browser with two image and one xml view](docs/screenshot.png)

## Installation on Ubuntu 18.04

```
sudo apt install libcairo2-dev libgtk-3-dev libglib2.0-dev libgtksourceview-3.0-dev libgirepository1.0-dev pkg-config cmake
pip install browse-ocrd
```

## Usage
```
browse-ocrd ./path/to/mets.xml
```


