MCPcopy Create free account
hub / github.com/Topdu/OpenOCR / launch_opendoc_demo

Function launch_opendoc_demo

__init__.py:29–32  ·  view source on GitHub ↗

Launch OpenDoc demo

(*args, **kwargs)

Source from the content-addressed store, hash-verified

27 return launch_demo(*args, **kwargs)
28
29def 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',

Callers

nothing calls this directly

Calls 1

launch_demoFunction · 0.70

Tested by

no test coverage detected