Skip to content

Commit acb7208

Browse files
authored
Merge pull request #6 from Layout-Parser/dev
Improve API and add storage for csv, json, dict, and dataframe
2 parents 20de8e7 + aa9ac5b commit acb7208

27 files changed

Lines changed: 1435 additions & 861 deletions

src/layoutparser/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616

1717
from .models import (
1818
Detectron2LayoutModel
19+
)
20+
21+
from .io import (
22+
load_json
1923
)

0 commit comments

Comments
 (0)