We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5742ec9 commit 6b82277Copy full SHA for 6b82277
docs/api_doc/io.rst
@@ -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
@@ -30,6 +30,7 @@ Welcome to Layout Parser's documentation!
30
api_doc/ocr
31
api_doc/models
32
api_doc/visualization
33
+ api_doc/io
34
35
Indices and tables
36
==================
0 commit comments