From 8872131a43903a99f86dd9c2446e0381bd6b06bc Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Mon, 3 Aug 2020 12:46:42 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 321a70d..130bd3f 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ This tool performs printspace, region and textline detection from document image data and returns the results as [PAGE-XML](https://github.com/PRImA-Research-Lab/PAGE-XML). The goal of this project is to extract textlines of a document to feed an ocr model. This is achieved by four successive stages as follows: -* Item 1 Printspace or border extraction -* Item 2 Layout analysis -* Item 3 Textline detection -* Item 4 Heuristic methods +* Printspace or border extraction +* Layout analysis +* Textline detection +* Heuristic methods ## Installation `pip install .`