Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d5f97a

Browse files
committed
Change links to the new branch name
1 parentf230971 commit7d5f97a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<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%">
33
<h3align="center">
44
A unified toolkit for Deep Learning Based Document Image Analysis
55
</h3>
66
</p>
77

88
<palign=center>
99
<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>
1111
<imgalt="PyPI - Downloads"src="https://img.shields.io/pypi/dm/layoutparser">
1212
</p>
1313

@@ -111,9 +111,9 @@ Extra steps are needed if you want to use Detectron2-based models. Please check
111111

112112
We provide a series of examples for to help you start using the layout parser library:
113113

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.
115115

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.
117117

118118
##Contributing
119119

‎docs/example/load_coco/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Model Predictions on loaded data
129129

130130
We could also check how the trained layout model performs on the input
131131
image. Following this
132-
`instruction<https://github.com/Layout-Parser/layout-parser/blob/master/examples/Deep%20Layout%20Parsing.ipynb>`__,
132+
`instruction<https://github.com/Layout-Parser/layout-parser/blob/main/examples/Deep%20Layout%20Parsing.ipynb>`__,
133133
we could conveniently load a layout prediction model and run predictions
134134
on the existing image.
135135

‎examples/Load and visualize layout annotations in the COCO format.ipynb

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp