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

Function launch_openocr_demo

__init__.py:19–22  ·  view source on GitHub ↗

Launch Gradio OCR demo

(*args, **kwargs)

Source from the content-addressed store, hash-verified

17
18# Lazy import for demo interfaces to avoid initialization on import
19def launch_openocr_demo(*args, **kwargs):
20 """Launch Gradio OCR demo"""
21 from .demo_gradio import launch_demo
22 return launch_demo(*args, **kwargs)
23
24def launch_unirec_demo(*args, **kwargs):
25 """Launch UniRec demo"""

Callers

nothing calls this directly

Calls 1

launch_demoFunction · 0.70

Tested by

no test coverage detected