MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _mineru_enabled

Function _mineru_enabled

agents/reading-agent/main.py:2697–2698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2695
2696
2697def _mineru_enabled() -> bool:
2698 return _env_flag("MINERU_PARSE_ENABLED", default=True) and bool(os.environ.get("MINERU_API_KEY", "").strip())
2699
2700
2701def _mineru_headers() -> Dict[str, str]:

Callers 2

Calls 2

getMethod · 0.80
_env_flagFunction · 0.70

Tested by

no test coverage detected