We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826d3bd commit 7d98b6eCopy full SHA for 7d98b6e
mindocr/data/transforms/transforms_factory.py
@@ -11,6 +11,7 @@
11
from .svtr_transform import *
12
from .table_transform import *
13
14
+# noqa: F405
15
SUPPORTED_TRANSFORMS = {
16
"EASTProcessTrain": EASTProcessTrain,
17
"DetLabelEncode": DetLabelEncode,
mindocr/postprocess/builder.py
@@ -21,6 +21,7 @@
21
22
__all__ = ["build_postprocess"]
23
24
25
SUPPORTED_POSTPROCESS = {
26
"DBPostprocess": DBPostprocess,
27
"PSEPostprocess": PSEPostprocess,
0 commit comments