Skip to content

Commit

Permalink
adapt tool json to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Sep 1, 2024
1 parent 1e90257 commit 17eafc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qurator/eynollah/ocrd-tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"executable": "ocrd-eynollah-segment",
"categories": ["Layout analysis"],
"description": "Segment page into regions and lines and do reading order detection with eynollah",
"input_file_grp": ["OCR-D-IMG", "OCR-D-SEG-PAGE", "OCR-D-GT-SEG-PAGE"],
"output_file_grp": ["OCR-D-SEG-LINE"],
"input_file_grp_cardinality": 1,
"output_file_grp_cardinality": 1,
"steps": ["layout/segmentation/region", "layout/segmentation/line"],
"parameters": {
"models": {
Expand Down

0 comments on commit 17eafc1

Please sign in to comment.