Move metrics into separate package
parent
45465f8d13
commit
4ccae9432d
@ -1,5 +1,3 @@
|
||||
from .ocr_files import *
|
||||
from .extracted_text import *
|
||||
from .character_error_rate import *
|
||||
from .word_error_rate import *
|
||||
from .align import *
|
||||
|
@ -0,0 +1,2 @@
|
||||
from .character_error_rate import *
|
||||
from .word_error_rate import *
|
Loading…
Reference in New Issue