Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2697
def
_mineru_enabled() -> bool:
2698
return
_env_flag(
"MINERU_PARSE_ENABLED"
, default=True) and bool(os.environ.get(
"MINERU_API_KEY"
,
""
).strip())
2699
2700
2701
def
_mineru_headers() -> Dict[str, str]:
Callers
2
_parse_pdf_url_with_mineru
Function · 0.85
enrich_paper_for_reading_report
Function · 0.85
Calls
2
get
Method · 0.80
_env_flag
Function · 0.70
Tested by
no test coverage detected