mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 22:00:05 +02:00
Update README.md
This commit is contained in:
parent
51d90dad50
commit
8872131a43
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
||||||
This tool performs printspace, region and textline detection from document image
|
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).
|
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:
|
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
|
* Printspace or border extraction
|
||||||
* Item 2 Layout analysis
|
* Layout analysis
|
||||||
* Item 3 Textline detection
|
* Textline detection
|
||||||
* Item 4 Heuristic methods
|
* Heuristic methods
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
`pip install .`
|
`pip install .`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue