mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-07-12 12:00:01 +02:00
🧹 sbb_textline_docker: Rename to sbb_textline_detector
This commit is contained in:
commit
b85a9dc256
6 changed files with 1422 additions and 0 deletions
37
README.md
Normal file
37
README.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Textline-Recognition
|
||||
|
||||
***
|
||||
|
||||
# Installation:
|
||||
|
||||
Setup virtual environment:
|
||||
```
|
||||
virtualenv --python=python3.6 venv
|
||||
```
|
||||
|
||||
Activate virtual environment:
|
||||
```
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
Upgrade pip:
|
||||
```
|
||||
pip install -U pip
|
||||
```
|
||||
|
||||
Install package together with its dependencies in development mode:
|
||||
```
|
||||
pip install -e ./
|
||||
```
|
||||
|
||||
***
|
||||
|
||||
Perform document structure and textline analysis on a
|
||||
scanned document image and save the result as PAGE XML.
|
||||
|
||||
### Usage
|
||||
```
|
||||
text_line_recognition --help
|
||||
```
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue