File size: 265 Bytes
3e1d9f3
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from .shikra_process_function import (
    ShikraConvProcess,
    ShikraImageProcessor,
    ShikraTextProcess,
)

from .box_process_function import (
    BoxFormatProcess,
    BoxFormatter,
    PlainBoxFormatter,
    TokenFormatter,
    prepare_target_processor,
)