API¶ API backend configuration for MinerU VL layout detection. MinerUVLLayoutAPIConfig ¶ Bases: BaseModel API backend config for MinerU VL layout detection. Example from omnidocs.tasks.layout_extraction import MinerUVLLayoutDetector from omnidocs.tasks.layout_extraction.mineruvl import MinerUVLLayoutAPIConfig detector = MinerUVLLayoutDetector( backend=MinerUVLLayoutAPIConfig( server_url="https://your-server.modal.run" ) ) result = detector.extract(image)