File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
3435Indices and tables
3536==================
You can’t perform that action at this time.
0 commit comments