Skip to content

Commit 6b82277

Browse files
committedApr 13, 2021
Add io documentation
1 parent 5742ec9 commit 6b82277

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
 

‎docs/api_doc/io.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Load and Export Layout Data
2+
================================
3+
4+
5+
DataFrame and CSV
6+
--------------------------------
7+
8+
.. autofunction:: layoutparser.io.load_dataframe
9+
10+
.. autofunction:: layoutparser.io.load_csv
11+
12+
13+
Dictionary and JSON
14+
--------------------------------
15+
16+
.. autofunction:: layoutparser.io.load_dict
17+
18+
.. autofunction:: layoutparser.io.load_json
19+
20+
21+
Other Formats
22+
--------------------------------
23+
Stay tuned! We are working on to support more formats.

‎docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Welcome to Layout Parser's documentation!
3030
api_doc/ocr
3131
api_doc/models
3232
api_doc/visualization
33+
api_doc/io
3334

3435
Indices and tables
3536
==================

0 commit comments

Comments
 (0)
Please sign in to comment.