|
1 | 1 | <palign="center">
|
2 |
| - <imgsrc="https://github.com/Layout-Parser/layout-parser/raw/master/.github/layout-parser.png"alt="Layout Parser Logo"width="35%"> |
| 2 | + <imgsrc=".github/layout-parser.png"alt="Layout Parser Logo"width="35%"> |
3 | 3 | <h3align="center">
|
4 | 4 | A unified toolkit for Deep Learning Based Document Image Analysis
|
5 | 5 | </h3>
|
6 | 6 | </p>
|
7 | 7 |
|
8 | 8 | <palign=center>
|
9 | 9 | <ahref="https://pypi.org/project/layoutparser/"><imgsrc="https://img.shields.io/pypi/v/layoutparser?color=%23099cec&label=PyPI%20package&logo=pypi&logoColor=white"title="The current version of Layout Parser"></a>
|
10 |
| -<ahref="https://github.com/Layout-Parser/layout-parser/blob/master/LICENSE"><imgsrc="https://img.shields.io/pypi/l/layoutparser"title="Layout Parser uses Apache 2 License"></a> |
| 10 | +<ahref="https://github.com/Layout-Parser/layout-parser/blob/main/LICENSE"><imgsrc="https://img.shields.io/pypi/l/layoutparser"title="Layout Parser uses Apache 2 License"></a> |
11 | 11 | <imgalt="PyPI - Downloads"src="https://img.shields.io/pypi/dm/layoutparser">
|
12 | 12 | </p>
|
13 | 13 |
|
@@ -111,9 +111,9 @@ Extra steps are needed if you want to use Detectron2-based models. Please check
|
111 | 111 |
|
112 | 112 | We provide a series of examples for to help you start using the layout parser library:
|
113 | 113 |
|
114 |
| -1.[Table OCR and Results Parsing](https://github.com/Layout-Parser/layout-parser/blob/master/examples/OCR%20Tables%20and%20Parse%20the%20Output.ipynb):`layoutparser` can be used for conveniently OCR documents and convert the output in to structured data. |
| 114 | +1.[Table OCR and Results Parsing](https://github.com/Layout-Parser/layout-parser/blob/main/examples/OCR%20Tables%20and%20Parse%20the%20Output.ipynb):`layoutparser` can be used for conveniently OCR documents and convert the output in to structured data. |
115 | 115 |
|
116 |
| -2.[Deep Layout Parsing Example](https://github.com/Layout-Parser/layout-parser/blob/master/examples/Deep%20Layout%20Parsing.ipynb): With the help of Deep Learning,`layoutparser` supports the analysis very complex documents and processing of the hierarchical structure in the layouts. |
| 116 | +2.[Deep Layout Parsing Example](https://github.com/Layout-Parser/layout-parser/blob/main/examples/Deep%20Layout%20Parsing.ipynb): With the help of Deep Learning,`layoutparser` supports the analysis very complex documents and processing of the hierarchical structure in the layouts. |
117 | 117 |
|
118 | 118 | ##Contributing
|
119 | 119 |
|
|