OCR-D / ocrd_segment

OCR-D-compliant page segmentation
MIT License
66 stars 15 forks source link

documentation: README completness, debug ocrd-tool.json #13

Closed tboenig closed 4 years ago

tboenig commented 5 years ago

Please debug your ocrd_tool.json file. I found an error:

<report valid="false">
  <error>[tools.ocrd-segment-evaluate] 'output_file_grp' is a required property</error>
</report>

You can find the ocrd-tool.json documentation: https://ocr-d.github.io/ocrd_tool

Please check your README file and complet them. An ideal README file look like:

# Name of application

## Introduction
...

## Installation
...

## Usage
...

## Testing
...

Thank you very much.

bertsky commented 5 years ago

This is an error of the validator in core, not of this repo. See OCR-D/core#295. Closing.

tboenig commented 5 years ago

For the error that's true, but look at the README file please and complete it. Thank you.