Launch OpenDoc demo
(*args, **kwargs)
| 27 | return launch_demo(*args, **kwargs) |
| 28 | |
| 29 | def launch_opendoc_demo(*args, **kwargs): |
| 30 | """Launch OpenDoc demo""" |
| 31 | from .demo_opendoc import launch_demo |
| 32 | return launch_demo(*args, **kwargs) |
| 33 | |
| 34 | __all__ = [ |
| 35 | 'OpenOCRE2E', |
nothing calls this directly
no test coverage detected