305 lines
No EOL
884 KiB
HTML
305 lines
No EOL
884 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - /Users/ai_leed/Documents/Projects/Oliver/pdf-accessibility/graphify-out/graph.html</title>
|
|
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
|
|
#graph { flex: 1; }
|
|
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
|
|
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
|
|
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
|
|
#search:focus { border-color: #4E79A7; }
|
|
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
|
|
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
.search-item:hover { background: #2a2a4e; }
|
|
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
|
|
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
|
|
#info-content .field { margin-bottom: 5px; }
|
|
#info-content .field b { color: #e0e0e0; }
|
|
#info-content .empty { color: #555; font-style: italic; }
|
|
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
|
|
.neighbor-link:hover { background: #2a2a4e; }
|
|
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
|
|
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
|
|
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
|
|
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
|
|
.legend-item.dimmed { opacity: 0.35; }
|
|
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
|
|
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
.legend-count { color: #666; font-size: 11px; }
|
|
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
|
|
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
|
|
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
|
|
#legend-controls label:hover { color: #e0e0e0; }
|
|
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
|
|
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
|
|
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
|
|
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
|
|
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="graph"></div>
|
|
<div id="sidebar">
|
|
<div id="search-wrap">
|
|
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
|
|
<div id="search-results"></div>
|
|
</div>
|
|
<div id="info-panel">
|
|
<h3>Node Info</h3>
|
|
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
|
|
</div>
|
|
<div id="legend-wrap">
|
|
<h3>Communities</h3>
|
|
<div id="legend-controls">
|
|
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
|
|
</div>
|
|
<div id="legend"></div>
|
|
</div>
|
|
<div id="stats">1105 nodes · 1729 edges · 107 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "worker_py", "label": "worker.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "worker.py", "community": 0, "community_name": "Community 0", "source_file": "worker.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_worker_handle_signal", "label": "handle_signal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_signal()", "community": 0, "community_name": "Community 0", "source_file": "worker.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_worker_process_job", "label": "process_job()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "process_job()", "community": 0, "community_name": "Community 0", "source_file": "worker.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_worker_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 0, "community_name": "Community 0", "source_file": "worker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_worker_rationale_47", "label": "Process a single PDF check job.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single PDF check job.", "community": 0, "community_name": "Community 0", "source_file": "worker.py", "file_type": "rationale", "degree": 1}, {"id": "db_manager_py", "label": "db_manager.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "db_manager.py", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 15}, {"id": "pdf_accessibility_db_manager_get_conn", "label": "get_conn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_conn()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 13}, {"id": "pdf_accessibility_db_manager_create_job", "label": "create_job()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_job()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 7}, {"id": "pdf_accessibility_db_manager_update_job_status", "label": "update_job_status()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "update_job_status()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_db_manager_get_job", "label": "get_job()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_job()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_db_manager_list_jobs", "label": "list_jobs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_jobs()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_db_manager_log_audit", "label": "log_audit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "log_audit()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_db_manager_get_stats", "label": "get_stats()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_stats()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_db_manager_dismiss_issue", "label": "dismiss_issue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "dismiss_issue()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_db_manager_undismiss_issue", "label": "undismiss_issue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "undismiss_issue()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_db_manager_get_dismissed_indices", "label": "get_dismissed_indices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_dismissed_indices()", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_db_manager_rationale_1", "label": "PostgreSQL Database Manager \u2014 CRUD for jobs and audit logging", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PostgreSQL Database Manager \u2014 CRUD for jobs and audit logging", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_22", "label": "Get a database connection (context manager).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a database connection (context manager).", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_41", "label": "Create a new job record.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new job record.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_57", "label": "Update job status and optionally store results.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Update job status and optionally store results.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_107", "label": "List jobs with optional filtering.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List jobs with optional filtering.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_133", "label": "Get aggregate statistics.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get aggregate statistics.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_150", "label": "Record a dismissed/false-positive issue.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Record a dismissed/false-positive issue.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_163", "label": "Remove a dismissal record.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove a dismissal record.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_db_manager_rationale_173", "label": "Return list of dismissed issue indices for a job.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return list of dismissed issue indices for a job.", "community": 0, "community_name": "Community 0", "source_file": "db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "auth_php", "label": "auth.php", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "auth.php", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 11}, {"id": "pdf_accessibility_auth_authenticate", "label": "authenticate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "authenticate()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_auth_isdevelopmentmode", "label": "isDevelopmentMode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isDevelopmentMode()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_auth_extractapikey", "label": "extractApiKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "extractApiKey()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_auth_getvalidapikeys", "label": "getValidApiKeys()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getValidApiKeys()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_auth_sendunauthorizedresponse", "label": "sendUnauthorizedResponse()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "sendUnauthorizedResponse()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_auth_requireauth", "label": "requireAuth()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "requireAuth()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_auth_generateapikey", "label": "generateApiKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generateApiKey()", "community": 7, "community_name": "Community 7", "source_file": "auth.php", "file_type": "code", "degree": 1}, {"id": "logger_config_py", "label": "logger_config.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logger_config.py", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 13}, {"id": "pdf_accessibility_logger_config_setup_logger", "label": "setup_logger()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setup_logger()", "community": 53, "community_name": "Community 53", "source_file": "logger_config.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_logger_config_get_logger", "label": "get_logger()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_logger()", "community": 53, "community_name": "Community 53", "source_file": "logger_config.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_logger_config_debug", "label": "debug()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "debug()", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_logger_config_info", "label": "info()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "info()", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_logger_config_warning", "label": "warning()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "warning()", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_logger_config_error", "label": "error()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error()", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_logger_config_critical", "label": "critical()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "critical()", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_logger_config_exception", "label": "exception()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "exception()", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_logger_config_rationale_23", "label": "Setup logger with file and console handlers Args: name: Logger name", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Setup logger with file and console handlers Args: name: Logger name", "community": 53, "community_name": "Community 53", "source_file": "logger_config.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_logger_config_rationale_87", "label": "Get or create a logger with the specified name Args: name: Logger n", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get or create a logger with the specified name Args: name: Logger n", "community": 53, "community_name": "Community 53", "source_file": "logger_config.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_logger_config_rationale_112", "label": "Log a warning message", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Log a warning message", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_logger_config_rationale_122", "label": "Log a critical message", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Log a critical message", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_logger_config_rationale_127", "label": "Log an exception with traceback", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Log an exception with traceback", "community": 35, "community_name": "Community 35", "source_file": "logger_config.py", "file_type": "rationale", "degree": 1}, {"id": "docker_entrypoint_web_sh", "label": "docker-entrypoint-web.sh", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "docker-entrypoint-web.sh", "community": 67, "community_name": "Community 67", "source_file": "docker-entrypoint-web.sh", "file_type": "code", "degree": 0}, {"id": "test_quick_sh", "label": "test_quick.sh", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_quick.sh", "community": 68, "community_name": "Community 68", "source_file": "test_quick.sh", "file_type": "code", "degree": 0}, {"id": "test_env_py", "label": "test_env.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_env.py", "community": 69, "community_name": "Community 69", "source_file": "test_env.py", "file_type": "code", "degree": 0}, {"id": "create_test_pdf_with_images_py", "label": "create_test_pdf_with_images.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf_with_images.py", "community": 56, "community_name": "Community 56", "source_file": "create_test_pdf_with_images.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_create_test_pdf_with_images_create_image_with_text", "label": "create_image_with_text()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_image_with_text()", "community": 56, "community_name": "Community 56", "source_file": "create_test_pdf_with_images.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_create_test_pdf_with_images_create_test_pdf", "label": "create_test_pdf()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf()", "community": 56, "community_name": "Community 56", "source_file": "create_test_pdf_with_images.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_create_test_pdf_with_images_rationale_13", "label": "Create an image with text in it (accessibility violation)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an image with text in it (accessibility violation)", "community": 56, "community_name": "Community 56", "source_file": "create_test_pdf_with_images.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_create_test_pdf_with_images_rationale_38", "label": "Create a test PDF with accessibility issues", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a test PDF with accessibility issues", "community": 56, "community_name": "Community 56", "source_file": "create_test_pdf_with_images.py", "file_type": "rationale", "degree": 1}, {"id": "enterprise_pdf_checker_py", "label": "enterprise_pdf_checker.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "enterprise_pdf_checker.py", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 122}, {"id": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "Severity", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Severity", "community": 10, "community_name": "Community 10", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 20}, {"id": "enum", "label": "Enum", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Enum", "community": 10, "community_name": "Community 10", "source_file": "", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "AccessibilityIssue", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "AccessibilityIssue", "community": 11, "community_name": "Community 11", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 25}, {"id": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "label": ".to_dict()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_dict()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "CheckResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "CheckResult", "community": 11, "community_name": "Community 11", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 23}, {"id": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "CacheManager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.1, "font": {"size": 12, "color": "#ffffff"}, "title": "CacheManager", "community": 20, "community_name": "Community 20", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 29}, {"id": "pdf_accessibility_enterprise_pdf_checker_cachemanager_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get_cache_key", "label": ".get_cache_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_cache_key()", "community": 20, "community_name": "Community 20", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": ".get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".get()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 24}, {"id": "pdf_accessibility_enterprise_pdf_checker_cachemanager_set", "label": ".set()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "ColorContrastChecker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ColorContrastChecker", "community": 10, "community_name": "Community 10", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 16}, {"id": "pdf_accessibility_enterprise_pdf_checker_get_luminance", "label": "get_luminance()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_luminance()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_calculate_contrast_ratio", "label": "calculate_contrast_ratio()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "calculate_contrast_ratio()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_check_image_contrast", "label": "check_image_contrast()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "check_image_contrast()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "ReadabilityAnalyzer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadabilityAnalyzer", "community": 10, "community_name": "Community 10", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 16}, {"id": "pdf_accessibility_enterprise_pdf_checker_count_syllables", "label": "count_syllables()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "count_syllables()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_enterprise_pdf_checker_analyze", "label": "analyze()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "analyze()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": ".add_issue()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".add_issue()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 26}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "label": ".run_check()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_check()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "label": ".check_all()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_all()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_basic_structure", "label": "._check_basic_structure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_basic_structure()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_language", "label": "._check_language()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_language()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_text_extractability", "label": "._check_text_extractability()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_text_extractability()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_ocr_quality", "label": "._check_ocr_quality()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_ocr_quality()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "label": "._check_images_comprehensive()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_images_comprehensive()", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_enterprise_pdf_checker_analyze_image_with_claude", "label": "_analyze_image_with_claude()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_analyze_image_with_claude()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_analyze_image_with_google", "label": "_analyze_image_with_google()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_analyze_image_with_google()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_image_analysis", "label": "._process_image_analysis()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_image_analysis()", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_google_vision_results", "label": "._process_google_vision_results()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_google_vision_results()", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_color_contrast", "label": "._check_color_contrast()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_color_contrast()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_readability", "label": "._check_readability()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_readability()", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_links", "label": "._check_links()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_links()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_headings", "label": "._check_headings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_headings()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tab_order", "label": "._check_tab_order()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_tab_order()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_role_mapping", "label": "._check_role_mapping()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_role_mapping()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_forms", "label": "._check_forms()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_forms()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tables", "label": "._check_tables()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_tables()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_table", "label": "._analyze_table()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._analyze_table()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_collect_table_stats", "label": "._collect_table_stats()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._collect_table_stats()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_th_has_scope", "label": "._th_has_scope()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._th_has_scope()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_reading_order", "label": "._check_reading_order()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_reading_order()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_fonts", "label": "._check_fonts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_fonts()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_security", "label": "._check_security()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_security()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_verapdf_validation", "label": "._check_verapdf_validation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_verapdf_validation()", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_remediation_options", "label": "._analyze_remediation_options()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._analyze_remediation_options()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_extract_image_from_page", "label": "._extract_image_from_page()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_image_from_page()", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_image_data_size", "label": "._image_data_size()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._image_data_size()", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_page_images", "label": "._generate_page_images()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_page_images()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_build_matterhorn_summary", "label": "._build_matterhorn_summary()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_matterhorn_summary()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "label": "._generate_summary()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_summary()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_json_report", "label": ".generate_json_report()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_json_report()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_full_check", "label": ".run_full_check()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_full_check()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_enterprise_pdf_checker_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_132", "label": "Issue severity levels", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Issue severity levels", "community": 10, "community_name": "Community 10", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_142", "label": "Represents an accessibility issue", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents an accessibility issue", "community": 11, "community_name": "Community 11", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_153", "label": "Convert to dictionary for JSON serialization", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert to dictionary for JSON serialization", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_173", "label": "Results from a specific check", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Results from a specific check", "community": 11, "community_name": "Community 11", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_182", "label": "Manages caching of API results to reduce costs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages caching of API results to reduce costs", "community": 20, "community_name": "Community 20", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_189", "label": "Generate cache key from data", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate cache key from data", "community": 20, "community_name": "Community 20", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_194", "label": "Retrieve cached result", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve cached result", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_205", "label": "Store result in cache", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Store result in cache", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_212", "label": "WCAG color contrast validation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG color contrast validation", "community": 10, "community_name": "Community 10", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_221", "label": "Calculate relative luminance per WCAG formula", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate relative luminance per WCAG formula", "community": 70, "community_name": "Community 70", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_233", "label": "Calculate WCAG contrast ratio", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate WCAG contrast ratio", "community": 71, "community_name": "Community 71", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_244", "label": "Sample image for contrast issues. Compares pixel pairs that are 8px apa", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sample image for contrast issues. Compares pixel pairs that are 8px apa", "community": 72, "community_name": "Community 72", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_299", "label": "Content readability analysis", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Content readability analysis", "community": 10, "community_name": "Community 10", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_303", "label": "Count syllables in a word", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count syllables in a word", "community": 73, "community_name": "Community 73", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_322", "label": "Comprehensive readability analysis", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Comprehensive readability analysis", "community": 74, "community_name": "Community 74", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_372", "label": "Enterprise-grade PDF accessibility checker", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Enterprise-grade PDF accessibility checker", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_435", "label": "Add an accessibility issue", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add an accessibility issue", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_455", "label": "Run a check with a per-check timeout and record results.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Run a check with a per-check timeout and record results.", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_497", "label": "Run all accessibility checks", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Run all accessibility checks", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_557", "label": "Check PDF structure and tagging", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check PDF structure and tagging", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_590", "label": "Check document metadata", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check document metadata", "community": 40, "community_name": "Community 40", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_639", "label": "Check language declaration (WCAG 3.1.1) and detect actual content language.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check language declaration (WCAG 3.1.1) and detect actual content language.", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_706", "label": "Check if text can be extracted", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if text can be extracted", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_739", "label": "Check OCR quality if document appears scanned", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check OCR quality if document appears scanned", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_775", "label": "Comprehensive image accessibility check with AI", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Comprehensive image accessibility check with AI", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_906", "label": "Analyze image with Claude Vision (with automatic retry on failure)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyze image with Claude Vision (with automatic retry on failure)", "community": 75, "community_name": "Community 75", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_978", "label": "Analyze image with Google Vision (with automatic retry on failure)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyze image with Google Vision (with automatic retry on failure)", "community": 76, "community_name": "Community 76", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 0}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1013", "label": "Process Claude's image analysis results", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process Claude's image analysis results", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1103", "label": "Process Google Vision results \u2014 only report actionable findings.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process Google Vision results \u2014 only report actionable findings.", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1107", "label": "Check color contrast using image analysis", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check color contrast using image analysis", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1155", "label": "Check content readability (language-aware: Flesch only for English).", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check content readability (language-aware: Flesch only for English).", "community": 6, "community_name": "Community 6", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1212", "label": "Check link quality (WCAG 2.4.4) \u2014 only checks actual hyperlink label text.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check link quality (WCAG 2.4.4) \u2014 only checks actual hyperlink label text.", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1302", "label": "Check heading structure and hierarchy", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check heading structure and hierarchy", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1393", "label": "Check tab order is set for pages", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check tab order is set for pages", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1422", "label": "Check role mapping for custom tags", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check role mapping for custom tags", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1470", "label": "Check form field accessibility", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check form field accessibility", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1509", "label": "Check table accessibility using PDF structure tree (tagged tables).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check table accessibility using PDF structure tree (tagged tables).", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1580", "label": "Analyse a single /Table structure element. Returns True if no issues found.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyse a single /Table structure element. Returns True if no issues found.", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1639", "label": "Recursively collect structural stats from a table's children.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Recursively collect structural stats from a table's children.", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1669", "label": "Return True if a TH element carries a Scope attribute.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True if a TH element carries a Scope attribute.", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1753", "label": "Check security settings", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check security settings", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1763", "label": "Check navigation bookmarks", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check navigation bookmarks", "community": 38, "community_name": "Community 38", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1784", "label": "Run veraPDF PDF/UA validation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Run veraPDF PDF/UA validation", "community": 5, "community_name": "Community 5", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1835", "label": "Analyze what can be auto-fixed", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyze what can be auto-fixed", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1864", "label": "Extract image bytes from PDF page", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract image bytes from PDF page", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1884", "label": "Return byte size of image data \u2014 used to filter out tiny decorative images.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return byte size of image data \u2014 used to filter out tiny decorative images.", "community": 36, "community_name": "Community 36", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1888", "label": "Generate PNG images for each page for visual display", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate PNG images for each page for visual display", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_1928", "label": "Build Matterhorn Protocol PDF/UA-1 checkpoint summary.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build Matterhorn Protocol PDF/UA-1 checkpoint summary.", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_2031", "label": "Generate comprehensive summary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate comprehensive summary", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_2150", "label": "Alias for check_all - maintains backward compatibility", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Alias for check_all - maintains backward compatibility", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_enterprise_pdf_checker_rationale_2154", "label": "Convert results to dictionary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert results to dictionary", "community": 17, "community_name": "Community 17", "source_file": "enterprise_pdf_checker.py", "file_type": "rationale", "degree": 1}, {"id": "cleanup_py", "label": "cleanup.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup.py", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_cleanup_get_age_hours", "label": "get_age_hours()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_age_hours()", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_cleanup_cleanup_directory", "label": "cleanup_directory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_directory()", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_cleanup_format_size", "label": "format_size()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "format_size()", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_cleanup_main", "label": "main()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_cleanup_rationale_38", "label": "Return file/dir age in hours based on modification time.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return file/dir age in hours based on modification time.", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_cleanup_rationale_44", "label": "Delete files matching patterns older than retention_hours. Returns (files_d", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete files matching patterns older than retention_hours. Returns (files_d", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_cleanup_rationale_94", "label": "Format bytes as human-readable string.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Format bytes as human-readable string.", "community": 43, "community_name": "Community 43", "source_file": "cleanup.py", "file_type": "rationale", "degree": 1}, {"id": "retry_helper_py", "label": "retry_helper.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_helper.py", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "code", "degree": 10}, {"id": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "retry_with_backoff()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_with_backoff()", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "code", "degree": 10}, {"id": "pdf_accessibility_retry_helper_retry_on_failure", "label": "retry_on_failure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_on_failure()", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "code", "degree": 5}, {"id": "exception", "label": "Exception", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Exception", "community": 2, "community_name": "Community 2", "source_file": "", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_retry_helper_safe_execute", "label": "safe_execute()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "safe_execute()", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "code", "degree": 7}, {"id": "pdf_accessibility_retry_helper_flaky_function", "label": "flaky_function()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "flaky_function()", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_retry_helper_failing_function", "label": "failing_function()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "failing_function()", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_retry_helper_rationale_24", "label": "Decorator to retry a function with exponential backoff Args: max_re", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Decorator to retry a function with exponential backoff Args: max_re", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_retry_helper_rationale_101", "label": "Retry a function call with exponential backoff (non-decorator version) Args", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Retry a function call with exponential backoff (non-decorator version) Args", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_retry_helper_rationale_127", "label": "Exception that indicates an operation should be retried", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Exception that indicates an operation should be retried", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_retry_helper_rationale_137", "label": "Determine if an error should be retried Args: error: Exception to c", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine if an error should be retried Args: error: Exception to c", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_retry_helper_rationale_178", "label": "Execute a function and return a fallback value on error (graceful degradation)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute a function and return a fallback value on error (graceful degradation)", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_retry_helper_rationale_213", "label": "Simulates a flaky API that fails twice then succeeds", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Simulates a flaky API that fails twice then succeeds", "community": 2, "community_name": "Community 2", "source_file": "retry_helper.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_remediation_py", "label": "pdf_remediation.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_remediation.py", "community": 39, "community_name": "Community 39", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 14}, {"id": "pdf_accessibility_pdf_remediation_verapdfvalidator_validate", "label": ".validate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate()", "community": 39, "community_name": "Community 39", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "PDFRemediator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PDFRemediator", "community": 23, "community_name": "Community 23", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 49}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_init", "label": ".__init__()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 18, "community_name": "Community 18", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "label": ".analyze_and_suggest_fixes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_and_suggest_fixes()", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 7}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "label": ".apply_fixes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_fixes()", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 9}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_check_language_fixes", "label": "._check_language_fixes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_language_fixes()", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_check_tagging_fixes", "label": "._check_tagging_fixes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_tagging_fixes()", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "label": "._check_bookmark_fixes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_bookmark_fixes()", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_title", "label": "._suggest_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._suggest_title()", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_subject", "label": "._suggest_subject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._suggest_subject()", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_title", "label": "._fix_add_title()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fix_add_title()", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_author", "label": "._fix_add_author()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fix_add_author()", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_subject", "label": "._fix_add_subject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fix_add_subject()", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_fix_set_language", "label": "._fix_set_language()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fix_set_language()", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_fix_mark_tagged", "label": "._fix_mark_tagged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fix_mark_tagged()", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_bookmarks", "label": "._fix_add_bookmarks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fix_add_bookmarks()", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_pdf_remediation_main", "label": "main()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 39, "community_name": "Community 39", "source_file": "pdf_remediation.py", "file_type": "code", "degree": 7}, {"id": "pdf_accessibility_pdf_remediation_rationale_28", "label": "Wrapper for veraPDF validation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrapper for veraPDF validation", "community": 18, "community_name": "Community 18", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_34", "label": "Run veraPDF validation and return structured results", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Run veraPDF validation and return structured results", "community": 39, "community_name": "Community 39", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_91", "label": "Automatically fix common PDF accessibility issues", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Automatically fix common PDF accessibility issues", "community": 23, "community_name": "Community 23", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_100", "label": "Analyze PDF and return suggested fixes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Analyze PDF and return suggested fixes", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_112", "label": "Apply selected fixes and save to new PDF", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply selected fixes and save to new PDF", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_156", "label": "Check what metadata fixes are needed", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check what metadata fixes are needed", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_190", "label": "Check if language needs to be set", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if language needs to be set", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_205", "label": "Check if PDF needs to be marked as tagged", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if PDF needs to be marked as tagged", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_230", "label": "Check if bookmarks should be added", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if bookmarks should be added", "community": 38, "community_name": "Community 38", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_248", "label": "Generate a suggested title from content or filename.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a suggested title from content or filename.", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_266", "label": "Generate a suggested subject from first paragraph", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a suggested subject from first paragraph", "community": 40, "community_name": "Community 40", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_293", "label": "Add author information", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add author information", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_313", "label": "Set document language", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Set document language", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_320", "label": "Mark document as tagged (WARNING: only if tags actually exist!)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark document as tagged (WARNING: only if tags actually exist!)", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_331", "label": "Add basic bookmarks based on page numbers", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add basic bookmarks based on page numbers", "community": 33, "community_name": "Community 33", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_pdf_remediation_rationale_346", "label": "CLI interface for remediation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CLI interface for remediation", "community": 39, "community_name": "Community 39", "source_file": "pdf_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "redis_queue_py", "label": "redis_queue.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_queue.py", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "code", "degree": 10}, {"id": "pdf_accessibility_redis_queue_get_redis", "label": "get_redis()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_redis()", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_redis_queue_push_job", "label": "push_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "push_job()", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "code", "degree": 7}, {"id": "pdf_accessibility_redis_queue_pop_job", "label": "pop_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pop_job()", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_redis_queue_get_queue_length", "label": "get_queue_length()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_queue_length()", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_redis_queue_rationale_1", "label": "Redis Queue Helper \u2014 Push/pop jobs, track status, rate limiting", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Redis Queue Helper \u2014 Push/pop jobs, track status, rate limiting", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_19", "label": "Get a Redis connection.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a Redis connection.", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_28", "label": "Push a job to the processing queue.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Push a job to the processing queue.", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_41", "label": "Pop a job from the queue (blocking).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pop a job from the queue (blocking).", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_51", "label": "Set job status in Redis.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Set job status in Redis.", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_63", "label": "Get job status from Redis.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get job status from Redis.", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_72", "label": "Check rate limit. Returns True if within limit, False if exceeded. Args:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check rate limit. Returns True if within limit, False if exceeded. Args:", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_redis_queue_rationale_90", "label": "Get the number of jobs waiting in queue.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the number of jobs waiting in queue.", "community": 1, "community_name": "Community 1", "source_file": "redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "report_generator_py", "label": "report_generator.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "report_generator.py", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 8}, {"id": "pdf_accessibility_report_generator_severity_color", "label": "severity_color()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "severity_color()", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_report_generator_severity_icon", "label": "severity_icon()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "severity_icon()", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_report_generator_grade_from_score", "label": "grade_from_score()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "grade_from_score()", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_report_generator_generate_html", "label": "generate_html()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_html()", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 6}, {"id": "pdf_accessibility_report_generator_generate_pdf", "label": "generate_pdf()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_pdf()", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_report_generator_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_report_generator_rationale_50", "label": "Generate a standalone HTML report from JSON results.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a standalone HTML report from JSON results.", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_report_generator_rationale_335", "label": "Generate a PAC-style PDF report using WeasyPrint.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a PAC-style PDF report using WeasyPrint.", "community": 1, "community_name": "Community 1", "source_file": "report_generator.py", "file_type": "rationale", "degree": 1}, {"id": "test_php_env_php", "label": "test_php_env.php", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_php_env.php", "community": 77, "community_name": "Community 77", "source_file": "test_php_env.php", "file_type": "code", "degree": 0}, {"id": "deploy_sh", "label": "deploy.sh", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy.sh", "community": 59, "community_name": "Community 59", "source_file": "deploy.sh", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_deploy_log", "label": "log()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "log()", "community": 59, "community_name": "Community 59", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_deploy_warn", "label": "warn()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warn()", "community": 59, "community_name": "Community 59", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_deploy_err", "label": "err()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "err()", "community": 59, "community_name": "Community 59", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "cloudrun_service_py", "label": "cloudrun_service.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cloudrun_service.py", "community": 52, "community_name": "Community 52", "source_file": "cloudrun_service.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_cloudrun_service_upload_images_to_gcs", "label": "upload_images_to_gcs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "upload_images_to_gcs()", "community": 52, "community_name": "Community 52", "source_file": "cloudrun_service.py", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_cloudrun_service_check_pdf", "label": "check_pdf()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "check_pdf()", "community": 52, "community_name": "Community 52", "source_file": "cloudrun_service.py", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_cloudrun_service_health", "label": "health()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "health()", "community": 52, "community_name": "Community 52", "source_file": "cloudrun_service.py", "file_type": "code", "degree": 1}, {"id": "pdf_accessibility_cloudrun_service_rationale_33", "label": "Upload page images to GCS and return {page_num: public_url} mapping.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload page images to GCS and return {page_num: public_url} mapping.", "community": 52, "community_name": "Community 52", "source_file": "cloudrun_service.py", "file_type": "rationale", "degree": 1}, {"id": "pdf_accessibility_cloudrun_service_rationale_55", "label": "Accept multipart PDF upload, run accessibility checks, return results.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Accept multipart PDF upload, run accessibility checks, return results.", "community": 52, "community_name": "Community 52", "source_file": "cloudrun_service.py", "file_type": "rationale", "degree": 1}, {"id": "api_php", "label": "api.php", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 19.8, "font": {"size": 12, "color": "#ffffff"}, "title": "api.php", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 40}, {"id": "pdf_accessibility_api_extractuserfromtoken", "label": "extractUserFromToken()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "extractUserFromToken()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_api_checkratelimit", "label": "checkRateLimit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "checkRateLimit()", "community": 1, "community_name": "Community 1", "source_file": "api.php", "file_type": "code", "degree": 11}, {"id": "pdf_accessibility_api_sanitizejobid", "label": "sanitizeJobId()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "sanitizeJobId()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 16}, {"id": "pdf_accessibility_api_getcloudruntoken", "label": "getCloudRunToken()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getCloudRunToken()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_api_base64url_encode", "label": "base64url_encode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "base64url_encode()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_api_getdb", "label": "getDB()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getDB()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_api_updatejobindatabase", "label": "updateJobInDatabase()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "updateJobInDatabase()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_api_handleupload", "label": "handleUpload()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handleUpload()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_api_handlecheck", "label": "handleCheck()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "handleCheck()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 7}, {"id": "pdf_accessibility_api_handlestatus", "label": "handleStatus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleStatus()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handleresult", "label": "handleResult()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleResult()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handlelist", "label": "handleList()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "handleList()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_api_handledelete", "label": "handleDelete()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDelete()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handledebug", "label": "handleDebug()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDebug()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 5}, {"id": "pdf_accessibility_api_handleimage", "label": "handleImage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleImage()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handleremediate", "label": "handleRemediate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleRemediate()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handledownload", "label": "handleDownload()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDownload()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handlestats", "label": "handleStats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleStats()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 2}, {"id": "pdf_accessibility_api_handlebatchupload", "label": "handleBatchUpload()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleBatchUpload()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handlebatchstatus", "label": "handleBatchStatus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "handleBatchStatus()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 3}, {"id": "pdf_accessibility_api_handleexport", "label": "handleExport()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleExport()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handlesaveadjustedresult", "label": "handleSaveAdjustedResult()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleSaveAdjustedResult()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handledismiss", "label": "handleDismiss()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleDismiss()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handleundismiss", "label": "handleUndismiss()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleUndismiss()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handleoverridecheck", "label": "handleOverrideCheck()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleOverrideCheck()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_handleunoverridecheck", "label": "handleUnoverrideCheck()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleUnoverrideCheck()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 4}, {"id": "pdf_accessibility_api_success", "label": "success()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "success()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 17}, {"id": "pdf_accessibility_api_error", "label": "error()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "error()", "community": 7, "community_name": "Community 7", "source_file": "api.php", "file_type": "code", "degree": 19}, {"id": "js_batch_js", "label": "batch.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "batch.js", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 14}, {"id": "js_batch_batchfiles", "label": "batchFiles", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "batchFiles", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 1}, {"id": "js_batch_switchuploadmode", "label": "switchUploadMode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "switchUploadMode()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 1}, {"id": "js_batch_initbatchupload", "label": "initBatchUpload()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "initBatchUpload()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 1}, {"id": "js_batch_addbatchfiles", "label": "addBatchFiles()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "addBatchFiles()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 2}, {"id": "js_batch_renderbatchfilelist", "label": "renderBatchFileList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "renderBatchFileList()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 4}, {"id": "js_batch_removebatchfile", "label": "removeBatchFile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "removeBatchFile()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 2}, {"id": "js_batch_clearbatchfiles", "label": "clearBatchFiles()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "clearBatchFiles()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 2}, {"id": "js_batch_escapehtml", "label": "escapeHtml()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "escapeHtml()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 2}, {"id": "js_batch_startbatchupload", "label": "startBatchUpload()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "startBatchUpload()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 5}, {"id": "js_batch_pollbatchstatus", "label": "pollBatchStatus()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pollBatchStatus()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 2}, {"id": "js_batch_viewbatchresult", "label": "viewBatchResult()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "viewBatchResult()", "community": 14, "community_name": "Community 14", "source_file": "js/batch.js", "file_type": "code", "degree": 3}, {"id": "js_batch_exportreport", "label": "exportReport()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "exportReport()", "community": 21, "community_name": "Community 21", "source_file": "js/batch.js", "file_type": "code", "degree": 2}, {"id": "js_page_viewer_js", "label": "page-viewer.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "page-viewer.js", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 12}, {"id": "js_page_viewer_initializepageviewer", "label": "initializePageViewer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "initializePageViewer()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 3}, {"id": "js_page_viewer_loadvisualpage", "label": "loadVisualPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "loadVisualPage()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 3}, {"id": "js_page_viewer_drawmarkers", "label": "drawMarkers()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "drawMarkers()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 1}, {"id": "js_page_viewer_showissuetooltip", "label": "showIssueTooltip()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "showIssueTooltip()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 1}, {"id": "js_page_viewer_hideissuetooltip", "label": "hideIssueTooltip()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hideIssueTooltip()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 1}, {"id": "js_page_viewer_zoomin", "label": "zoomIn()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "zoomIn()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 2}, {"id": "js_page_viewer_zoomout", "label": "zoomOut()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "zoomOut()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 2}, {"id": "js_page_viewer_resetzoom", "label": "resetZoom()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resetZoom()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 2}, {"id": "js_page_viewer_applyzoom", "label": "applyZoom()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "applyZoom()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 4}, {"id": "js_page_viewer_highlightmarker", "label": "highlightMarker()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "highlightMarker()", "community": 27, "community_name": "Community 27", "source_file": "js/page-viewer.js", "file_type": "code", "degree": 1}, {"id": "js_results_js", "label": "results.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.6, "font": {"size": 12, "color": "#ffffff"}, "title": "results.js", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 31}, {"id": "js_results_allissues", "label": "allIssues", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "allIssues", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_dismissedindices", "label": "dismissedIndices", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dismissedIndices", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_overriddenchecks", "label": "overriddenChecks", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "overriddenChecks", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_wcag_levels", "label": "WCAG_LEVELS", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG_LEVELS", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_displayresults", "label": "displayResults()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "displayResults()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 14}, {"id": "js_results_displayissues", "label": "displayIssues()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "displayIssues()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 3}, {"id": "js_results_createissuecard", "label": "createIssueCard()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "createIssueCard()", "community": 22, "community_name": "Community 22", "source_file": "js/results.js", "file_type": "code", "degree": 4}, {"id": "js_results_togglepagesection", "label": "togglePageSection()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "togglePageSection()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_togglegroupdetails", "label": "toggleGroupDetails()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleGroupDetails()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_dismississuegroup", "label": "dismissIssueGroup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dismissIssueGroup()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_scrolltopage", "label": "scrollToPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scrollToPage()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_filterissues", "label": "filterIssues()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "filterIssues()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_displayremediationoptions", "label": "displayRemediationOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "displayRemediationOptions()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_applyfixes", "label": "applyFixes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "applyFixes()", "community": 26, "community_name": "Community 26", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_viewonpage", "label": "viewOnPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "viewOnPage()", "community": 27, "community_name": "Community 27", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_displaywcagcompliance", "label": "displayWcagCompliance()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "displayWcagCompliance()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 3}, {"id": "js_results_displaynextsteps", "label": "displayNextSteps()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "displayNextSteps()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_displayscorebreakdown", "label": "displayScoreBreakdown()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "displayScoreBreakdown()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_cp_to_check", "label": "CP_TO_CHECK", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CP_TO_CHECK", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 1}, {"id": "js_results_displaymatterhorn", "label": "displayMatterhorn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "displayMatterhorn()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 3}, {"id": "js_results_dismississue", "label": "dismissIssue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "dismissIssue()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_undismississue", "label": "undismissIssue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "undismissIssue()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_updatedismisscount", "label": "updateDismissCount()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "updateDismissCount()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 3}, {"id": "js_results_overridecheck", "label": "overrideCheck()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "overrideCheck()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 4}, {"id": "js_results_renderrecalcbutton", "label": "renderRecalcButton()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "renderRecalcButton()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 3}, {"id": "js_results_applyscorerecalc", "label": "applyScoreRecalc()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "applyScoreRecalc()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 6}, {"id": "js_results_recalculatescore", "label": "recalculateScore()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "recalculateScore()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_updatestatsgrid", "label": "updateStatsGrid()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "updateStatsGrid()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_results_updatebreakdownsummary", "label": "updateBreakdownSummary()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "updateBreakdownSummary()", "community": 14, "community_name": "Community 14", "source_file": "js/results.js", "file_type": "code", "degree": 2}, {"id": "js_upload_js", "label": "upload.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "upload.js", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 10}, {"id": "js_upload_initupload", "label": "initUpload()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "initUpload()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 1}, {"id": "js_upload_handlefile", "label": "handleFile()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handleFile()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 6}, {"id": "js_upload_showreadystate", "label": "showReadyState()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "showReadyState()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 2}, {"id": "js_upload_removefile", "label": "removeFile()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "removeFile()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 2}, {"id": "js_upload_begincheck", "label": "beginCheck()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "beginCheck()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 6}, {"id": "js_upload_polljobstatus", "label": "pollJobStatus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pollJobStatus()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 2}, {"id": "js_upload_loadresults", "label": "loadResults()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "loadResults()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 6}, {"id": "js_upload_resetcheck", "label": "resetCheck()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resetCheck()", "community": 28, "community_name": "Community 28", "source_file": "js/upload.js", "file_type": "code", "degree": 2}, {"id": "js_history_js", "label": "history.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "history.js", "community": 19, "community_name": "Community 19", "source_file": "js/history.js", "file_type": "code", "degree": 6}, {"id": "js_history_loadhistory", "label": "loadHistory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loadHistory()", "community": 19, "community_name": "Community 19", "source_file": "js/history.js", "file_type": "code", "degree": 5}, {"id": "js_history_renderhistory", "label": "renderHistory()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "renderHistory()", "community": 19, "community_name": "Community 19", "source_file": "js/history.js", "file_type": "code", "degree": 2}, {"id": "js_history_buildhistoryrow", "label": "buildHistoryRow()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "buildHistoryRow()", "community": 19, "community_name": "Community 19", "source_file": "js/history.js", "file_type": "code", "degree": 2}, {"id": "js_history_escapehtml", "label": "escapeHtml()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "escapeHtml()", "community": 19, "community_name": "Community 19", "source_file": "js/history.js", "file_type": "code", "degree": 2}, {"id": "js_history_deletehistoryjob", "label": "deleteHistoryJob()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteHistoryJob()", "community": 19, "community_name": "Community 19", "source_file": "js/history.js", "file_type": "code", "degree": 2}, {"id": "js_utils_js", "label": "utils.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.js", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 14}, {"id": "js_utils_addlog", "label": "addLog()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addLog()", "community": 28, "community_name": "Community 28", "source_file": "js/utils.js", "file_type": "code", "degree": 4}, {"id": "js_utils_clearlog", "label": "clearLog()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "clearLog()", "community": 28, "community_name": "Community 28", "source_file": "js/utils.js", "file_type": "code", "degree": 4}, {"id": "js_utils_updateprogress", "label": "updateProgress()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "updateProgress()", "community": 28, "community_name": "Community 28", "source_file": "js/utils.js", "file_type": "code", "degree": 4}, {"id": "js_utils_toggledarkmode", "label": "toggleDarkMode()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleDarkMode()", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 1}, {"id": "js_utils_loadtheme", "label": "loadTheme()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loadTheme()", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 1}, {"id": "js_utils_getseveritycolor", "label": "getSeverityColor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getSeverityColor()", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 1}, {"id": "js_utils_getseverityicon", "label": "getSeverityIcon()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getSeverityIcon()", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 2}, {"id": "js_utils_wcag_slugs", "label": "WCAG_SLUGS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG_SLUGS", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 1}, {"id": "js_utils_wcagcriterionlinks", "label": "wcagCriterionLinks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "wcagCriterionLinks()", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 2}, {"id": "js_utils_escapeattr", "label": "escapeAttr()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "escapeAttr()", "community": 14, "community_name": "Community 14", "source_file": "js/utils.js", "file_type": "code", "degree": 2}, {"id": "js_utils_getcategoryicon", "label": "getCategoryIcon()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getCategoryIcon()", "community": 22, "community_name": "Community 22", "source_file": "js/utils.js", "file_type": "code", "degree": 2}, {"id": "js_api_js", "label": "api.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "api.js", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 15}, {"id": "js_api_apicall", "label": "apiCall()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "apiCall()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 12}, {"id": "js_api_uploadfile", "label": "uploadFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "uploadFile()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 3}, {"id": "js_api_startcheck", "label": "startCheck()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "startCheck()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 4}, {"id": "js_api_checkstatus", "label": "checkStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checkStatus()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 2}, {"id": "js_api_getresult", "label": "getResult()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getResult()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 5}, {"id": "js_api_getdebuginfo", "label": "getDebugInfo()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getDebugInfo()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 2}, {"id": "js_api_remediatepdf", "label": "remediatePdf()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "remediatePdf()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 3}, {"id": "js_api_getstats", "label": "getStats()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getStats()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 2}, {"id": "js_api_uploadbatch", "label": "uploadBatch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "uploadBatch()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 3}, {"id": "js_api_checkbatchstatus", "label": "checkBatchStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checkBatchStatus()", "community": 26, "community_name": "Community 26", "source_file": "js/api.js", "file_type": "code", "degree": 2}, {"id": "js_api_getexporturl", "label": "getExportUrl()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getExportUrl()", "community": 21, "community_name": "Community 21", "source_file": "js/api.js", "file_type": "code", "degree": 2}, {"id": "js_app_history_js", "label": "app-history.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "app-history.js", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 8}, {"id": "js_app_history_msalconfig", "label": "msalConfig", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "msalConfig", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 1}, {"id": "js_app_history_initmsal", "label": "initMsal()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "initMsal()", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 1}, {"id": "js_app_history_handlemsalredirect", "label": "handleMsalRedirect()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "handleMsalRedirect()", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 3}, {"id": "js_app_history_showloginui", "label": "showLoginUI()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "showLoginUI()", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 2}, {"id": "js_app_history_showauthenticatedui", "label": "showAuthenticatedUI()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "showAuthenticatedUI()", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 3}, {"id": "js_app_history_loginwithmicrosoft", "label": "loginWithMicrosoft()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loginWithMicrosoft()", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 1}, {"id": "js_app_history_logout", "label": "logout()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logout()", "community": 19, "community_name": "Community 19", "source_file": "js/app-history.js", "file_type": "code", "degree": 1}, {"id": "js_app_js", "label": "app.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "app.js", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 16}, {"id": "js_app_msalconfig", "label": "msalConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "msalConfig", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 1}, {"id": "js_app_initmsal", "label": "initMsal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "initMsal()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 1}, {"id": "js_app_handlemsalredirect", "label": "handleMsalRedirect()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handleMsalRedirect()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 4}, {"id": "js_app_showloginui", "label": "showLoginUI()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "showLoginUI()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 2}, {"id": "js_app_hideauthoverlay", "label": "hideAuthOverlay()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "hideAuthOverlay()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 3}, {"id": "js_app_showauthenticatedui", "label": "showAuthenticatedUI()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "showAuthenticatedUI()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 4}, {"id": "js_app_openhistoryjob", "label": "openHistoryJob()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "openHistoryJob()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 4}, {"id": "js_app_loginwithmicrosoft", "label": "loginWithMicrosoft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loginWithMicrosoft()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 1}, {"id": "js_app_logout", "label": "logout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logout()", "community": 32, "community_name": "Community 32", "source_file": "js/app.js", "file_type": "code", "degree": 1}, {"id": "tests_conftest_py", "label": "conftest.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "conftest.py", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "code", "degree": 6}, {"id": "tests_conftest_sample_good_pdf", "label": "sample_good_pdf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_good_pdf()", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "code", "degree": 2}, {"id": "tests_conftest_sample_poor_pdf", "label": "sample_poor_pdf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_poor_pdf()", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "code", "degree": 2}, {"id": "tests_conftest_mock_api_responses", "label": "mock_api_responses()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_api_responses()", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "code", "degree": 2}, {"id": "tests_conftest_sample_pdf_metadata", "label": "sample_pdf_metadata()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_pdf_metadata()", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "code", "degree": 2}, {"id": "tests_conftest_rationale_1", "label": "Pytest configuration and fixtures for PDF Accessibility Checker tests", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pytest configuration and fixtures for PDF Accessibility Checker tests", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "tests_conftest_rationale_24", "label": "Path to sample good PDF file", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Path to sample good PDF file", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "tests_conftest_rationale_30", "label": "Path to sample poor PDF file", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Path to sample poor PDF file", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "tests_conftest_rationale_36", "label": "Temporary directory for test outputs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Temporary directory for test outputs", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "tests_conftest_rationale_44", "label": "Mock API responses for testing without actual API calls", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Mock API responses for testing without actual API calls", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "tests_conftest_rationale_63", "label": "Sample PDF metadata for testing", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sample PDF metadata for testing", "community": 30, "community_name": "Community 30", "source_file": "tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "tests_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 78, "community_name": "Community 78", "source_file": "tests/__init__.py", "file_type": "code", "degree": 0}, {"id": "tests_test_remediation_py", "label": "test_remediation.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remediation.py", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 6}, {"id": "tests_test_remediation_testpdfremediator_test_remediator_initialization", "label": ".test_remediator_initialization()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_remediator_initialization()", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_testpdfremediator_test_remediator_with_missing_input", "label": ".test_remediator_with_missing_input()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_remediator_with_missing_input()", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_testpdfremediator_test_analyze_method_exists", "label": ".test_analyze_method_exists()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_method_exists()", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_testpdfremediator_test_remediate_method_exists", "label": ".test_remediate_method_exists()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_remediate_method_exists()", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_testverapdfvalidator", "label": "TestVeraPDFValidator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestVeraPDFValidator", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 6}, {"id": "tests_test_remediation_testverapdfvalidator_test_validator_initialization", "label": ".test_validator_initialization()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validator_initialization()", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_test_validate_method", "label": "test_validate_method()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_method()", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_testmoduleimports", "label": "TestModuleImports", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestModuleImports", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 7}, {"id": "tests_test_remediation_testmoduleimports_test_imports", "label": ".test_imports()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_imports()", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_testmoduleimports_test_os_sys_imports", "label": ".test_os_sys_imports()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_os_sys_imports()", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_testmoduleimports_test_logger_available", "label": ".test_logger_available()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_logger_available()", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_testremediationworkflow", "label": "TestRemediationWorkflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRemediationWorkflow", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 5}, {"id": "tests_test_remediation_testremediationworkflow_test_full_remediation_workflow", "label": ".test_full_remediation_workflow()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_full_remediation_workflow()", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_rationale_1", "label": "Unit tests for pdf_remediation.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Unit tests for pdf_remediation.py", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_11", "label": "Test suite for PDFRemediator class", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test suite for PDFRemediator class", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_14", "label": "Test that remediator initializes correctly", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that remediator initializes correctly", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_25", "label": "Test remediator handles missing input file", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test remediator handles missing input file", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_41", "label": "Test that analyze method exists", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that analyze method exists", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_50", "label": "Test that apply_fixes method exists", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that apply_fixes method exists", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_60", "label": "Test suite for VeraPDFValidator class", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test suite for VeraPDFValidator class", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_63", "label": "Test that validator initializes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that validator initializes", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_71", "label": "Test validator with custom veraPDF path", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Test validator with custom veraPDF path", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 2}, {"id": "tests_test_remediation_rationale_80", "label": "Test validate method with mocked subprocess", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Test validate method with mocked subprocess", "community": 79, "community_name": "Community 79", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 0}, {"id": "tests_test_remediation_rationale_95", "label": "Test that all required imports work", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that all required imports work", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_98", "label": "Test that module imports successfully", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that module imports successfully", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_106", "label": "Test that os and sys are imported (bug fix validation)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that os and sys are imported (bug fix validation)", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_115", "label": "Test that logger is configured", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that logger is configured", "community": 44, "community_name": "Community 44", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_124", "label": "Integration tests for remediation workflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Integration tests for remediation workflow", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_rationale_127", "label": "Test complete remediation workflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test complete remediation workflow", "community": 48, "community_name": "Community 48", "source_file": "tests/test_remediation.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_worker_py", "label": "test_worker.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worker.py", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 6}, {"id": "tests_test_worker_testprocessjob", "label": "TestProcessJob", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestProcessJob", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 3}, {"id": "tests_test_worker_testprocessjob_test_process_job_success", "label": ".test_process_job_success()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_job_success()", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 1}, {"id": "tests_test_worker_testprocessjob_test_process_job_failure", "label": ".test_process_job_failure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_job_failure()", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 1}, {"id": "tests_test_worker_testworkersignalhandling", "label": "TestWorkerSignalHandling", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWorkerSignalHandling", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 2}, {"id": "tests_test_worker_testworkersignalhandling_test_handle_signal_sets_shutdown", "label": ".test_handle_signal_sets_shutdown()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_handle_signal_sets_shutdown()", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 1}, {"id": "tests_test_worker_testworkermain", "label": "TestWorkerMain", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWorkerMain", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 1}, {"id": "tests_test_worker_test_main_loop_processes_job", "label": "test_main_loop_processes_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_main_loop_processes_job()", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 1}, {"id": "tests_test_worker_test_main_loop_handles_empty_queue", "label": "test_main_loop_handles_empty_queue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_main_loop_handles_empty_queue()", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "code", "degree": 1}, {"id": "tests_test_worker_rationale_1", "label": "Tests for worker.py \u2014 all external dependencies mocked.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for worker.py \u2014 all external dependencies mocked.", "community": 37, "community_name": "Community 37", "source_file": "tests/test_worker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_remediation_extended_py", "label": "test_remediation_extended.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remediation_extended.py", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 10}, {"id": "tests_test_remediation_extended_testpdfremediatoranalysis", "label": "TestPDFRemediatorAnalysis", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPDFRemediatorAnalysis", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 5}, {"id": "tests_test_remediation_extended_testpdfremediatoranalysis_test_analyze_and_suggest_fixes", "label": ".test_analyze_and_suggest_fixes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_and_suggest_fixes()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatoranalysis_test_analyze_good_pdf", "label": ".test_analyze_good_pdf()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_good_pdf()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "label": "TestPDFRemediatorApplyFixes", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPDFRemediatorApplyFixes", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 6}, {"id": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_produces_output", "label": ".test_apply_fixes_produces_output()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_apply_fixes_produces_output()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_with_title", "label": ".test_apply_fixes_with_title()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_apply_fixes_with_title()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_default_output_path", "label": ".test_apply_fixes_default_output_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_apply_fixes_default_output_path()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorfixmethods", "label": "TestPDFRemediatorFixMethods", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPDFRemediatorFixMethods", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 6}, {"id": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_add_title", "label": ".test_fix_add_title()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fix_add_title()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_set_language", "label": ".test_fix_set_language()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fix_set_language()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_mark_tagged", "label": ".test_fix_mark_tagged()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fix_mark_tagged()", "community": 23, "community_name": "Community 23", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testverapdfvalidatorextended", "label": "TestVeraPDFValidatorExtended", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestVeraPDFValidatorExtended", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 3}, {"id": "tests_test_remediation_extended_test_validate_compliant", "label": "test_validate_compliant()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_compliant()", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_test_validate_timeout", "label": "test_validate_timeout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_timeout()", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_test_validate_process_error", "label": "test_validate_process_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_process_error()", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_test_validate_no_jobs", "label": "test_validate_no_jobs()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_no_jobs()", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorinit_test_reader_and_writer_types", "label": ".test_reader_and_writer_types()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reader_and_writer_types()", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_testpdfremediatorinit_test_pdf_path_stored", "label": ".test_pdf_path_stored()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_pdf_path_stored()", "community": 29, "community_name": "Community 29", "source_file": "tests/test_remediation_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_remediation_extended_rationale_1", "label": "Extended tests for pdf_remediation.py \u2014 covers PDFRemediator analysis and fix me", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Extended tests for pdf_remediation.py \u2014 covers PDFRemediator analysis and fix me", "community": 18, "community_name": "Community 18", "source_file": "tests/test_remediation_extended.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_retry_extended_py", "label": "test_retry_extended.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_extended.py", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 6}, {"id": "tests_test_retry_extended_testretrywithbackoff", "label": "TestRetryWithBackoff", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRetryWithBackoff", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 8}, {"id": "tests_test_retry_extended_testretrywithbackoff_test_succeeds_first_try", "label": ".test_succeeds_first_try()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_succeeds_first_try()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretrywithbackoff_test_retries_then_succeeds", "label": ".test_retries_then_succeeds()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retries_then_succeeds()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretrywithbackoff_test_exhausts_retries", "label": ".test_exhausts_retries()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_exhausts_retries()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretrywithbackoff_test_specific_exception_filter", "label": ".test_specific_exception_filter()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_specific_exception_filter()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretrywithbackoff_test_respects_max_delay", "label": ".test_respects_max_delay()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_respects_max_delay()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretrywithbackoff_test_preserves_function_name", "label": ".test_preserves_function_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_preserves_function_name()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretryonfailure", "label": "TestRetryOnFailure", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRetryOnFailure", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 4}, {"id": "tests_test_retry_extended_testretryonfailure_test_function_succeeds", "label": ".test_function_succeeds()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_function_succeeds()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testretryonfailure_test_function_retries_and_fails", "label": ".test_function_retries_and_fails()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_function_retries_and_fails()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testsafeexecute", "label": "TestSafeExecute", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSafeExecute", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 7}, {"id": "tests_test_retry_extended_testsafeexecute_test_success_returns_value", "label": ".test_success_returns_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_success_returns_value()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testsafeexecute_test_failure_returns_fallback", "label": ".test_failure_returns_fallback()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_failure_returns_fallback()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testsafeexecute_test_failure_returns_none_default", "label": ".test_failure_returns_none_default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_failure_returns_none_default()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testsafeexecute_test_failure_logs_when_enabled", "label": ".test_failure_logs_when_enabled()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_failure_logs_when_enabled()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testsafeexecute_test_failure_silent_when_disabled", "label": ".test_failure_silent_when_disabled()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_failure_silent_when_disabled()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror", "label": "TestIsRetryableError", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestIsRetryableError", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 11}, {"id": "tests_test_retry_extended_testisretryableerror_test_retryable_error_class", "label": ".test_retryable_error_class()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retryable_error_class()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_non_retryable_error_class", "label": ".test_non_retryable_error_class()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_non_retryable_error_class()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_timeout_error", "label": ".test_timeout_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_timeout_error()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_connection_error", "label": ".test_connection_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_connection_error()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_rate_limit_error", "label": ".test_rate_limit_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_rate_limit_error()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_429_error", "label": ".test_429_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_429_error()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_503_error", "label": ".test_503_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_503_error()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_generic_error_not_retryable", "label": ".test_generic_error_not_retryable()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generic_error_not_retryable()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testisretryableerror_test_temporary_error", "label": ".test_temporary_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_temporary_error()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_testexceptionclasses", "label": "TestExceptionClasses", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestExceptionClasses", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 5}, {"id": "tests_test_retry_extended_testexceptionclasses_test_retryable_error_is_exception", "label": ".test_retryable_error_is_exception()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retryable_error_is_exception()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_retry_extended_testexceptionclasses_test_non_retryable_error_is_exception", "label": ".test_non_retryable_error_is_exception()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_non_retryable_error_is_exception()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_retry_extended_testexceptionclasses_test_retryable_error_message", "label": ".test_retryable_error_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retryable_error_message()", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_retry_extended_rationale_1", "label": "Extended tests for retry_helper.py \u2014 covers decorator, functional API, and error", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Extended tests for retry_helper.py \u2014 covers decorator, functional API, and error", "community": 2, "community_name": "Community 2", "source_file": "tests/test_retry_extended.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_redis_queue_py", "label": "test_redis_queue.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "test_redis_queue.py", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 21}, {"id": "tests_test_redis_queue_testredisqueuepushjob", "label": "TestRedisQueuePushJob", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueuePushJob", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 1}, {"id": "tests_test_redis_queue_test_push_job_basic", "label": "test_push_job_basic()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_push_job_basic()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_push_job_with_options", "label": "test_push_job_with_options()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_push_job_with_options()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_push_job_sets_status", "label": "test_push_job_sets_status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_push_job_sets_status()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_testredisqueuepopjob", "label": "TestRedisQueuePopJob", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueuePopJob", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 1}, {"id": "tests_test_redis_queue_test_pop_job_with_data", "label": "test_pop_job_with_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pop_job_with_data()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_pop_job_empty_queue", "label": "test_pop_job_empty_queue()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_pop_job_empty_queue()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_testredisqueuestatus", "label": "TestRedisQueueStatus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueueStatus", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 1}, {"id": "tests_test_redis_queue_test_set_job_status", "label": "test_set_job_status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_set_job_status()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_get_job_status_found", "label": "test_get_job_status_found()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_job_status_found()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_testredisqueueratelimit", "label": "TestRedisQueueRateLimit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueueRateLimit", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 1}, {"id": "tests_test_redis_queue_test_rate_limit_within_limit", "label": "test_rate_limit_within_limit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rate_limit_within_limit()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_rate_limit_exceeded", "label": "test_rate_limit_exceeded()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rate_limit_exceeded()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_rate_limit_at_boundary", "label": "test_rate_limit_at_boundary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rate_limit_at_boundary()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_rate_limit_expire_only_on_first", "label": "test_rate_limit_expire_only_on_first()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rate_limit_expire_only_on_first()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_testredisqueuelength", "label": "TestRedisQueueLength", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueueLength", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 1}, {"id": "tests_test_redis_queue_test_get_queue_length", "label": "test_get_queue_length()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_queue_length()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_test_get_queue_length_empty", "label": "test_get_queue_length_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_queue_length_empty()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_testgetredis", "label": "TestGetRedis", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetRedis", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 1}, {"id": "tests_test_redis_queue_test_get_redis_uses_configured_host", "label": "test_get_redis_uses_configured_host()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_redis_uses_configured_host()", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "code", "degree": 2}, {"id": "tests_test_redis_queue_rationale_1", "label": "Tests for redis_queue.py \u2014 all Redis calls are mocked.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for redis_queue.py \u2014 all Redis calls are mocked.", "community": 1, "community_name": "Community 1", "source_file": "tests/test_redis_queue.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_py", "label": "test_api.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_api.py", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "code", "degree": 7}, {"id": "tests_test_api_php_server", "label": "php_server()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "php_server()", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testapiauthentication_test_api_rejects_no_auth", "label": ".test_api_rejects_no_auth()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_api_rejects_no_auth()", "community": 45, "community_name": "Community 45", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testapiauthentication_test_api_accepts_valid_key", "label": ".test_api_accepts_valid_key()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_api_accepts_valid_key()", "community": 45, "community_name": "Community 45", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testapiauthentication_test_api_accepts_bearer_token", "label": ".test_api_accepts_bearer_token()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_api_accepts_bearer_token()", "community": 45, "community_name": "Community 45", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testauthmodule", "label": "TestAuthModule", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAuthModule", "community": 54, "community_name": "Community 54", "source_file": "tests/test_api.py", "file_type": "code", "degree": 4}, {"id": "tests_test_api_testauthmodule_test_auth_key_generation", "label": ".test_auth_key_generation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auth_key_generation()", "community": 54, "community_name": "Community 54", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testauthmodule_test_auth_test_endpoint", "label": ".test_auth_test_endpoint()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auth_test_endpoint()", "community": 54, "community_name": "Community 54", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testapiendpoints", "label": "TestAPIEndpoints", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAPIEndpoints", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "code", "degree": 5}, {"id": "tests_test_api_testapiendpoints_test_api_returns_json", "label": ".test_api_returns_json()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_api_returns_json()", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testapiendpoints_test_cors_headers_present", "label": ".test_cors_headers_present()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_cors_headers_present()", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testapiendpoints_test_api_handles_options", "label": ".test_api_handles_options()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_api_handles_options()", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testhelpermodules", "label": "TestHelperModules", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHelperModules", "community": 57, "community_name": "Community 57", "source_file": "tests/test_api.py", "file_type": "code", "degree": 4}, {"id": "tests_test_api_testhelpermodules_test_logger_config_import", "label": ".test_logger_config_import()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_logger_config_import()", "community": 53, "community_name": "Community 53", "source_file": "tests/test_api.py", "file_type": "code", "degree": 3}, {"id": "tests_test_api_testhelpermodules_test_retry_helper_import", "label": ".test_retry_helper_import()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retry_helper_import()", "community": 57, "community_name": "Community 57", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_testhelpermodules_test_retry_decorator_works", "label": ".test_retry_decorator_works()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retry_decorator_works()", "community": 57, "community_name": "Community 57", "source_file": "tests/test_api.py", "file_type": "code", "degree": 3}, {"id": "tests_test_api_testapiwithfile", "label": "TestAPIWithFile", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAPIWithFile", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "code", "degree": 3}, {"id": "tests_test_api_testapiwithfile_test_api_file_structure_exists", "label": ".test_api_file_structure_exists()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_api_file_structure_exists()", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "code", "degree": 2}, {"id": "tests_test_api_rationale_1", "label": "Integration tests for API (api.php)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Integration tests for API (api.php)", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_14", "label": "Start PHP development server for testing", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Start PHP development server for testing", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_47", "label": "Test that API handles requests without authentication", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that API handles requests without authentication", "community": 45, "community_name": "Community 45", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_58", "label": "Test that API accepts requests with valid dev key", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that API accepts requests with valid dev key", "community": 45, "community_name": "Community 45", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_72", "label": "Test that API accepts Bearer token authentication", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that API accepts Bearer token authentication", "community": 45, "community_name": "Community 45", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_81", "label": "Test authentication module directly", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test authentication module directly", "community": 54, "community_name": "Community 54", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_84", "label": "Test API key generation endpoint", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test API key generation endpoint", "community": 54, "community_name": "Community 54", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_95", "label": "Test authentication test endpoint", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test authentication test endpoint", "community": 54, "community_name": "Community 54", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_107", "label": "Test API endpoint structure", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test API endpoint structure", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_110", "label": "Test that API returns JSON", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that API returns JSON", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_124", "label": "Test that CORS headers are present", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that CORS headers are present", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_134", "label": "Test that API handles OPTIONS preflight requests", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that API handles OPTIONS preflight requests", "community": 47, "community_name": "Community 47", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_145", "label": "Test logger_config module", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test logger_config module", "community": 53, "community_name": "Community 53", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_155", "label": "Test retry_helper module", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test retry_helper module", "community": 57, "community_name": "Community 57", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_162", "label": "Test that retry decorator functions", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that retry decorator functions", "community": 57, "community_name": "Community 57", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_178", "label": "Test API with actual file upload (if samples available)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test API with actual file upload (if samples available)", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_api_rationale_181", "label": "Test that test files exist", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that test files exist", "community": 46, "community_name": "Community 46", "source_file": "tests/test_api.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_db_manager_py", "label": "test_db_manager.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "test_db_manager.py", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 22}, {"id": "tests_test_db_manager_mock_conn", "label": "mock_conn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_conn()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testcreatejob", "label": "TestCreateJob", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCreateJob", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_create_job_basic", "label": "test_create_job_basic()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_create_job_basic()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_test_create_job_with_api_key", "label": "test_create_job_with_api_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_create_job_with_api_key()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_test_create_job_no_api_key", "label": "test_create_job_no_api_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_create_job_no_api_key()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testupdatejobstatus", "label": "TestUpdateJobStatus", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestUpdateJobStatus", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_update_status_simple", "label": "test_update_status_simple()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_update_status_simple()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_test_update_status_completed_with_results", "label": "test_update_status_completed_with_results()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_update_status_completed_with_results()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testgetjob", "label": "TestGetJob", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetJob", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_get_job_found", "label": "test_get_job_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_job_found()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testlistjobs", "label": "TestListJobs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestListJobs", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_list_jobs_default", "label": "test_list_jobs_default()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_jobs_default()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_test_list_jobs_with_filter", "label": "test_list_jobs_with_filter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_jobs_with_filter()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testlogaudit", "label": "TestLogAudit", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestLogAudit", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_log_audit_basic", "label": "test_log_audit_basic()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_audit_basic()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_test_log_audit_no_details", "label": "test_log_audit_no_details()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_audit_no_details()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testgetstats", "label": "TestGetStats", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetStats", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_get_stats", "label": "test_get_stats()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_stats()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_testgetconncontextmanager", "label": "TestGetConnContextManager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestGetConnContextManager", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 1}, {"id": "tests_test_db_manager_test_get_conn_commits_on_success", "label": "test_get_conn_commits_on_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_conn_commits_on_success()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_test_get_conn_rollback_on_error", "label": "test_get_conn_rollback_on_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_conn_rollback_on_error()", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "code", "degree": 2}, {"id": "tests_test_db_manager_rationale_1", "label": "Tests for db_manager.py \u2014 all PostgreSQL calls are mocked.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for db_manager.py \u2014 all PostgreSQL calls are mocked.", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_db_manager_rationale_12", "label": "Create a mock database connection context.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a mock database connection context.", "community": 0, "community_name": "Community 0", "source_file": "tests/test_db_manager.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_py", "label": "test_checker.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_checker.py", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 6}, {"id": "tests_test_checker_testenterprisepdfchecker", "label": "TestEnterprisePDFChecker", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestEnterprisePDFChecker", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 11}, {"id": "tests_test_checker_testenterprisepdfchecker_test_checker_initialization_valid_pdf", "label": ".test_checker_initialization_valid_pdf()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_checker_initialization_valid_pdf()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 4}, {"id": "tests_test_checker_testenterprisepdfchecker_test_severity_levels", "label": ".test_severity_levels()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_severity_levels()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_test_quick_check_without_api", "label": "test_quick_check_without_api()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_quick_check_without_api()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_testenterprisepdfchecker_test_check_result_structure", "label": ".test_check_result_structure()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_result_structure()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 3}, {"id": "tests_test_checker_testcachemanager", "label": "TestCacheManager", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCacheManager", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 16}, {"id": "tests_test_checker_testcachemanager_test_cache_key_generation", "label": ".test_cache_key_generation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_cache_key_generation()", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 3}, {"id": "tests_test_checker_testcachemanager_test_cache_key_different_content", "label": ".test_cache_key_different_content()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_cache_key_different_content()", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 3}, {"id": "tests_test_checker_testretrylogic", "label": "TestRetryLogic", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRetryLogic", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 9}, {"id": "tests_test_checker_testretrylogic_test_retry_decorator_exists", "label": ".test_retry_decorator_exists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retry_decorator_exists()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_testretrylogic_test_logger_initialized", "label": ".test_logger_initialized()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_logger_initialized()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_testfullcheck", "label": "TestFullCheck", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestFullCheck", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 8}, {"id": "tests_test_checker_testfullcheck_test_full_workflow_exists", "label": ".test_full_workflow_exists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_full_workflow_exists()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "code", "degree": 3}, {"id": "tests_test_checker_rationale_1", "label": "Unit tests for enterprise_pdf_checker.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Unit tests for enterprise_pdf_checker.py", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_11", "label": "Test suite for EnterprisePDFChecker class", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test suite for EnterprisePDFChecker class", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_14", "label": "Test that checker initializes with valid PDF", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that checker initializes with valid PDF", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_23", "label": "Test that checker initializes but path does not exist", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that checker initializes but path does not exist", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_30", "label": "Test that Severity enum has required levels", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that Severity enum has required levels", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_41", "label": "Test quick check runs without actual API calls", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Test quick check runs without actual API calls", "community": 80, "community_name": "Community 80", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 0}, {"id": "tests_test_checker_rationale_61", "label": "Test AccessibilityIssue dataclass", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Test AccessibilityIssue dataclass", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 15}, {"id": "tests_test_checker_rationale_77", "label": "Test CheckResult dataclass", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test CheckResult dataclass", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_94", "label": "Test suite for CacheManager class", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test suite for CacheManager class", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_97", "label": "Test that cache keys are generated correctly", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that cache keys are generated correctly", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_111", "label": "Test that different content produces different keys", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that different content produces different keys", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_123", "label": "Test retry logic integration", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test retry logic integration", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_126", "label": "Test that retry decorators are applied", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that retry decorators are applied", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_135", "label": "Test that logger is properly initialized", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that logger is properly initialized", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_145", "label": "Integration tests for full PDF checking", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Integration tests for full PDF checking", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_rationale_148", "label": "Test that full workflow methods exist", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that full workflow methods exist", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_extended_py", "label": "test_checker_extended.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "test_checker_extended.py", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 16}, {"id": "tests_test_checker_extended_testaccessibilityissue_test_to_dict", "label": ".test_to_dict()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_to_dict()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testaccessibilityissue_test_all_severity_values", "label": ".test_all_severity_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_all_severity_values()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckresult", "label": "TestCheckResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCheckResult", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 10}, {"id": "tests_test_checker_extended_testcheckresult_test_defaults", "label": ".test_defaults()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_defaults()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 4}, {"id": "tests_test_checker_extended_testcheckresult_test_with_issues", "label": ".test_with_issues()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_with_issues()", "community": 11, "community_name": "Community 11", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 3}, {"id": "tests_test_checker_extended_testcachemanagerextended_test_roundtrip", "label": ".test_roundtrip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_roundtrip()", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcachemanagerextended_test_get_missing_key", "label": ".test_get_missing_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_missing_key()", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcachemanagerextended_test_corrupted_cache_file", "label": ".test_corrupted_cache_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_corrupted_cache_file()", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcachemanagerextended_test_prefix_in_key", "label": ".test_prefix_in_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_prefix_in_key()", "community": 20, "community_name": "Community 20", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcolorcontrastchecker", "label": "TestColorContrastChecker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestColorContrastChecker", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 17}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_luminance_black", "label": ".test_luminance_black()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_luminance_black()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_luminance_white", "label": ".test_luminance_white()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_luminance_white()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_contrast_black_white", "label": ".test_contrast_black_white()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_contrast_black_white()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_contrast_same_color", "label": ".test_contrast_same_color()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_contrast_same_color()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_contrast_symmetry", "label": ".test_contrast_symmetry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_contrast_symmetry()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_wcag_constants", "label": ".test_wcag_constants()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_wcag_constants()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_check_image_contrast_solid_white", "label": ".test_check_image_contrast_solid_white()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_image_contrast_solid_white()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_check_image_contrast_high_contrast", "label": ".test_check_image_contrast_high_contrast()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_image_contrast_high_contrast()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcolorcontrastchecker_test_check_image_contrast_rgba_mode", "label": ".test_check_image_contrast_rgba_mode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_image_contrast_rgba_mode()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer", "label": "TestReadabilityAnalyzer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestReadabilityAnalyzer", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 15}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_count_syllables_simple", "label": ".test_count_syllables_simple()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_count_syllables_simple()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_count_syllables_minimum_one", "label": ".test_count_syllables_minimum_one()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_count_syllables_minimum_one()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_short_text", "label": ".test_analyze_short_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_short_text()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_empty_text", "label": ".test_analyze_empty_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_empty_text()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_simple_text", "label": ".test_analyze_simple_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_simple_text()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_complex_text", "label": ".test_analyze_complex_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_complex_text()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_long_sentences", "label": ".test_analyze_long_sentences()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analyze_long_sentences()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckerutilitymethods", "label": "TestCheckerUtilityMethods", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCheckerUtilityMethods", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 16}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_add_issue", "label": ".test_add_issue()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_add_issue()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_add_multiple_issues", "label": ".test_add_multiple_issues()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_add_multiple_issues()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_run_check_success", "label": ".test_run_check_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_run_check_success()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_run_check_failure", "label": ".test_run_check_failure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_run_check_failure()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_init_with_config", "label": ".test_init_with_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_init_with_config()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_init_without_config", "label": ".test_init_without_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_init_without_config()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_quick_mode_flag", "label": ".test_quick_mode_flag()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_quick_mode_flag()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckerutilitymethods_test_generate_images_flag", "label": ".test_generate_images_flag()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_images_flag()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckmethods", "label": "TestCheckMethods", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "TestCheckMethods", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 34}, {"id": "tests_test_checker_extended_checker_good", "label": "checker_good()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checker_good()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_checker_poor", "label": "checker_poor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checker_poor()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_basic_structure", "label": ".test_check_basic_structure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_basic_structure()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_metadata", "label": ".test_check_metadata()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_metadata()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_language", "label": ".test_check_language()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_language()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_text_extractability", "label": ".test_check_text_extractability()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_text_extractability()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_readability", "label": ".test_check_readability()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_readability()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_links", "label": ".test_check_links()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_links()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_headings", "label": ".test_check_headings()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_headings()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_tab_order", "label": ".test_check_tab_order()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_tab_order()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_role_mapping", "label": ".test_check_role_mapping()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_role_mapping()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_forms", "label": ".test_check_forms()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_forms()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_tables", "label": ".test_check_tables()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_tables()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_reading_order", "label": ".test_check_reading_order()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_reading_order()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_fonts", "label": ".test_check_fonts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_fonts()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_security", "label": ".test_check_security()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_security()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_bookmarks", "label": ".test_check_bookmarks()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_bookmarks()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_ocr_quality_quick_mode", "label": ".test_check_ocr_quality_quick_mode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_ocr_quality_quick_mode()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_images_quick_mode", "label": ".test_check_images_quick_mode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_images_quick_mode()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_check_color_contrast_quick_mode", "label": ".test_check_color_contrast_quick_mode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_check_color_contrast_quick_mode()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_structure", "label": ".test_poor_pdf_structure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_structure()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_metadata", "label": ".test_poor_pdf_metadata()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_metadata()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_language", "label": ".test_poor_pdf_language()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_language()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_text", "label": ".test_poor_pdf_text()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_text()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_headings", "label": ".test_poor_pdf_headings()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_headings()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_tab_order", "label": ".test_poor_pdf_tab_order()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_tab_order()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_role_mapping", "label": ".test_poor_pdf_role_mapping()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_poor_pdf_role_mapping()", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 1}, {"id": "tests_test_checker_extended_testscoringandsummary", "label": "TestScoringAndSummary", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestScoringAndSummary", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 14}, {"id": "tests_test_checker_extended_testscoringandsummary_test_generate_summary_empty", "label": ".test_generate_summary_empty()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_summary_empty()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testscoringandsummary_test_score_decreases_with_critical", "label": ".test_score_decreases_with_critical()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_score_decreases_with_critical()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testscoringandsummary_test_score_floor_at_zero", "label": ".test_score_floor_at_zero()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_score_floor_at_zero()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testscoringandsummary_test_generate_json_report", "label": ".test_generate_json_report()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_json_report()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testscoringandsummary_test_run_full_check_alias", "label": ".test_run_full_check_alias()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_run_full_check_alias()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testscoringandsummary_test_to_dict_alias", "label": ".test_to_dict_alias()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_to_dict_alias()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessimageanalysis", "label": "TestProcessImageAnalysis", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestProcessImageAnalysis", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 13}, {"id": "tests_test_checker_extended_testprocessimageanalysis_test_process_informational_image", "label": ".test_process_informational_image()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_informational_image()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_with_text", "label": ".test_process_image_with_text()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_image_with_text()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessimageanalysis_test_process_color_only_image", "label": ".test_process_color_only_image()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_color_only_image()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_with_concerns", "label": ".test_process_image_with_concerns()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_image_with_concerns()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_long_alt_text", "label": ".test_process_image_long_alt_text()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_image_long_alt_text()", "community": 6, "community_name": "Community 6", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessgooglevisionresults", "label": "TestProcessGoogleVisionResults", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestProcessGoogleVisionResults", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 10}, {"id": "tests_test_checker_extended_testprocessgooglevisionresults_test_process_vision_with_text", "label": ".test_process_vision_with_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_vision_with_text()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testprocessgooglevisionresults_test_process_vision_with_error", "label": ".test_process_vision_with_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_process_vision_with_error()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_testcheckallintegration", "label": "TestCheckAllIntegration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCheckAllIntegration", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 8}, {"id": "tests_test_checker_extended_test_check_all_good_pdf", "label": "test_check_all_good_pdf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_all_good_pdf()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_test_check_all_poor_pdf", "label": "test_check_all_poor_pdf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_all_poor_pdf()", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "code", "degree": 2}, {"id": "tests_test_checker_extended_rationale_1", "label": "Extended tests for enterprise_pdf_checker.py \u2014 covers check methods, utilities,", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Extended tests for enterprise_pdf_checker.py \u2014 covers check methods, utilities,", "community": 10, "community_name": "Community 10", "source_file": "tests/test_checker_extended.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_extended_rationale_267", "label": "Tests for individual _check_* methods using the actual sample PDFs.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for individual _check_* methods using the actual sample PDFs.", "community": 16, "community_name": "Community 16", "source_file": "tests/test_checker_extended.py", "file_type": "rationale", "degree": 1}, {"id": "tests_test_checker_extended_rationale_271", "label": "Checker with the good sample PDF, readers initialized.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Checker with the good sample PDF, readers initialized.", "community": 81, "community_name": "Community 81", "source_file": "tests/test_checker_extended.py", "file_type": "rationale", "degree": 0}, {"id": "claude_settings_json", "label": "settings.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.json", "community": 62, "community_name": "Community 62", "source_file": ".claude/settings.json", "file_type": "code", "degree": 1}, {"id": "claude_settings_permissions", "label": "permissions", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "permissions", "community": 62, "community_name": "Community 62", "source_file": ".claude/settings.json", "file_type": "code", "degree": 2}, {"id": "claude_settings_permissions_allow", "label": "allow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "allow", "community": 62, "community_name": "Community 62", "source_file": ".claude/settings.json", "file_type": "code", "degree": 1}, {"id": "claude_settings_local_json", "label": "settings.local.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "settings.local.json", "community": 55, "community_name": "Community 55", "source_file": ".claude/settings.local.json", "file_type": "code", "degree": 2}, {"id": "claude_settings_local_permissions", "label": "permissions", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "permissions", "community": 55, "community_name": "Community 55", "source_file": ".claude/settings.local.json", "file_type": "code", "degree": 2}, {"id": "claude_settings_local_permissions_allow", "label": "allow", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "allow", "community": 55, "community_name": "Community 55", "source_file": ".claude/settings.local.json", "file_type": "code", "degree": 1}, {"id": "claude_settings_local_enabledplugins", "label": "enabledPlugins", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "enabledPlugins", "community": 55, "community_name": "Community 55", "source_file": ".claude/settings.local.json", "file_type": "code", "degree": 2}, {"id": "claude_settings_local_enabledplugins_frontend_design_claude_code_plugins", "label": "frontend-design@claude-code-plugins", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "frontend-design@claude-code-plugins", "community": 55, "community_name": "Community 55", "source_file": ".claude/settings.local.json", "file_type": "code", "degree": 1}, {"id": "readme_s_install_sh", "label": "install.sh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "install.sh", "community": 82, "community_name": "Community 82", "source_file": "README's/install.sh", "file_type": "code", "degree": 0}, {"id": "readme_s_install_venv_sh", "label": "install_venv.sh", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "install_venv.sh", "community": 83, "community_name": "Community 83", "source_file": "README's/install_venv.sh", "file_type": "code", "degree": 0}, {"id": "results_pdf_699efd64642ef9_07743949_result_filename", "label": "filename", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "filename", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_total_pages", "label": "total_pages", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_pages", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_accessibility_score", "label": "accessibility_score", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "accessibility_score", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "label": "severity_counts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "severity_counts", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 6}, {"id": "results_pdf_699efd64642ef9_07743949_result_severity_counts_critical", "label": "critical", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "critical", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_severity_counts_error", "label": "error", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_severity_counts_warning", "label": "warning", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warning", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_severity_counts_info", "label": "info", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "info", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_severity_counts_success", "label": "success", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "success", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_total_issues", "label": "total_issues", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_issues", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_auto_fixable_count", "label": "auto_fixable_count", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_fixable_count", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats", "label": "stats", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "stats", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 8}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_start_time", "label": "start_time", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "start_time", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_total_checks", "label": "total_checks", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_checks", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_api_calls", "label": "api_calls", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "api_calls", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_cached_calls", "label": "cached_calls", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cached_calls", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_total_cost_estimate", "label": "total_cost_estimate", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_cost_estimate", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_end_time", "label": "end_time", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "end_time", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_stats_duration", "label": "duration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "duration", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_page_images", "label": "page_images", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "page_images", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 4}, {"id": "results_pdf_699efd64642ef9_07743949_result_page_images_1", "label": "1", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "1", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_page_images_2", "label": "2", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "2", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_page_images_3", "label": "3", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "3", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions", "label": "remediation_suggestions", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "remediation_suggestions", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 5}, {"id": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_metadata", "label": "metadata", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_language", "label": "language", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "language", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_tagging", "label": "tagging", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tagging", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_bookmarks", "label": "bookmarks", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bookmarks", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_checks_performed", "label": "checks_performed", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "checks_performed", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_result_issues", "label": "issues", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "issues", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_json", "label": "pdf_699efcbb7ac6f2.08133322.result.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_699efcbb7ac6f2.08133322.result.json", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 13}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_filename", "label": "filename", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "filename", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_total_pages", "label": "total_pages", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_pages", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_accessibility_score", "label": "accessibility_score", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "accessibility_score", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "label": "severity_counts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "severity_counts", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 6}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_critical", "label": "critical", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "critical", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_error", "label": "error", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "error", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_warning", "label": "warning", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warning", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_info", "label": "info", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "info", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_success", "label": "success", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "success", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_total_issues", "label": "total_issues", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_issues", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_auto_fixable_count", "label": "auto_fixable_count", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_fixable_count", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "label": "stats", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "stats", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 8}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_start_time", "label": "start_time", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "start_time", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_total_checks", "label": "total_checks", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_checks", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_api_calls", "label": "api_calls", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "api_calls", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_cached_calls", "label": "cached_calls", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cached_calls", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_total_cost_estimate", "label": "total_cost_estimate", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "total_cost_estimate", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_end_time", "label": "end_time", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "end_time", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_stats_duration", "label": "duration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "duration", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_page_images", "label": "page_images", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "page_images", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 2}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_page_images_1", "label": "1", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "1", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_page_image_dpi", "label": "page_image_dpi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "page_image_dpi", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_verapdf_validation", "label": "verapdf_validation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "verapdf_validation", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions", "label": "remediation_suggestions", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "remediation_suggestions", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 5}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_metadata", "label": "metadata", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_language", "label": "language", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "language", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_tagging", "label": "tagging", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tagging", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_bookmarks", "label": "bookmarks", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bookmarks", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_checks_performed", "label": "checks_performed", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "checks_performed", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_result_issues", "label": "issues", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "issues", "community": 12, "community_name": "Community 12", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "label": "pdf_699efcbb7ac6f2.08133322.meta.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_699efcbb7ac6f2.08133322.meta.json", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 9}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_job_id", "label": "job_id", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "job_id", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_original_filename", "label": "original_filename", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "original_filename", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_uploaded_at", "label": "uploaded_at", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "uploaded_at", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_file_size", "label": "file_size", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "file_size", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_status", "label": "status", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_filepath", "label": "filepath", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "filepath", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_started_at", "label": "started_at", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "started_at", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_command", "label": "command", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "command", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efcbb7ac6f2_08133322_meta_completed_at", "label": "completed_at", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "completed_at", "community": 34, "community_name": "Community 34", "source_file": "results/pdf_699efcbb7ac6f2.08133322.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_json", "label": "pdf_699efd64642ef9.07743949.meta.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "pdf_699efd64642ef9.07743949.meta.json", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 21}, {"id": "results_pdf_699efd64642ef9_07743949_meta_job_id", "label": "job_id", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "job_id", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_original_filename", "label": "original_filename", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "original_filename", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_uploaded_at", "label": "uploaded_at", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "uploaded_at", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_file_size", "label": "file_size", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "file_size", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_status", "label": "status", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_filepath", "label": "filepath", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "filepath", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_started_at", "label": "started_at", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "started_at", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_command", "label": "command", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "command", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "results_pdf_699efd64642ef9_07743949_meta_completed_at", "label": "completed_at", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "completed_at", "community": 4, "community_name": "Community 4", "source_file": "results/pdf_699efd64642ef9.07743949.meta.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_js", "label": "coverage_html_cb_6fb7b396.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "coverage_html_cb_6fb7b396.js", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 28}, {"id": "htmlcov_coverage_html_cb_6fb7b396_debounce", "label": "debounce()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "debounce()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_checkvisible", "label": "checkVisible()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "checkVisible()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_on_click", "label": "on_click()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "on_click()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_getcellvalue", "label": "getCellValue()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getCellValue()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 2}, {"id": "htmlcov_coverage_html_cb_6fb7b396_rowcomparator", "label": "rowComparator()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rowComparator()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 2}, {"id": "htmlcov_coverage_html_cb_6fb7b396_sortcolumn", "label": "sortColumn()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sortColumn()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_saved_filter_value", "label": "saved_filter_value", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "saved_filter_value", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_saved_hide100_value", "label": "saved_hide100_value", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "saved_hide100_value", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_table", "label": "table", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "table", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_table_body_rows", "label": "table_body_rows", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "table_body_rows", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_no_rows", "label": "no_rows", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "no_rows", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_totals", "label": "totals", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "totals", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_numer_denom", "label": "[numer, denom]", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "[numer, denom]", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_match", "label": "match", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "match", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_stored_list", "label": "stored_list", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "stored_list", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_sorted_by_region", "label": "sorted_by_region", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sorted_by_region", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_btn", "label": "btn", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "btn", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_helpcheck", "label": "helpCheck", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "helpCheck", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_begin", "label": "begin", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "begin", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_end", "label": "end", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "end", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_element", "label": "element", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "element", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_temp_scroll_marker", "label": "temp_scroll_marker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "temp_scroll_marker", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_line_height", "label": "line_height", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "line_height", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_scroll_marker", "label": "scroll_marker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scroll_marker", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_line_top", "label": "line_top", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "line_top", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_line_number", "label": "line_number", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "line_number", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_coverage_html_cb_6fb7b396_header", "label": "header", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "header", "community": 7, "community_name": "Community 7", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 5}, {"id": "htmlcov_coverage_html_cb_6fb7b396_updateheader", "label": "updateHeader()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "updateHeader()", "community": 15, "community_name": "Community 15", "source_file": "htmlcov/coverage_html_cb_6fb7b396.js", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_json", "label": "status.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "status.json", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 5}, {"id": "htmlcov_status_note", "label": "note", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "note", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_format", "label": "format", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "format", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_version", "label": "version", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_globals", "label": "globals", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "globals", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_files", "label": "files", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "files", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 19}, {"id": "htmlcov_status_files_create_test_pdf_with_images_py", "label": "create_test_pdf_with_images_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf_with_images_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_index_url", "label": "url", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "url", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_index_file", "label": "file", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "file", "community": 7, "community_name": "Community 7", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 2}, {"id": "htmlcov_status_index_description", "label": "description", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_index_nums", "label": "nums", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nums", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 9}, {"id": "htmlcov_status_nums_precision", "label": "precision", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "precision", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_files", "label": "n_files", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_files", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_statements", "label": "n_statements", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_statements", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_excluded", "label": "n_excluded", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_excluded", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_missing", "label": "n_missing", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_missing", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_branches", "label": "n_branches", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_branches", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_partial_branches", "label": "n_partial_branches", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_partial_branches", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_nums_n_missing_branches", "label": "n_missing_branches", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "n_missing_branches", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 1}, {"id": "htmlcov_status_files_db_manager_py", "label": "db_manager_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "db_manager_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_enterprise_pdf_checker_py", "label": "enterprise_pdf_checker_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "enterprise_pdf_checker_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_logger_config_py", "label": "logger_config_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "logger_config_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_pdf_remediation_py", "label": "pdf_remediation_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_remediation_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_redis_queue_py", "label": "redis_queue_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_queue_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_retry_helper_py", "label": "retry_helper_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_helper_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_test_env_py", "label": "test_env_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_env_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_z_a44f0ac069e85531_init_py", "label": "z_a44f0ac069e85531___init___py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "z_a44f0ac069e85531___init___py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_z_a44f0ac069e85531_conftest_py", "label": "z_a44f0ac069e85531_conftest_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "z_a44f0ac069e85531_conftest_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_z_a44f0ac069e85531_test_api_py", "label": "z_a44f0ac069e85531_test_api_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "z_a44f0ac069e85531_test_api_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_z_a44f0ac069e85531_test_db_manager_py", "label": "z_a44f0ac069e85531_test_db_manager_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "z_a44f0ac069e85531_test_db_manager_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_z_a44f0ac069e85531_test_retry_extended_py", "label": "z_a44f0ac069e85531_test_retry_extended_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "z_a44f0ac069e85531_test_retry_extended_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_z_a44f0ac069e85531_test_worker_py", "label": "z_a44f0ac069e85531_test_worker_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "z_a44f0ac069e85531_test_worker_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_worker_py", "label": "worker_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "worker_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_worker_py_hash", "label": "hash", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "hash", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 18}, {"id": "htmlcov_status_worker_py_index", "label": "index", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "index", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 22}, {"id": "htmlcov_status_files_report_generator_py", "label": "report_generator_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "report_generator_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_cleanup_py", "label": "cleanup_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "htmlcov_status_files_cloudrun_service_py", "label": "cloudrun_service_py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cloudrun_service_py", "community": 8, "community_name": "Community 8", "source_file": "htmlcov/status.json", "file_type": "code", "degree": 3}, {"id": "pdf_remediation_py_module", "label": "pdf_remediation.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_remediation.py", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/pdf_remediation_py.html", "file_type": "code", "degree": 7}, {"id": "pdf_remediation_py_verapdfvalidator", "label": "VeraPDFValidator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "VeraPDFValidator", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/pdf_remediation_py.html", "file_type": "code", "degree": 2}, {"id": "pdf_remediation_py_pdfremediator", "label": "PDFRemediator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFRemediator", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/pdf_remediation_py.html", "file_type": "code", "degree": 2}, {"id": "test_remediation_py_module", "label": "tests/test_remediation.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_remediation.py", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_py.html", "file_type": "code", "degree": 4}, {"id": "test_remediation_py_testpdfremediator", "label": "TestPDFRemediator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPDFRemediator", "community": 29, "community_name": "Community 29", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_py.html", "file_type": "code", "degree": 12}, {"id": "test_remediation_py_testverapdfvalidator", "label": "TestVeraPDFValidator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestVeraPDFValidator", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_py.html", "file_type": "code", "degree": 1}, {"id": "db_manager_py_module", "label": "db_manager.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "db_manager.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/db_manager_py.html", "file_type": "code", "degree": 2}, {"id": "db_manager_py_get_conn", "label": "get_conn", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_conn", "community": 58, "community_name": "Community 58", "source_file": "htmlcov/db_manager_py.html", "file_type": "code", "degree": 2}, {"id": "db_manager_py_create_job", "label": "create_job", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create_job", "community": 58, "community_name": "Community 58", "source_file": "htmlcov/db_manager_py.html", "file_type": "code", "degree": 2}, {"id": "db_manager_py_update_job_status", "label": "update_job_status", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "update_job_status", "community": 58, "community_name": "Community 58", "source_file": "htmlcov/db_manager_py.html", "file_type": "code", "degree": 2}, {"id": "index_html_coverage_report", "label": "Coverage Report Index", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Coverage Report Index", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/index.html", "file_type": "document", "degree": 15}, {"id": "cleanup_py_module", "label": "cleanup.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/cleanup_py.html", "file_type": "code", "degree": 1}, {"id": "cleanup_py_get_age_hours", "label": "get_age_hours", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_age_hours", "community": 64, "community_name": "Community 64", "source_file": "htmlcov/cleanup_py.html", "file_type": "code", "degree": 1}, {"id": "cleanup_py_cleanup_directory", "label": "cleanup_directory", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_directory", "community": 64, "community_name": "Community 64", "source_file": "htmlcov/cleanup_py.html", "file_type": "code", "degree": 1}, {"id": "worker_py_module", "label": "worker.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "worker.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/worker_py.html", "file_type": "code", "degree": 4}, {"id": "worker_py_handle_signal", "label": "handle_signal", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_signal", "community": 84, "community_name": "Community 84", "source_file": "htmlcov/worker_py.html", "file_type": "code", "degree": 0}, {"id": "worker_py_process_job", "label": "process_job", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "process_job", "community": 58, "community_name": "Community 58", "source_file": "htmlcov/worker_py.html", "file_type": "code", "degree": 5}, {"id": "conftest_py_module", "label": "tests/conftest.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/conftest.py", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/z_a44f0ac069e85531_conftest_py.html", "file_type": "code", "degree": 2}, {"id": "conftest_py_sample_good_pdf", "label": "sample_good_pdf fixture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_good_pdf fixture", "community": 85, "community_name": "Community 85", "source_file": "htmlcov/z_a44f0ac069e85531_conftest_py.html", "file_type": "code", "degree": 0}, {"id": "conftest_py_sample_poor_pdf", "label": "sample_poor_pdf fixture", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_poor_pdf fixture", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/z_a44f0ac069e85531_conftest_py.html", "file_type": "code", "degree": 1}, {"id": "conftest_py_temp_output_dir", "label": "temp_output_dir fixture", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "temp_output_dir fixture", "community": 30, "community_name": "Community 30", "source_file": "htmlcov/z_a44f0ac069e85531_conftest_py.html", "file_type": "code", "degree": 3}, {"id": "conftest_py_mock_api_responses", "label": "mock_api_responses fixture", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_api_responses fixture", "community": 86, "community_name": "Community 86", "source_file": "htmlcov/z_a44f0ac069e85531_conftest_py.html", "file_type": "code", "degree": 0}, {"id": "conftest_py_sample_pdf_metadata", "label": "sample_pdf_metadata fixture", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_pdf_metadata fixture", "community": 87, "community_name": "Community 87", "source_file": "htmlcov/z_a44f0ac069e85531_conftest_py.html", "file_type": "code", "degree": 0}, {"id": "test_api_py_module", "label": "tests/test_api.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_api.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/z_a44f0ac069e85531_test_api_py.html", "file_type": "code", "degree": 1}, {"id": "test_api_py_testapiauth", "label": "TestAPIAuthentication", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAPIAuthentication", "community": 45, "community_name": "Community 45", "source_file": "htmlcov/z_a44f0ac069e85531_test_api_py.html", "file_type": "code", "degree": 5}, {"id": "test_api_py_php_server", "label": "php_server fixture", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "php_server fixture", "community": 45, "community_name": "Community 45", "source_file": "htmlcov/z_a44f0ac069e85531_test_api_py.html", "file_type": "code", "degree": 1}, {"id": "logger_config_py_module", "label": "logger_config.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "logger_config.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/logger_config_py.html", "file_type": "code", "degree": 2}, {"id": "logger_config_py_setup_logger", "label": "setup_logger", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "setup_logger", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/logger_config_py.html", "file_type": "code", "degree": 3}, {"id": "test_worker_py_module", "label": "tests/test_worker.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_worker.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/z_a44f0ac069e85531_test_worker_py.html", "file_type": "code", "degree": 2}, {"id": "test_worker_py_testprocessjob", "label": "TestProcessJob", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestProcessJob", "community": 58, "community_name": "Community 58", "source_file": "htmlcov/z_a44f0ac069e85531_test_worker_py.html", "file_type": "code", "degree": 1}, {"id": "test_env_py_module", "label": "test_env.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_env.py", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/test_env_py.html", "file_type": "code", "degree": 1}, {"id": "retry_helper_py_module", "label": "retry_helper.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_helper.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/retry_helper_py.html", "file_type": "code", "degree": 3}, {"id": "retry_helper_py_retry_with_backoff", "label": "retry_with_backoff", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_with_backoff", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/retry_helper_py.html", "file_type": "code", "degree": 1}, {"id": "enterprise_pdf_checker_py_module", "label": "enterprise_pdf_checker.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "enterprise_pdf_checker.py", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/index.html", "file_type": "code", "degree": 13}, {"id": "redis_queue_py_module", "label": "redis_queue.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_queue.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/index.html", "file_type": "code", "degree": 5}, {"id": "report_generator_py_module", "label": "report_generator.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "report_generator.py", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/index.html", "file_type": "code", "degree": 6}, {"id": "cloudrun_service_py_module", "label": "cloudrun_service.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cloudrun_service.py", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/index.html", "file_type": "code", "degree": 3}, {"id": "create_test_pdf_py_module", "label": "create_test_pdf_with_images.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf_with_images.py", "community": 88, "community_name": "Community 88", "source_file": "htmlcov/index.html", "file_type": "code", "degree": 0}, {"id": "concept_pdf_accessibility", "label": "PDF Accessibility Checking", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF Accessibility Checking", "community": 42, "community_name": "Community 42", "source_file": "htmlcov/index.html", "file_type": "concept", "degree": 3}, {"id": "concept_coverage_report", "label": "Code Coverage Report (13%)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Code Coverage Report (13%)", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/index.html", "file_type": "concept", "degree": 1}, {"id": "redis_queue_py_get_redis", "label": "get_redis", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_redis", "community": 1, "community_name": "Community 1", "source_file": "htmlcov/redis_queue_py.html", "file_type": "code", "degree": 3}, {"id": "redis_queue_py_push_job", "label": "push_job", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "push_job", "community": 1, "community_name": "Community 1", "source_file": "htmlcov/redis_queue_py.html", "file_type": "code", "degree": 4}, {"id": "redis_queue_py_pop_job", "label": "pop_job", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pop_job", "community": 1, "community_name": "Community 1", "source_file": "htmlcov/redis_queue_py.html", "file_type": "code", "degree": 2}, {"id": "redis_queue_py_set_job_status", "label": "set_job_status", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "set_job_status", "community": 1, "community_name": "Community 1", "source_file": "htmlcov/redis_queue_py.html", "file_type": "code", "degree": 10}, {"id": "test_remediation_extended_py_module", "label": "tests/test_remediation_extended.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_remediation_extended.py", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_extended_py.html", "file_type": "code", "degree": 2}, {"id": "test_remediation_extended_py_testpdfremediatoranalysis", "label": "TestPDFRemediatorAnalysis", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPDFRemediatorAnalysis", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_extended_py.html", "file_type": "code", "degree": 1}, {"id": "test_remediation_extended_py_testpdfremediatorapplyfixes", "label": "TestPDFRemediatorApplyFixes", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestPDFRemediatorApplyFixes", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_extended_py.html", "file_type": "code", "degree": 1}, {"id": "test_checker_extended_py_module", "label": "tests/test_checker_extended.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_checker_extended.py", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/z_a44f0ac069e85531_test_checker_extended_py.html", "file_type": "code", "degree": 7}, {"id": "test_checker_extended_py_testcheckresult", "label": "TestCheckResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCheckResult", "community": 89, "community_name": "Community 89", "source_file": "htmlcov/z_a44f0ac069e85531_test_checker_extended_py.html", "file_type": "code", "degree": 0}, {"id": "cloudrun_service_py_upload_images_to_gcs", "label": "upload_images_to_gcs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "upload_images_to_gcs", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/cloudrun_service_py.html", "file_type": "code", "degree": 1}, {"id": "cloudrun_service_py_check_pdf", "label": "check_pdf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "check_pdf", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/cloudrun_service_py.html", "file_type": "code", "degree": 2}, {"id": "cloudrun_service_py_health", "label": "health", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "health", "community": 90, "community_name": "Community 90", "source_file": "htmlcov/cloudrun_service_py.html", "file_type": "code", "degree": 0}, {"id": "tests_init_py_module", "label": "tests/__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/__init__.py", "community": 91, "community_name": "Community 91", "source_file": "htmlcov/z_a44f0ac069e85531___init___py.html", "file_type": "code", "degree": 0}, {"id": "create_test_pdf_with_images_py_module", "label": "create_test_pdf_with_images.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf_with_images.py", "community": 92, "community_name": "Community 92", "source_file": "htmlcov/create_test_pdf_with_images_py.html", "file_type": "code", "degree": 0}, {"id": "create_test_pdf_with_images_py_create_image_with_text", "label": "create_image_with_text", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_image_with_text", "community": 65, "community_name": "Community 65", "source_file": "htmlcov/create_test_pdf_with_images_py.html", "file_type": "code", "degree": 1}, {"id": "create_test_pdf_with_images_py_create_test_pdf", "label": "create_test_pdf", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf", "community": 65, "community_name": "Community 65", "source_file": "htmlcov/create_test_pdf_with_images_py.html", "file_type": "code", "degree": 1}, {"id": "enterprise_pdf_checker_py_accessibilityissue", "label": "AccessibilityIssue", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AccessibilityIssue", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 3}, {"id": "enterprise_pdf_checker_py_cachemanager", "label": "CacheManager", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CacheManager", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 1}, {"id": "enterprise_pdf_checker_py_colorcontrastchecker", "label": "ColorContrastChecker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ColorContrastChecker", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 1}, {"id": "enterprise_pdf_checker_py_readabilityanalyzer", "label": "ReadabilityAnalyzer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadabilityAnalyzer", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 1}, {"id": "enterprise_pdf_checker_py_enterprisepdfchecker", "label": "EnterprisePDFChecker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EnterprisePDFChecker", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 5}, {"id": "enterprise_pdf_checker_py_severity", "label": "Severity", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Severity", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 4}, {"id": "enterprise_pdf_checker_py_checkresult", "label": "CheckResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CheckResult", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 1}, {"id": "test_checker_py_module", "label": "tests/test_checker.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_checker.py", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/z_a44f0ac069e85531_test_checker_py.html", "file_type": "code", "degree": 2}, {"id": "test_checker_py_testenterprisepdfchecker", "label": "TestEnterprisePDFChecker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestEnterprisePDFChecker", "community": 25, "community_name": "Community 25", "source_file": "htmlcov/z_a44f0ac069e85531_test_checker_py.html", "file_type": "code", "degree": 2}, {"id": "test_retry_extended_py_module", "label": "tests/test_retry_extended.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_retry_extended.py", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 6}, {"id": "test_retry_extended_py_testretrywithbackoff", "label": "TestRetryWithBackoff", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRetryWithBackoff", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 1}, {"id": "retry_helper_module", "label": "retry_helper.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_helper.py", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 1}, {"id": "retry_helper_retry_with_backoff", "label": "retry_with_backoff", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_with_backoff", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 3}, {"id": "retry_helper_retry_on_failure", "label": "retry_on_failure", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_on_failure", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 1}, {"id": "retry_helper_safe_execute", "label": "safe_execute", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "safe_execute", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 2}, {"id": "retry_helper_is_retryable_error", "label": "is_retryable_error", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_retryable_error", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 1}, {"id": "retry_helper_retryableerror", "label": "RetryableError", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "RetryableError", "community": 2, "community_name": "Community 2", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 28}, {"id": "retry_helper_nonretryableerror", "label": "NonRetryableError", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NonRetryableError", "community": 49, "community_name": "Community 49", "source_file": "htmlcov/z_a44f0ac069e85531_test_retry_extended_py.html", "file_type": "code", "degree": 1}, {"id": "test_redis_queue_py_module", "label": "tests/test_redis_queue.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_redis_queue.py", "community": 24, "community_name": "Community 24", "source_file": "htmlcov/z_a44f0ac069e85531_test_redis_queue_py.html", "file_type": "code", "degree": 2}, {"id": "test_redis_queue_py_testredisqueuepushjob", "label": "TestRedisQueuePushJob", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueuePushJob", "community": 1, "community_name": "Community 1", "source_file": "htmlcov/z_a44f0ac069e85531_test_redis_queue_py.html", "file_type": "code", "degree": 1}, {"id": "test_redis_queue_py_testredisqueuepopjob", "label": "TestRedisQueuePopJob", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRedisQueuePopJob", "community": 1, "community_name": "Community 1", "source_file": "htmlcov/z_a44f0ac069e85531_test_redis_queue_py.html", "file_type": "code", "degree": 1}, {"id": "test_db_manager_py_module", "label": "tests/test_db_manager.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_db_manager.py", "community": 60, "community_name": "Community 60", "source_file": "htmlcov/z_a44f0ac069e85531_test_db_manager_py.html", "file_type": "code", "degree": 1}, {"id": "test_db_manager_py_testcreatejob", "label": "TestCreateJob", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCreateJob", "community": 60, "community_name": "Community 60", "source_file": "htmlcov/z_a44f0ac069e85531_test_db_manager_py.html", "file_type": "code", "degree": 1}, {"id": "db_manager_module", "label": "db_manager.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "db_manager.py", "community": 60, "community_name": "Community 60", "source_file": "htmlcov/z_a44f0ac069e85531_test_db_manager_py.html", "file_type": "code", "degree": 3}, {"id": "pdf_remediation_module", "label": "pdf_remediation.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_remediation.py", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_extended_py.html", "file_type": "code", "degree": 2}, {"id": "pdf_remediation_pdfremediator", "label": "PDFRemediator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFRemediator", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/z_a44f0ac069e85531_test_remediation_extended_py.html", "file_type": "code", "degree": 4}, {"id": "pdf_remediation_verapdfvalidator", "label": "VeraPDFValidator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.4, "font": {"size": 12, "color": "#ffffff"}, "title": "VeraPDFValidator", "community": 18, "community_name": "Community 18", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 30}, {"id": "logger_config_module", "label": "logger_config.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "logger_config.py", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 1}, {"id": "logger_config_setup_logger", "label": "setup_logger", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setup_logger", "community": 41, "community_name": "Community 41", "source_file": "htmlcov/enterprise_pdf_checker_py.html", "file_type": "code", "degree": 1}, {"id": "function_index_html_coverage_report", "label": "Coverage Function Index", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Coverage Function Index", "community": 60, "community_name": "Community 60", "source_file": "htmlcov/function_index.html", "file_type": "document", "degree": 4}, {"id": "index_html", "label": "index.html", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "index.html", "community": 22, "community_name": "Community 22", "source_file": "index.html", "file_type": "code", "degree": 10}, {"id": "history_html", "label": "history.html", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "history.html", "community": 22, "community_name": "Community 22", "source_file": "history.html", "file_type": "code", "degree": 7}, {"id": "requirements_txt", "label": "requirements.txt", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "requirements.txt", "community": 39, "community_name": "Community 39", "source_file": "requirements.txt", "file_type": "code", "degree": 2}, {"id": "requirements_cloudrun_txt", "label": "requirements-cloudrun.txt", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "requirements-cloudrun.txt", "community": 6, "community_name": "Community 6", "source_file": "requirements-cloudrun.txt", "file_type": "code", "degree": 2}, {"id": "cloudbuild_yaml", "label": "cloudbuild.yaml", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "cloudbuild.yaml", "community": 6, "community_name": "Community 6", "source_file": "cloudbuild.yaml", "file_type": "code", "degree": 2}, {"id": "docker_compose_yml", "label": "docker-compose.yml", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "docker-compose.yml", "community": 0, "community_name": "Community 0", "source_file": "docker-compose.yml", "file_type": "code", "degree": 3}, {"id": "docker_compose_prod_yml", "label": "docker-compose.prod.yml", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "docker-compose.prod.yml", "community": 0, "community_name": "Community 0", "source_file": "docker-compose.prod.yml", "file_type": "code", "degree": 3}, {"id": "readme_md", "label": "README.md", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "README.md", "community": 2, "community_name": "Community 2", "source_file": "README.md", "file_type": "document", "degree": 6}, {"id": "agents_md", "label": "AGENTS.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AGENTS.md", "community": 1, "community_name": "Community 1", "source_file": "AGENTS.md", "file_type": "document", "degree": 11}, {"id": "claude_md", "label": "CLAUDE.md", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CLAUDE.md", "community": 0, "community_name": "Community 0", "source_file": "CLAUDE.md", "file_type": "document", "degree": 13}, {"id": "enterprise_roadmap_md", "label": "ENTERPRISE_ROADMAP.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ENTERPRISE_ROADMAP.md", "community": 31, "community_name": "Community 31", "source_file": "ENTERPRISE_ROADMAP.md", "file_type": "document", "degree": 5}, {"id": "screen_reader_simulator_proposal_md", "label": "screen_reader_simulator_proposal.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "screen_reader_simulator_proposal.md", "community": 31, "community_name": "Community 31", "source_file": "screen_reader_simulator_proposal.md", "file_type": "document", "degree": 2}, {"id": "api_quick_reference_md", "label": "API_QUICK_REFERENCE.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "API_QUICK_REFERENCE.md", "community": 31, "community_name": "Community 31", "source_file": "README's/API_QUICK_REFERENCE.md", "file_type": "document", "degree": 3}, {"id": "master_guide_md", "label": "MASTER_GUIDE.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MASTER_GUIDE.md", "community": 31, "community_name": "Community 31", "source_file": "README's/MASTER_GUIDE.md", "file_type": "document", "degree": 2}, {"id": "architecture_md", "label": "ARCHITECTURE.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ARCHITECTURE.md", "community": 31, "community_name": "Community 31", "source_file": "README's/ARCHITECTURE.md", "file_type": "document", "degree": 5}, {"id": "start_here_md", "label": "START_HERE.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "START_HERE.md", "community": 31, "community_name": "Community 31", "source_file": "README's/START_HERE.md", "file_type": "document", "degree": 5}, {"id": "quickstart_md", "label": "QUICKSTART.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "QUICKSTART.md", "community": 31, "community_name": "Community 31", "source_file": "README's/QUICKSTART.md", "file_type": "document", "degree": 3}, {"id": "wcag_limitations_md", "label": "WCAG_LIMITATIONS.md", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG_LIMITATIONS.md", "community": 31, "community_name": "Community 31", "source_file": "README's/WCAG_LIMITATIONS.md", "file_type": "document", "degree": 1}, {"id": "css_styles_css", "label": "css/styles.css", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "css/styles.css", "community": 22, "community_name": "Community 22", "source_file": "css/styles.css", "file_type": "code", "degree": 2}, {"id": "db_init_sql", "label": "db/init.sql", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "db/init.sql", "community": 0, "community_name": "Community 0", "source_file": "db/init.sql", "file_type": "code", "degree": 2}, {"id": "concept_wcag21", "label": "WCAG 2.1 Compliance", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG 2.1 Compliance", "community": 31, "community_name": "Community 31", "source_file": "README.md", "file_type": "concept", "degree": 8}, {"id": "concept_anthropic_claude", "label": "Anthropic Claude 3.5 Sonnet", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Claude 3.5 Sonnet", "community": 31, "community_name": "Community 31", "source_file": "README.md", "file_type": "concept", "degree": 5}, {"id": "concept_google_cloud_vision", "label": "Google Cloud Vision API", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Cloud Vision API", "community": 31, "community_name": "Community 31", "source_file": "README.md", "file_type": "concept", "degree": 4}, {"id": "concept_msal_auth", "label": "MSAL Azure AD Authentication", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MSAL Azure AD Authentication", "community": 22, "community_name": "Community 22", "source_file": "index.html", "file_type": "concept", "degree": 2}, {"id": "concept_pdf_ua", "label": "PDF/UA-1 Standard", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF/UA-1 Standard", "community": 6, "community_name": "Community 6", "source_file": "README.md", "file_type": "concept", "degree": 1}, {"id": "concept_redis_queue", "label": "Redis Job Queue", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Redis Job Queue", "community": 31, "community_name": "Community 31", "source_file": "AGENTS.md", "file_type": "concept", "degree": 4}, {"id": "concept_postgresql", "label": "PostgreSQL Database", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PostgreSQL Database", "community": 0, "community_name": "Community 0", "source_file": "docker-compose.yml", "file_type": "concept", "degree": 5}, {"id": "test_fixed_pdf", "label": "test_fixed.pdf", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fixed.pdf", "community": 39, "community_name": "Community 39", "source_file": "test_fixed.pdf", "file_type": "document", "degree": 1}, {"id": "test_visual_inspector_pdf", "label": "test_visual_inspector.pdf", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_visual_inspector.pdf", "community": 6, "community_name": "Community 6", "source_file": "test_visual_inspector.pdf", "file_type": "document", "degree": 1}, {"id": "test_visual_inspector_remediated_pdf", "label": "test_visual_inspector_remediated.pdf", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_visual_inspector_remediated.pdf", "community": 39, "community_name": "Community 39", "source_file": "test_visual_inspector_remediated.pdf", "file_type": "document", "degree": 1}, {"id": "test_auto_fixed_pdf", "label": "test_auto_fixed.pdf", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_fixed.pdf", "community": 39, "community_name": "Community 39", "source_file": "test_auto_fixed.pdf", "file_type": "document", "degree": 1}, {"id": "report_generator_py_severity_color", "label": "severity_color", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "severity_color", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/report_generator_py.html", "file_type": "code", "degree": 1}, {"id": "report_generator_py_severity_icon", "label": "severity_icon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "severity_icon", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/report_generator_py.html", "file_type": "code", "degree": 1}, {"id": "report_generator_py_grade_from_score", "label": "grade_from_score", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "grade_from_score", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/report_generator_py.html", "file_type": "code", "degree": 2}, {"id": "report_generator_py_generate_html", "label": "generate_html", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_html", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/report_generator_py.html", "file_type": "code", "degree": 3}, {"id": "class_index_cleanup_py", "label": "cleanup.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup.py", "community": 93, "community_name": "Community 93", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_cloudrun_service_py", "label": "cloudrun_service.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cloudrun_service.py", "community": 94, "community_name": "Community 94", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_create_test_pdf_with_images_py", "label": "create_test_pdf_with_images.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_pdf_with_images.py", "community": 95, "community_name": "Community 95", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_db_manager_py", "label": "db_manager.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "db_manager.py", "community": 96, "community_name": "Community 96", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_enterprise_pdf_checker_py", "label": "enterprise_pdf_checker.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "enterprise_pdf_checker.py", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 8}, {"id": "class_index_severity", "label": "Severity (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Severity (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_accessibilityissue", "label": "AccessibilityIssue (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AccessibilityIssue (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 3}, {"id": "class_index_checkresult", "label": "CheckResult (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CheckResult (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_cachemanager", "label": "CacheManager (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CacheManager (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_colorcontrastchecker", "label": "ColorContrastChecker (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ColorContrastChecker (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_readabilityanalyzer", "label": "ReadabilityAnalyzer (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadabilityAnalyzer (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_enterprisepdfchecker", "label": "EnterprisePDFChecker (enterprise_pdf_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EnterprisePDFChecker (enterprise_pdf_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 4}, {"id": "class_index_logger_config_py", "label": "logger_config.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "logger_config.py", "community": 97, "community_name": "Community 97", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_pdf_remediation_py", "label": "pdf_remediation.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf_remediation.py", "community": 61, "community_name": "Community 61", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_verapdfvalidator", "label": "VeraPDFValidator (pdf_remediation.py)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VeraPDFValidator (pdf_remediation.py)", "community": 61, "community_name": "Community 61", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_pdfremediator", "label": "PDFRemediator (pdf_remediation.py)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFRemediator (pdf_remediation.py)", "community": 61, "community_name": "Community 61", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_redis_queue_py", "label": "redis_queue.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "redis_queue.py", "community": 98, "community_name": "Community 98", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_report_generator_py", "label": "report_generator.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "report_generator.py", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_retry_helper_py", "label": "retry_helper.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "retry_helper.py", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 3}, {"id": "class_index_retryableerror", "label": "RetryableError (retry_helper.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RetryableError (retry_helper.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_nonretryableerror", "label": "NonRetryableError (retry_helper.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NonRetryableError (retry_helper.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_test_env_py", "label": "test_env.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_env.py", "community": 99, "community_name": "Community 99", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_tests_init_py", "label": "tests/__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/__init__.py", "community": 100, "community_name": "Community 100", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_tests_conftest_py", "label": "tests/conftest.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/conftest.py", "community": 101, "community_name": "Community 101", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 0}, {"id": "class_index_tests_test_api_py", "label": "tests/test_api.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_api.py", "community": 50, "community_name": "Community 50", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 5}, {"id": "class_index_testapiauth", "label": "TestAPIAuthentication (tests/test_api.py)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAPIAuthentication (tests/test_api.py)", "community": 50, "community_name": "Community 50", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_testauthmodule", "label": "TestAuthModule (tests/test_api.py)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAuthModule (tests/test_api.py)", "community": 50, "community_name": "Community 50", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_testapiendpoints", "label": "TestAPIEndpoints (tests/test_api.py)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAPIEndpoints (tests/test_api.py)", "community": 50, "community_name": "Community 50", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_testhelpermods", "label": "TestHelperModules (tests/test_api.py)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestHelperModules (tests/test_api.py)", "community": 50, "community_name": "Community 50", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_testapiwithfile", "label": "TestAPIWithFile (tests/test_api.py)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAPIWithFile (tests/test_api.py)", "community": 50, "community_name": "Community 50", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_tests_test_checker_py", "label": "tests/test_checker.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_checker.py", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 4}, {"id": "class_index_testenterprisepdfchecker", "label": "TestEnterprisePDFChecker (tests/test_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestEnterprisePDFChecker (tests/test_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_testcachemanager", "label": "TestCacheManager (tests/test_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCacheManager (tests/test_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_testretrylogic", "label": "TestRetryLogic (tests/test_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRetryLogic (tests/test_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_testfullcheck", "label": "TestFullCheck (tests/test_checker.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestFullCheck (tests/test_checker.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 1}, {"id": "class_index_tests_test_checker_extended_py", "label": "tests/test_checker_extended.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tests/test_checker_extended.py", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_testaccessibilityissue", "label": "TestAccessibilityIssue (tests/test_checker_extended.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccessibilityIssue (tests/test_checker_extended.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "class_index_testcheckresult", "label": "TestCheckResult (tests/test_checker_extended.py)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestCheckResult (tests/test_checker_extended.py)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "code", "degree": 2}, {"id": "upload_pdf_sample_accessible", "label": "Sample Accessible PDF Upload", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Sample Accessible PDF Upload", "community": 13, "community_name": "Community 13", "source_file": "uploads/pdf_699efcbb7ac6f2.08133322.pdf", "file_type": "document", "degree": 2}, {"id": "upload_pdf_bulkfill_case_study", "label": "Bulkfill Case Study PDF Upload", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Bulkfill Case Study PDF Upload", "community": 13, "community_name": "Community 13", "source_file": "uploads/pdf_699efd64642ef9.07743949.pdf", "file_type": "document", "degree": 2}, {"id": "result_page1_png_699efcbb", "label": "Page 1 Result Image (pdf_699efcbb7ac6f2)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Page 1 Result Image (pdf_699efcbb7ac6f2)", "community": 13, "community_name": "Community 13", "source_file": "results/pdf_699efcbb7ac6f2.08133322.result_images/page_1.png", "file_type": "image", "degree": 1}, {"id": "result_page1_png_699efd64", "label": "Page 1 Result Image (pdf_699efd64642ef9)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Page 1 Result Image (pdf_699efd64642ef9)", "community": 13, "community_name": "Community 13", "source_file": "results/pdf_699efd64642ef9.07743949.result_images/page_1.png", "file_type": "image", "degree": 1}, {"id": "coverage_report_concept", "label": "Coverage Report (13% overall)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Coverage Report (13% overall)", "community": 13, "community_name": "Community 13", "source_file": "htmlcov/class_index.html", "file_type": "rationale", "degree": 2}, {"id": "integration_options_verapdf", "label": "veraPDF Tool", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "veraPDF Tool", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "document", "degree": 7}, {"id": "integration_options_pac", "label": "PAC PDF Accessibility Checker", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PAC PDF Accessibility Checker", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "document", "degree": 2}, {"id": "integration_options_pdfix_sdk", "label": "PDFix SDK", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PDFix SDK", "community": 102, "community_name": "Community 102", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "document", "degree": 0}, {"id": "integration_options_axe_core", "label": "axe-core (Deque Systems)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "axe-core (Deque Systems)", "community": 103, "community_name": "Community 103", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "document", "degree": 0}, {"id": "integration_options_adobe_acrobat_sdk", "label": "Adobe Acrobat Pro SDK", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Adobe Acrobat Pro SDK", "community": 104, "community_name": "Community 104", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "document", "degree": 0}, {"id": "integration_options_nvda_api", "label": "NVDA API Integration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "NVDA API Integration", "community": 105, "community_name": "Community 105", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "document", "degree": 0}, {"id": "integration_options_run_verapdf_validation", "label": "run_verapdf_validation function", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_verapdf_validation function", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "code", "degree": 1}, {"id": "integration_options_tab_order_validator", "label": "Tab Order Validator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tab Order Validator", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "concept", "degree": 1}, {"id": "integration_options_wcag_coverage", "label": "WCAG Coverage Integration Analysis", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG Coverage Integration Analysis", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_OPTIONS.md", "file_type": "rationale", "degree": 2}, {"id": "mamp_setup_venv", "label": "Python Virtual Environment (venv)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Python Virtual Environment (venv)", "community": 3, "community_name": "Community 3", "source_file": "README's/MAMP_SETUP.md", "file_type": "concept", "degree": 3}, {"id": "mamp_setup_mamp", "label": "MAMP Local Development Server", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MAMP Local Development Server", "community": 3, "community_name": "Community 3", "source_file": "README's/MAMP_SETUP.md", "file_type": "concept", "degree": 3}, {"id": "mamp_setup_api_php", "label": "api.php Backend", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "api.php Backend", "community": 3, "community_name": "Community 3", "source_file": "README's/MAMP_SETUP.md", "file_type": "code", "degree": 4}, {"id": "mamp_setup_oliver_branding", "label": "Oliver Branding (Black/Yellow)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Oliver Branding (Black/Yellow)", "community": 3, "community_name": "Community 3", "source_file": "README's/MAMP_SETUP.md", "file_type": "concept", "degree": 4}, {"id": "mamp_setup_claude_sonnet_45", "label": "Claude Sonnet 4.5", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Claude Sonnet 4.5", "community": 3, "community_name": "Community 3", "source_file": "README's/MAMP_SETUP.md", "file_type": "concept", "degree": 4}, {"id": "enterprise_readme_enterprise_pdf_checker", "label": "Enterprise PDF Accessibility Checker", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Enterprise PDF Accessibility Checker", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "document", "degree": 5}, {"id": "enterprise_readme_anthropic_claude", "label": "Anthropic Claude 3.5 Sonnet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Claude 3.5 Sonnet", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "concept", "degree": 3}, {"id": "enterprise_readme_google_cloud_vision", "label": "Google Cloud Vision API", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Cloud Vision API", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "concept", "degree": 4}, {"id": "enterprise_readme_wcag_21", "label": "WCAG 2.1 Standard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG 2.1 Standard", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "concept", "degree": 1}, {"id": "enterprise_readme_enterprise_pdf_checker_py", "label": "enterprise_pdf_checker.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "enterprise_pdf_checker.py", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "code", "degree": 10}, {"id": "enterprise_readme_rest_api", "label": "REST API (api.php)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "REST API (api.php)", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "code", "degree": 1}, {"id": "enterprise_readme_pypdf", "label": "pypdf Library", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pypdf Library", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "code", "degree": 4}, {"id": "enterprise_readme_pdfplumber", "label": "pdfplumber Library", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pdfplumber Library", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "code", "degree": 4}, {"id": "enterprise_readme_tesseract", "label": "Tesseract OCR", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Tesseract OCR", "community": 3, "community_name": "Community 3", "source_file": "README's/ENTERPRISE_README.md", "file_type": "concept", "degree": 2}, {"id": "implementation_roadmap_ocr_checker", "label": "OCRChecker Class", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OCRChecker Class", "community": 51, "community_name": "Community 51", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 2}, {"id": "implementation_roadmap_readability_checker", "label": "ReadabilityChecker Class", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadabilityChecker Class", "community": 63, "community_name": "Community 63", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 1}, {"id": "implementation_roadmap_contrast_checker", "label": "ContrastChecker Class", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ContrastChecker Class", "community": 51, "community_name": "Community 51", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 2}, {"id": "implementation_roadmap_ai_image_checker", "label": "AIImageChecker Class", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AIImageChecker Class", "community": 66, "community_name": "Community 66", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 1}, {"id": "implementation_roadmap_pytesseract", "label": "pytesseract Library", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pytesseract Library", "community": 51, "community_name": "Community 51", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 1}, {"id": "implementation_roadmap_textblob", "label": "TextBlob Library", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TextBlob Library", "community": 63, "community_name": "Community 63", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 2}, {"id": "implementation_roadmap_pdf2image", "label": "pdf2image Library", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pdf2image Library", "community": 51, "community_name": "Community 51", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 2}, {"id": "implementation_roadmap_pillow", "label": "Pillow (PIL) Library", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Pillow (PIL) Library", "community": 51, "community_name": "Community 51", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "code", "degree": 2}, {"id": "implementation_roadmap_openai_gpt4v", "label": "OpenAI GPT-4 Vision", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI GPT-4 Vision", "community": 66, "community_name": "Community 66", "source_file": "README's/IMPLEMENTATION_ROADMAP.md", "file_type": "concept", "degree": 1}, {"id": "readme_first_package_overview", "label": "Enterprise PDF Checker Package Overview", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Enterprise PDF Checker Package Overview", "community": 3, "community_name": "Community 3", "source_file": "README's/README_FIRST.txt", "file_type": "document", "degree": 6}, {"id": "readme_first_install_sh", "label": "install.sh Script", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "install.sh Script", "community": 3, "community_name": "Community 3", "source_file": "README's/README_FIRST.txt", "file_type": "code", "degree": 1}, {"id": "readme_first_index_html", "label": "index.html Web Interface", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "index.html Web Interface", "community": 3, "community_name": "Community 3", "source_file": "README's/README_FIRST.txt", "file_type": "code", "degree": 1}, {"id": "dave_quick_setup_venv_path", "label": "Dave Porter venv Path Configuration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Dave Porter venv Path Configuration", "community": 3, "community_name": "Community 3", "source_file": "README's/DAVE_QUICK_SETUP.md", "file_type": "document", "degree": 6}, {"id": "dave_quick_setup_google_api_key", "label": "Google Cloud API Key (non-JSON)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Cloud API Key (non-JSON)", "community": 3, "community_name": "Community 3", "source_file": "README's/DAVE_QUICK_SETUP.md", "file_type": "concept", "degree": 1}, {"id": "dave_quick_setup_anthropic_api_key", "label": "Anthropic API Key", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic API Key", "community": 3, "community_name": "Community 3", "source_file": "README's/DAVE_QUICK_SETUP.md", "file_type": "concept", "degree": 1}, {"id": "progress_display_debug_log", "label": "Debug Progress Log UI", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Debug Progress Log UI", "community": 3, "community_name": "Community 3", "source_file": "README's/PROGRESS_DISPLAY_GUIDE.md", "file_type": "document", "degree": 3}, {"id": "progress_display_progress_stages", "label": "Progress Stage Definitions", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Progress Stage Definitions", "community": 3, "community_name": "Community 3", "source_file": "README's/PROGRESS_DISPLAY_GUIDE.md", "file_type": "concept", "degree": 1}, {"id": "integration_guide_openai_gpt4v", "label": "OpenAI GPT-4 Vision Integration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI GPT-4 Vision Integration", "community": 3, "community_name": "Community 3", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "code", "degree": 1}, {"id": "integration_guide_claude_vision", "label": "Anthropic Claude Vision Integration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Claude Vision Integration", "community": 3, "community_name": "Community 3", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "code", "degree": 1}, {"id": "integration_guide_google_vision", "label": "Google Cloud Vision Integration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Cloud Vision Integration", "community": 3, "community_name": "Community 3", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "code", "degree": 1}, {"id": "integration_guide_contrast_checker", "label": "Contrast Checker (PIL)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Contrast Checker (PIL)", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "code", "degree": 1}, {"id": "integration_guide_tesseract_ocr", "label": "Tesseract OCR Integration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tesseract OCR Integration", "community": 3, "community_name": "Community 3", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "code", "degree": 1}, {"id": "integration_guide_google_document_ai", "label": "Google Cloud Document AI", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Cloud Document AI", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "concept", "degree": 1}, {"id": "integration_guide_textblob_readability", "label": "TextBlob Readability Analysis", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TextBlob Readability Analysis", "community": 63, "community_name": "Community 63", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "code", "degree": 1}, {"id": "integration_guide_wcag_matrix", "label": "WCAG Integration Strategy Matrix", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG Integration Strategy Matrix", "community": 9, "community_name": "Community 9", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "rationale", "degree": 2}, {"id": "oliver_customization_branding", "label": "Oliver Customization Summary", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Oliver Customization Summary", "community": 3, "community_name": "Community 3", "source_file": "README's/OLIVER_CUSTOMIZATION.md", "file_type": "document", "degree": 3}, {"id": "oliver_customization_montserrat", "label": "Montserrat Font", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Montserrat Font", "community": 3, "community_name": "Community 3", "source_file": "README's/OLIVER_CUSTOMIZATION.md", "file_type": "concept", "degree": 1}, {"id": "oliver_customization_venv_detection", "label": "venv Auto-Detection in api.php", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "venv Auto-Detection in api.php", "community": 3, "community_name": "Community 3", "source_file": "README's/OLIVER_CUSTOMIZATION.md", "file_type": "code", "degree": 2}, {"id": "technical_background_check_basic_structure", "label": "_check_basic_structure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_basic_structure()", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 2}, {"id": "technical_background_check_metadata", "label": "_check_metadata()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_metadata()", "community": 40, "community_name": "Community 40", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 9}, {"id": "technical_background_check_images", "label": "_check_images_comprehensive()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_images_comprehensive()", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 5}, {"id": "technical_background_check_color_contrast", "label": "_check_color_contrast()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_color_contrast()", "community": 51, "community_name": "Community 51", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 1}, {"id": "technical_background_check_readability", "label": "_check_readability()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_readability()", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 1}, {"id": "technical_background_check_forms", "label": "_check_forms()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_forms()", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 1}, {"id": "technical_background_check_tables", "label": "_check_tables()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_tables()", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 1}, {"id": "technical_background_claude_45", "label": "Anthropic Claude 4.5 Sonnet Model", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Claude 4.5 Sonnet Model", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "concept", "degree": 2}, {"id": "technical_background_thread_pool", "label": "ThreadPoolExecutor (Parallel Processing)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ThreadPoolExecutor (Parallel Processing)", "community": 3, "community_name": "Community 3", "source_file": "README's/TECHNICAL_BACKGROUND.md", "file_type": "code", "degree": 1}, {"id": "sample_good_pdf", "label": "sample_good.pdf (Accessible Test PDF)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_good.pdf (Accessible Test PDF)", "community": 3, "community_name": "Community 3", "source_file": "Test_files/sample_good.pdf", "file_type": "document", "degree": 1}, {"id": "sample_poor_pdf", "label": "sample_poor.pdf (Inaccessible Test PDF)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_poor.pdf (Inaccessible Test PDF)", "community": 3, "community_name": "Community 3", "source_file": "Test_files/sample_poor.pdf", "file_type": "document", "degree": 2}, {"id": "sample_poor_remediated_pdf", "label": "sample_poor_remediated.pdf", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sample_poor_remediated.pdf", "community": 3, "community_name": "Community 3", "source_file": "Test_files/sample_poor_remediated.pdf", "file_type": "document", "degree": 1}, {"id": "elba_lopez_crawford_folder", "label": "Crawford Examples Shared Folder", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Crawford Examples Shared Folder", "community": 106, "community_name": "Community 106", "source_file": "docs_req/Elba Lopez shared the folder _Crawford examples_ with you.md", "file_type": "document", "degree": 0}, {"id": "pdfua1_explanation", "label": "PDF/UA-1 (ISO 14289-1) Explanation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF/UA-1 (ISO 14289-1) Explanation", "community": 9, "community_name": "Community 9", "source_file": "docs_req/Here's an expanded explanation of PDF-UA-1 (ISO 14289-1).md", "file_type": "document", "degree": 2}, {"id": "pdfua1_standard", "label": "PDF/UA-1 ISO 14289-1 Standard", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF/UA-1 ISO 14289-1 Standard", "community": 9, "community_name": "Community 9", "source_file": "docs_req/Here's an expanded explanation of PDF-UA-1 (ISO 14289-1).md", "file_type": "concept", "degree": 4}, {"id": "draft_requirements_pdf_checker", "label": "PDF Accessibility Checker Requirements Brief", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF Accessibility Checker Requirements Brief", "community": 9, "community_name": "Community 9", "source_file": "docs_req/RE- Draft requirement .md", "file_type": "document", "degree": 4}, {"id": "draft_requirements_matterhorn", "label": "Matterhorn Protocol", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Matterhorn Protocol", "community": 9, "community_name": "Community 9", "source_file": "docs_req/RE- Draft requirement .md", "file_type": "concept", "degree": 3}, {"id": "frs_document", "label": "PDF Accessibility Hub FRS v1.1", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF Accessibility Hub FRS v1.1", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_FRS_v1.1_2026-02-02.md", "file_type": "document", "degree": 13}, {"id": "frs_verapdf_integration", "label": "FR-14 VeraPDF Integration Requirement", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-14 VeraPDF Integration Requirement", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_FRS_v1.1_2026-02-02.md", "file_type": "rationale", "degree": 2}, {"id": "frs_hitl_interface", "label": "Human-in-the-Loop Review Interface", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Human-in-the-Loop Review Interface", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_FRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "frs_gemini_semantic", "label": "Gemini Semantic Worker (FR-16)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Gemini Semantic Worker (FR-16)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_FRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "frs_glossary_aware_ai", "label": "FR-15 Glossary-Aware AI", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-15 Glossary-Aware AI", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_FRS_v1.1_2026-02-02.md", "file_type": "rationale", "degree": 2}, {"id": "frs_omg_project_id", "label": "OMG Project ID Linkage (FR-01)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OMG Project ID Linkage (FR-01)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_FRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "sad_document", "label": "PDF Accessibility Hub SAD v1.1", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF Accessibility Hub SAD v1.1", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "document", "degree": 10}, {"id": "sad_gcp_architecture", "label": "GCP Architecture (Cloud Run + GKE Autopilot)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GCP Architecture (Cloud Run + GKE Autopilot)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "concept", "degree": 1}, {"id": "sad_vertex_ai_gemini", "label": "Vertex AI Gemini 2.5 Pro", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Vertex AI Gemini 2.5 Pro", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "sad_fastapi_backend", "label": "FastAPI Backend (Cloud Run)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FastAPI Backend (Cloud Run)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "code", "degree": 3}, {"id": "sad_mongodb", "label": "MongoDB Atlas (Document Store)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MongoDB Atlas (Document Store)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "sad_redis", "label": "Redis (Job Queue)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Redis (Job Queue)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "sad_azure_ad", "label": "Microsoft Azure AD (Identity)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft Azure AD (Identity)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "sad_react_spa", "label": "React 19 SPA (Frontend)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "React 19 SPA (Frontend)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_SAD_v1.1_2026-02-02.md", "file_type": "code", "degree": 1}, {"id": "brs_hybrid_validation", "label": "Hybrid Validation Engine Concept", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Hybrid Validation Engine Concept", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_BRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "brs_omg_id", "label": "OMG Project ID Traceability", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OMG Project ID Traceability", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_BRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "brs_client_glossary", "label": "Client Glossary (Brand Terminology)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Client Glossary (Brand Terminology)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_BRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "brs_rbac", "label": "Role-Based Access Control (RBAC)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Role-Based Access Control (RBAC)", "community": 9, "community_name": "Community 9", "source_file": "docs_req/PDFAccessibilityHub_BRS_v1.1_2026-02-02.md", "file_type": "concept", "degree": 2}, {"id": "nbp_accreport", "label": "NBP FF Activation Toolkit Accessibility Report", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "NBP FF Activation Toolkit Accessibility Report", "community": 9, "community_name": "Community 9", "source_file": "docs_req/NBP FF Activation Toolkit Frame - V14 FOR Development.pdf.accreport.md", "file_type": "document", "degree": 4}, {"id": "nbp_tagged_pdf_fail", "label": "NBP Untagged PDF Failure", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NBP Untagged PDF Failure", "community": 9, "community_name": "Community 9", "source_file": "docs_req/NBP FF Activation Toolkit Frame - V14 FOR Development.pdf.accreport.md", "file_type": "rationale", "degree": 2}, {"id": "nbp_alt_text_fail", "label": "NBP Missing Alt Text Failure", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NBP Missing Alt Text Failure", "community": 9, "community_name": "Community 9", "source_file": "docs_req/NBP FF Activation Toolkit Frame - V14 FOR Development.pdf.accreport.md", "file_type": "rationale", "degree": 2}, {"id": "nbp_form_fields_fail", "label": "NBP Untagged Form Fields Failure", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NBP Untagged Form Fields Failure", "community": 9, "community_name": "Community 9", "source_file": "docs_req/NBP FF Activation Toolkit Frame - V14 FOR Development.pdf.accreport.md", "file_type": "rationale", "degree": 1}, {"id": "concept_pdfua", "label": "PDF/UA Compliance Concept", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PDF/UA Compliance Concept", "community": 9, "community_name": "Community 9", "source_file": "docs_req/Here's an expanded explanation of PDF-UA-1 (ISO 14289-1).md", "file_type": "concept", "degree": 7}, {"id": "concept_wcag", "label": "WCAG Accessibility Standards", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WCAG Accessibility Standards", "community": 9, "community_name": "Community 9", "source_file": "README's/ENTERPRISE_README.md", "file_type": "concept", "degree": 5}, {"id": "concept_alt_text", "label": "Alt Text (Alternative Text for Images)", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Alt Text (Alternative Text for Images)", "community": 3, "community_name": "Community 3", "source_file": "README's/INTEGRATION_GUIDE.md", "file_type": "concept", "degree": 5}];
|
|
const RAW_EDGES = [{"from": "worker_py", "to": "pdf_accessibility_worker_handle_signal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py", "to": "pdf_accessibility_worker_process_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py", "to": "pdf_accessibility_worker_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py", "to": "concept_redis_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py", "to": "db_manager_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "worker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "worker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_worker_main", "to": "pdf_accessibility_worker_process_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_worker_rationale_47", "to": "pdf_accessibility_worker_process_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_worker_process_job", "to": "pdf_accessibility_db_manager_create_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_worker_process_job", "to": "redis_queue_py_set_job_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_worker_process_job", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_worker_process_job", "to": "pdf_accessibility_db_manager_update_job_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_worker_process_job", "to": "pdf_accessibility_db_manager_log_audit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_worker_main", "to": "pdf_accessibility_redis_queue_pop_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_get_conn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_create_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_update_job_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_get_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_list_jobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_log_audit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_get_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_dismiss_issue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_undismiss_issue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "pdf_accessibility_db_manager_get_dismissed_indices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_rationale_1", "to": "db_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py", "to": "concept_postgresql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "db_manager_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "db_manager_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_create_job", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_update_job_status", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_get_job", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_list_jobs", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_log_audit", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_get_stats", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_dismiss_issue", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_undismiss_issue", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_get_dismissed_indices", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_rationale_22", "to": "pdf_accessibility_db_manager_get_conn", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_test_get_conn_commits_on_success", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_get_conn_rollback_on_error", "to": "pdf_accessibility_db_manager_get_conn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_db_manager_rationale_41", "to": "pdf_accessibility_db_manager_create_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_test_create_job_basic", "to": "pdf_accessibility_db_manager_create_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_create_job_with_api_key", "to": "pdf_accessibility_db_manager_create_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_create_job_no_api_key", "to": "pdf_accessibility_db_manager_create_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_db_manager_rationale_57", "to": "pdf_accessibility_db_manager_update_job_status", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_test_update_status_simple", "to": "pdf_accessibility_db_manager_update_job_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_update_status_completed_with_results", "to": "pdf_accessibility_db_manager_update_job_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_get_job_found", "to": "pdf_accessibility_db_manager_get_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_db_manager_rationale_107", "to": "pdf_accessibility_db_manager_list_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_test_list_jobs_default", "to": "pdf_accessibility_db_manager_list_jobs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_list_jobs_with_filter", "to": "pdf_accessibility_db_manager_list_jobs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_log_audit_basic", "to": "pdf_accessibility_db_manager_log_audit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_db_manager_test_log_audit_no_details", "to": "pdf_accessibility_db_manager_log_audit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_db_manager_rationale_133", "to": "pdf_accessibility_db_manager_get_stats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_test_get_stats", "to": "pdf_accessibility_db_manager_get_stats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_db_manager_rationale_150", "to": "pdf_accessibility_db_manager_dismiss_issue", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_rationale_163", "to": "pdf_accessibility_db_manager_undismiss_issue", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_db_manager_rationale_173", "to": "pdf_accessibility_db_manager_get_dismissed_indices", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_authenticate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_isdevelopmentmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_extractapikey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_getvalidapikeys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_sendunauthorizedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_requireauth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_php", "to": "pdf_accessibility_auth_generateapikey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "auth_php", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_md", "to": "auth_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "auth_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "auth_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_authenticate", "to": "pdf_accessibility_auth_isdevelopmentmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_authenticate", "to": "pdf_accessibility_auth_extractapikey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_authenticate", "to": "pdf_accessibility_auth_getvalidapikeys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_requireauth", "to": "pdf_accessibility_auth_authenticate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_extractapikey", "to": "pdf_accessibility_auth_isdevelopmentmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_getvalidapikeys", "to": "pdf_accessibility_auth_isdevelopmentmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledebug", "to": "pdf_accessibility_auth_isdevelopmentmode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_auth_getvalidapikeys", "to": "htmlcov_status_index_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_auth_requireauth", "to": "pdf_accessibility_auth_sendunauthorizedresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_auth_sendunauthorizedresponse", "to": "htmlcov_coverage_html_cb_6fb7b396_header", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_setup_logger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_get_logger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_debug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_critical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py", "to": "pdf_accessibility_logger_config_exception", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "logger_config_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py", "to": "logger_config_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_md", "to": "logger_config_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "logger_config_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "logger_config_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_logger_config_get_logger", "to": "pdf_accessibility_logger_config_setup_logger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_logger_config_rationale_23", "to": "pdf_accessibility_logger_config_setup_logger", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testhelpermodules_test_logger_config_import", "to": "pdf_accessibility_logger_config_setup_logger", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_logger_config_rationale_87", "to": "pdf_accessibility_logger_config_get_logger", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_logger_config_rationale_112", "to": "pdf_accessibility_logger_config_warning", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_logger_config_rationale_122", "to": "pdf_accessibility_logger_config_critical", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_logger_config_rationale_127", "to": "pdf_accessibility_logger_config_exception", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "create_test_pdf_with_images_py", "to": "pdf_accessibility_create_test_pdf_with_images_create_image_with_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "create_test_pdf_with_images_py", "to": "pdf_accessibility_create_test_pdf_with_images_create_test_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_create_test_pdf_with_images_create_test_pdf", "to": "pdf_accessibility_create_test_pdf_with_images_create_image_with_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_create_test_pdf_with_images_rationale_13", "to": "pdf_accessibility_create_test_pdf_with_images_create_image_with_text", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_create_test_pdf_with_images_rationale_38", "to": "pdf_accessibility_create_test_pdf_with_images_create_test_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "enum", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_get_luminance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_calculate_contrast_ratio", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_check_image_contrast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_count_syllables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_analyze", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_basic_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "technical_background_check_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_language", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_text_extractability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_ocr_quality", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_analyze_image_with_claude", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_analyze_image_with_google", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_image_analysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_google_vision_results", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_color_contrast", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_readability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_links", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_headings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tab_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_role_mapping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_forms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_table", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_collect_table_stats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_th_has_scope", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_reading_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_fonts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_security", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_verapdf_validation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_remediation_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_extract_image_from_page", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_image_data_size", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_page_images", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_build_matterhorn_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_json_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_full_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_main", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_372", "to": "enterprise_pdf_checker_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "enterprise_pdf_checker_py", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testretrylogic", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testfullcheck", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "enterprise_pdf_checker_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_cloudrun_service_check_pdf", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker_test_checker_initialization_valid_pdf", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_test_quick_check_without_api", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testfullcheck_test_full_workflow_exists", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_add_issue", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_add_multiple_issues", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_run_check_success", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_run_check_failure", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_init_with_config", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_init_without_config", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_quick_mode_flag", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods_test_generate_images_flag", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_checker_good", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_checker_poor", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary_test_generate_summary_empty", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary_test_score_decreases_with_critical", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary_test_score_floor_at_zero", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary_test_generate_json_report", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary_test_run_full_check_alias", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary_test_to_dict_alias", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis_test_process_informational_image", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_with_text", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis_test_process_color_only_image", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_with_concerns", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_long_alt_text", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults_test_process_vision_with_text", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults_test_process_vision_with_error", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_test_check_all_good_pdf", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_test_check_all_poor_pdf", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "requirements_txt", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "requirements_cloudrun_txt", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "enterprise_pdf_checker_py", "to": "concept_wcag21", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "concept_anthropic_claude", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "concept_google_cloud_vision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "retry_helper_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py", "to": "concept_pdf_ua", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py", "to": "enterprise_pdf_checker_py", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "enterprise_pdf_checker_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_roadmap_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "screen_reader_simulator_proposal_md", "to": "enterprise_pdf_checker_py", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "architecture_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_here_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quickstart_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "master_guide_md", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_visual_inspector_pdf", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloudbuild_yaml", "to": "enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_severity", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_132", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_severity", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_severity", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_severity", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testretrylogic", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testfullcheck", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "pdf_accessibility_enterprise_pdf_checker_severity", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_142", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testretrylogic", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testfullcheck", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testaccessibilityissue_test_to_dict", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult_test_defaults", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testaccessibilityissue_test_all_severity_values", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult_test_with_issues", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_153", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_2154", "to": "pdf_accessibility_enterprise_pdf_checker_accessibilityissue_to_dict", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_173", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_checkresult", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_checkresult", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_checkresult", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testretrylogic", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testfullcheck", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker_test_check_result_structure", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult_test_defaults", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult_test_with_issues", "to": "pdf_accessibility_enterprise_pdf_checker_checkresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager_init", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get_cache_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_set", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_182", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testretrylogic", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testfullcheck", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager_test_cache_key_generation", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager_test_cache_key_different_content", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcachemanagerextended_test_roundtrip", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcachemanagerextended_test_get_missing_key", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcachemanagerextended_test_corrupted_cache_file", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcachemanagerextended_test_prefix_in_key", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_cachemanager_init", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_189", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get_cache_key", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_basic_structure", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_language", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_image_analysis", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_links", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_headings", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tab_order", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_role_mapping", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_forms", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tables", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_table", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_collect_table_stats", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_th_has_scope", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_reading_order", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_fonts", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_verapdf_validation", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_remediation_options", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_build_matterhorn_summary", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_194", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_get", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tab_order", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_fonts", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_205", "to": "pdf_accessibility_enterprise_pdf_checker_cachemanager_set", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_212", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "pdf_accessibility_enterprise_pdf_checker_colorcontrastchecker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_calculate_contrast_ratio", "to": "pdf_accessibility_enterprise_pdf_checker_get_luminance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_check_image_contrast", "to": "pdf_accessibility_enterprise_pdf_checker_get_luminance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_check_image_contrast", "to": "pdf_accessibility_enterprise_pdf_checker_calculate_contrast_ratio", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_color_contrast", "to": "pdf_accessibility_enterprise_pdf_checker_check_image_contrast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_299", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_rationale_61", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_testcachemanager", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_testcheckallintegration", "to": "pdf_accessibility_enterprise_pdf_checker_readabilityanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_analyze", "to": "pdf_accessibility_enterprise_pdf_checker_count_syllables", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_readability", "to": "pdf_accessibility_enterprise_pdf_checker_analyze", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_basic_structure", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_metadata", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_language", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_text_extractability", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_ocr_quality", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_image_analysis", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_color_contrast", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_readability", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_links", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_headings", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tab_order", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_role_mapping", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_forms", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tables", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_table", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_reading_order", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_fonts", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_security", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_verapdf_validation", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_435", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_add_issue", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_455", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_check", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_remediation_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_full_check", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_main", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_497", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_all", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_557", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_basic_structure", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_639", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_language", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_706", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_text_extractability", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_739", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_ocr_quality", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_extract_image_from_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_image_data_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_image_analysis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_google_vision_results", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_775", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_images_comprehensive", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1013", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_image_analysis", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1103", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_process_google_vision_results", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1107", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_color_contrast", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1155", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_readability", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1212", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_links", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1302", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_headings", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1393", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tab_order", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1422", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_role_mapping", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1470", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_forms", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1509", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_tables", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_table", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_collect_table_stats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1580", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_table", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_collect_table_stats", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_th_has_scope", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1639", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_collect_table_stats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1669", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_th_has_scope", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1753", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_security", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1784", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_verapdf_validation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_check_verapdf_validation", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1835", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_remediation_options", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_analyze_remediation_options", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1864", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_extract_image_from_page", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1884", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_image_data_size", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_main", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_page_images", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1888", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_page_images", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_build_matterhorn_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1928", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_build_matterhorn_summary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_json_report", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_2031", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_summary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_main", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_generate_json_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_2150", "to": "pdf_accessibility_enterprise_pdf_checker_enterprisepdfchecker_run_full_check", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_590", "to": "technical_background_check_metadata", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_enterprise_pdf_checker_rationale_1763", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_py", "to": "pdf_accessibility_cleanup_get_age_hours", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_py", "to": "pdf_accessibility_cleanup_cleanup_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_py", "to": "pdf_accessibility_cleanup_format_size", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_py", "to": "pdf_accessibility_cleanup_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "cleanup_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "cleanup_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_cleanup_directory", "to": "pdf_accessibility_cleanup_get_age_hours", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_rationale_38", "to": "pdf_accessibility_cleanup_get_age_hours", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_cleanup_directory", "to": "pdf_accessibility_cleanup_format_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_main", "to": "pdf_accessibility_cleanup_cleanup_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_rationale_44", "to": "pdf_accessibility_cleanup_cleanup_directory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_main", "to": "pdf_accessibility_cleanup_format_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cleanup_rationale_94", "to": "pdf_accessibility_cleanup_format_size", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py", "to": "pdf_accessibility_retry_helper_retry_on_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py", "to": "retry_helper_retryableerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py", "to": "pdf_accessibility_retry_helper_flaky_function", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py", "to": "pdf_accessibility_retry_helper_failing_function", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_md", "to": "retry_helper_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "retry_helper_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "retry_helper_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_retry_helper_retry_on_failure", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_retry_helper_rationale_24", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff_test_succeeds_first_try", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretrywithbackoff_test_retries_then_succeeds", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretrywithbackoff_test_exhausts_retries", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretrywithbackoff_test_specific_exception_filter", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretrywithbackoff_test_respects_max_delay", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretrywithbackoff_test_preserves_function_name", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_api_testhelpermodules_test_retry_decorator_works", "to": "pdf_accessibility_retry_helper_retry_with_backoff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_retry_helper_rationale_101", "to": "pdf_accessibility_retry_helper_retry_on_failure", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretryonfailure_test_function_succeeds", "to": "pdf_accessibility_retry_helper_retry_on_failure", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretryonfailure_test_function_retries_and_fails", "to": "pdf_accessibility_retry_helper_retry_on_failure", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "retry_helper_retryableerror", "to": "exception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_retry_helper_rationale_178", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testsafeexecute_test_success_returns_value", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testsafeexecute_test_failure_returns_fallback", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testsafeexecute_test_failure_returns_none_default", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testsafeexecute_test_failure_logs_when_enabled", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testsafeexecute_test_failure_silent_when_disabled", "to": "pdf_accessibility_retry_helper_safe_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_retry_helper_rationale_213", "to": "pdf_accessibility_retry_helper_flaky_function", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_retry_helper_rationale_127", "to": "retry_helper_retryableerror", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_retry_helper_rationale_137", "to": "retry_helper_retryableerror", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py", "to": "pdf_remediation_verapdfvalidator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py", "to": "pdf_accessibility_pdf_remediation_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "requirements_txt", "to": "pdf_remediation_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_php", "to": "pdf_remediation_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_md", "to": "pdf_remediation_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "pdf_remediation_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "pdf_remediation_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_md", "to": "pdf_remediation_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fixed_pdf", "to": "pdf_remediation_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_visual_inspector_remediated_pdf", "to": "pdf_remediation_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_auto_fixed_pdf", "to": "pdf_remediation_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_remediation_verapdfvalidator", "to": "pdf_accessibility_pdf_remediation_verapdfvalidator_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_main", "to": "pdf_accessibility_pdf_remediation_verapdfvalidator_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_34", "to": "pdf_accessibility_pdf_remediation_verapdfvalidator_validate", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "technical_background_check_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_language_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_tagging_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_title", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_subject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_title", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_author", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_subject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_set_language", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_mark_tagged", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_bookmarks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_main", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_91", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testverapdfvalidator", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testmoduleimports", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testremediationworkflow", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatoranalysis", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testverapdfvalidatorextended", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testpdfremediator_test_remediator_initialization", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testpdfremediator_test_remediator_with_missing_input", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testpdfremediator_test_analyze_method_exists", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testpdfremediator_test_remediate_method_exists", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testremediationworkflow_test_full_remediation_workflow", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatoranalysis_test_analyze_and_suggest_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatoranalysis_test_analyze_good_pdf", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_produces_output", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_with_title", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_default_output_path", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_add_title", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_set_language", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_mark_tagged", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorinit_test_reader_and_writer_types", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorinit_test_pdf_path_stored", "to": "pdf_accessibility_pdf_remediation_pdfremediator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_remediation_verapdfvalidator", "to": "pdf_accessibility_pdf_remediation_pdfremediator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "to": "technical_background_check_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_language_fixes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_tagging_fixes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_main", "to": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_100", "to": "pdf_accessibility_pdf_remediation_pdfremediator_analyze_and_suggest_fixes", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_author", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_subject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_set_language", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_mark_tagged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_bookmarks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_main", "to": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_112", "to": "pdf_accessibility_pdf_remediation_pdfremediator_apply_fixes", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_190", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_language_fixes", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_205", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_tagging_fixes", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_230", "to": "pdf_accessibility_pdf_remediation_pdfremediator_check_bookmark_fixes", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_metadata", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_title", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_248", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_title", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_metadata", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_subject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_subject", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_subject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_266", "to": "pdf_accessibility_pdf_remediation_pdfremediator_suggest_subject", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_293", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_author", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_313", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_set_language", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_320", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_mark_tagged", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_331", "to": "pdf_accessibility_pdf_remediation_pdfremediator_fix_add_bookmarks", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_main", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_346", "to": "pdf_accessibility_pdf_remediation_main", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_28", "to": "pdf_remediation_verapdfvalidator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_pdf_remediation_rationale_156", "to": "technical_background_check_metadata", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "pdf_accessibility_redis_queue_get_redis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "pdf_accessibility_redis_queue_push_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "pdf_accessibility_redis_queue_pop_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "redis_queue_py_set_job_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "pdf_accessibility_api_checkratelimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "pdf_accessibility_redis_queue_get_queue_length", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_rationale_1", "to": "redis_queue_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py", "to": "concept_redis_queue", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "redis_queue_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "redis_queue_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_push_job", "to": "pdf_accessibility_redis_queue_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_pop_job", "to": "pdf_accessibility_redis_queue_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py_set_job_status", "to": "pdf_accessibility_redis_queue_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_checkratelimit", "to": "pdf_accessibility_redis_queue_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_get_queue_length", "to": "pdf_accessibility_redis_queue_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_rationale_19", "to": "pdf_accessibility_redis_queue_get_redis", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_test_get_redis_uses_configured_host", "to": "pdf_accessibility_redis_queue_get_redis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_redis_queue_push_job", "to": "redis_queue_py_set_job_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_rationale_28", "to": "pdf_accessibility_redis_queue_push_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_test_push_job_basic", "to": "pdf_accessibility_redis_queue_push_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_push_job_with_options", "to": "pdf_accessibility_redis_queue_push_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_push_job_sets_status", "to": "pdf_accessibility_redis_queue_push_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_redis_queue_rationale_41", "to": "pdf_accessibility_redis_queue_pop_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_test_pop_job_with_data", "to": "pdf_accessibility_redis_queue_pop_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_pop_job_empty_queue", "to": "pdf_accessibility_redis_queue_pop_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_redis_queue_rationale_90", "to": "pdf_accessibility_redis_queue_get_queue_length", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_test_get_queue_length", "to": "pdf_accessibility_redis_queue_get_queue_length", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_get_queue_length_empty", "to": "pdf_accessibility_redis_queue_get_queue_length", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_redis_queue_rationale_51", "to": "redis_queue_py_set_job_status", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_rationale_63", "to": "redis_queue_py_set_job_status", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_redis_queue_rationale_72", "to": "pdf_accessibility_api_checkratelimit", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py", "to": "pdf_accessibility_report_generator_severity_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py", "to": "pdf_accessibility_report_generator_severity_icon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py", "to": "pdf_accessibility_report_generator_grade_from_score", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py", "to": "pdf_accessibility_report_generator_generate_html", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py", "to": "pdf_accessibility_report_generator_generate_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py", "to": "pdf_accessibility_report_generator_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "report_generator_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "report_generator_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_generate_html", "to": "pdf_accessibility_report_generator_severity_color", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_generate_html", "to": "pdf_accessibility_report_generator_severity_icon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_generate_html", "to": "pdf_accessibility_report_generator_grade_from_score", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_generate_pdf", "to": "pdf_accessibility_report_generator_grade_from_score", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_main", "to": "pdf_accessibility_report_generator_generate_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_rationale_50", "to": "pdf_accessibility_report_generator_generate_html", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_main", "to": "pdf_accessibility_report_generator_generate_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_report_generator_rationale_335", "to": "pdf_accessibility_report_generator_generate_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "pdf_accessibility_deploy_log", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "pdf_accessibility_deploy_warn", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "pdf_accessibility_deploy_err", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloudrun_service_py", "to": "pdf_accessibility_cloudrun_service_upload_images_to_gcs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloudrun_service_py", "to": "pdf_accessibility_cloudrun_service_check_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloudrun_service_py", "to": "pdf_accessibility_cloudrun_service_health", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cloudrun_service_check_pdf", "to": "pdf_accessibility_cloudrun_service_upload_images_to_gcs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cloudrun_service_rationale_33", "to": "pdf_accessibility_cloudrun_service_upload_images_to_gcs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_cloudrun_service_rationale_55", "to": "pdf_accessibility_cloudrun_service_check_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_extractuserfromtoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_checkratelimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_sanitizejobid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_getcloudruntoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_base64url_encode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_getdb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_updatejobindatabase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlecheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handledelete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handledebug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleimage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleremediate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handledownload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlebatchupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlebatchstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleexport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handlesaveadjustedresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handledismiss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleundismiss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleoverridecheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_handleunoverridecheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "pdf_accessibility_api_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_php", "to": "concept_redis_queue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_php", "to": "concept_postgresql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_api_js", "to": "api_php", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_md", "to": "api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_md", "to": "api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_md", "to": "api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_here_md", "to": "api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quickstart_md", "to": "api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleupload", "to": "pdf_accessibility_api_extractuserfromtoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlelist", "to": "pdf_accessibility_api_extractuserfromtoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleupload", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlecheck", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlebatchupload", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_test_rate_limit_within_limit", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_rate_limit_exceeded", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_rate_limit_at_boundary", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_rate_limit_expire_only_on_first", "to": "pdf_accessibility_api_checkratelimit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_api_sanitizejobid", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlecheck", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlestatus", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleresult", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledelete", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledebug", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleimage", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleremediate", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledownload", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleexport", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlesaveadjustedresult", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledismiss", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleundismiss", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleoverridecheck", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleunoverridecheck", "to": "pdf_accessibility_api_sanitizejobid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_getcloudruntoken", "to": "pdf_accessibility_api_base64url_encode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlecheck", "to": "pdf_accessibility_api_getcloudruntoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_updatejobindatabase", "to": "pdf_accessibility_api_getdb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlecheck", "to": "pdf_accessibility_api_updatejobindatabase", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleupload", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleupload", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlecheck", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlecheck", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlestatus", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlestatus", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleresult", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleresult", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlelist", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledelete", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledelete", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledebug", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledebug", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleimage", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleimage", "to": "htmlcov_coverage_html_cb_6fb7b396_header", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_api_handleremediate", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleremediate", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledownload", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledownload", "to": "htmlcov_coverage_html_cb_6fb7b396_header", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_api_handlestats", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlebatchupload", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlebatchupload", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlebatchstatus", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlebatchstatus", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleexport", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleexport", "to": "htmlcov_coverage_html_cb_6fb7b396_header", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdf_accessibility_api_handlesaveadjustedresult", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handlesaveadjustedresult", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledismiss", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handledismiss", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleundismiss", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleundismiss", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleoverridecheck", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleoverridecheck", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleunoverridecheck", "to": "pdf_accessibility_api_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_accessibility_api_handleunoverridecheck", "to": "pdf_accessibility_api_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_batchfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_switchuploadmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_initbatchupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_addbatchfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_renderbatchfilelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_removebatchfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_clearbatchfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_escapehtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_startbatchupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_pollbatchstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_viewbatchresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_js", "to": "js_batch_exportreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_batch_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_batch_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_batch_addbatchfiles", "to": "js_batch_renderbatchfilelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_removebatchfile", "to": "js_batch_renderbatchfilelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_clearbatchfiles", "to": "js_batch_renderbatchfilelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_startbatchupload", "to": "js_batch_escapehtml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_startbatchupload", "to": "js_batch_pollbatchstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_batch_startbatchupload", "to": "js_api_uploadbatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_batch_startbatchupload", "to": "js_api_startcheck", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_batch_viewbatchresult", "to": "js_api_getresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_batch_viewbatchresult", "to": "js_results_displayresults", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_batch_exportreport", "to": "js_api_getexporturl", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_initializepageviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_loadvisualpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_drawmarkers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_showissuetooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_hideissuetooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_zoomin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_zoomout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_resetzoom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_applyzoom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_js", "to": "js_page_viewer_highlightmarker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_page_viewer_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_page_viewer_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_page_viewer_initializepageviewer", "to": "js_page_viewer_loadvisualpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_page_viewer_initializepageviewer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_viewonpage", "to": "js_page_viewer_loadvisualpage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_page_viewer_zoomin", "to": "js_page_viewer_applyzoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_zoomout", "to": "js_page_viewer_applyzoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_page_viewer_resetzoom", "to": "js_page_viewer_applyzoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_allissues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_dismissedindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_overriddenchecks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_wcag_levels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displayresults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displayissues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_createissuecard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_togglepagesection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_togglegroupdetails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_dismississuegroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_scrolltopage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_filterissues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displayremediationoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_applyfixes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_viewonpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displaywcagcompliance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displaynextsteps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displayscorebreakdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_cp_to_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_displaymatterhorn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_dismississue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_undismississue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_updatedismisscount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_overridecheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_renderrecalcbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_applyscorerecalc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_recalculatescore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_updatestatsgrid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_js", "to": "js_results_updatebreakdownsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_results_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_results_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_displayresults", "to": "js_results_displaywcagcompliance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_displaynextsteps", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_displayscorebreakdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_renderrecalcbutton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_displayissues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_applyscorerecalc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_displayremediationoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_results_displaymatterhorn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_displayresults", "to": "js_history_loadhistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_loadresults", "to": "js_results_displayresults", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_app_openhistoryjob", "to": "js_results_displayresults", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_filterissues", "to": "js_results_displayissues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_createissuecard", "to": "js_utils_getseverityicon", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_createissuecard", "to": "js_utils_getcategoryicon", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_createissuecard", "to": "js_utils_wcagcriterionlinks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_applyfixes", "to": "js_api_remediatepdf", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_applyscorerecalc", "to": "js_results_displaywcagcompliance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_overridecheck", "to": "js_results_displaymatterhorn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_dismississue", "to": "js_results_updatedismisscount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_undismississue", "to": "js_results_updatedismisscount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_overridecheck", "to": "js_results_renderrecalcbutton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_overridecheck", "to": "js_utils_escapeattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_results_applyscorerecalc", "to": "js_results_updatestatsgrid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_applyscorerecalc", "to": "js_results_updatebreakdownsummary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_results_recalculatescore", "to": "js_results_applyscorerecalc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_initupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_handlefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_showreadystate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_removefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_begincheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_polljobstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_loadresults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_js", "to": "js_upload_resetcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_upload_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_upload_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_handlefile", "to": "js_upload_showreadystate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_handlefile", "to": "js_utils_clearlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_handlefile", "to": "js_utils_updateprogress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_handlefile", "to": "js_utils_addlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_handlefile", "to": "js_api_uploadfile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_removefile", "to": "js_utils_clearlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_begincheck", "to": "js_upload_loadresults", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_begincheck", "to": "js_upload_polljobstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_upload_begincheck", "to": "js_utils_updateprogress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_begincheck", "to": "js_utils_addlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_begincheck", "to": "js_api_startcheck", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_loadresults", "to": "js_utils_updateprogress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_loadresults", "to": "js_utils_addlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_loadresults", "to": "js_api_getresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_upload_resetcheck", "to": "js_utils_clearlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_history_js", "to": "js_history_loadhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_js", "to": "js_history_renderhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_js", "to": "js_history_buildhistoryrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_js", "to": "js_history_escapehtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_js", "to": "js_history_deletehistoryjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_html", "to": "js_history_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_loadhistory", "to": "js_history_renderhistory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_loadhistory", "to": "js_api_apicall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_app_history_showauthenticatedui", "to": "js_history_loadhistory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_history_buildhistoryrow", "to": "js_history_escapehtml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_history_deletehistoryjob", "to": "js_api_apicall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_utils_js", "to": "js_utils_addlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_clearlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_updateprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_toggledarkmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_loadtheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_getseveritycolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_getseverityicon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_wcag_slugs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_wcagcriterionlinks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_escapeattr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_utils_js", "to": "js_utils_getcategoryicon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_utils_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_html", "to": "js_utils_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_utils_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_api_js", "to": "js_api_apicall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_uploadfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_startcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_checkstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_getresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_getdebuginfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_remediatepdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_getstats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_uploadbatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_checkbatchstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_js", "to": "js_api_getexporturl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_api_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_html", "to": "js_api_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_api_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_api_uploadfile", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_startcheck", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_checkstatus", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_getresult", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_getdebuginfo", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_remediatepdf", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_getstats", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_uploadbatch", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_api_checkbatchstatus", "to": "js_api_apicall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_openhistoryjob", "to": "js_api_getresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "js_app_history_js", "to": "js_app_history_msalconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_js", "to": "js_app_history_initmsal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_js", "to": "js_app_history_handlemsalredirect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_js", "to": "js_app_history_showloginui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_js", "to": "js_app_history_showauthenticatedui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_js", "to": "js_app_history_loginwithmicrosoft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_js", "to": "js_app_history_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_html", "to": "js_app_history_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_handlemsalredirect", "to": "js_app_history_showauthenticatedui", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_history_handlemsalredirect", "to": "js_app_history_showloginui", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_msalconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_initmsal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_handlemsalredirect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_showloginui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_hideauthoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_showauthenticatedui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_openhistoryjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_loginwithmicrosoft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_js", "to": "js_app_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "js_app_js", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_handlemsalredirect", "to": "js_app_showauthenticatedui", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_handlemsalredirect", "to": "js_app_showloginui", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_handlemsalredirect", "to": "js_app_hideauthoverlay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_showauthenticatedui", "to": "js_app_hideauthoverlay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "js_app_showauthenticatedui", "to": "js_app_openhistoryjob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_py", "to": "tests_conftest_sample_good_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_py", "to": "tests_conftest_sample_poor_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_py", "to": "conftest_py_temp_output_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_py", "to": "tests_conftest_mock_api_responses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_py", "to": "tests_conftest_sample_pdf_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_rationale_1", "to": "tests_conftest_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_rationale_24", "to": "tests_conftest_sample_good_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_rationale_30", "to": "tests_conftest_sample_poor_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_rationale_44", "to": "tests_conftest_mock_api_responses", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_rationale_63", "to": "tests_conftest_sample_pdf_metadata", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_conftest_rationale_36", "to": "conftest_py_temp_output_dir", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_py", "to": "test_remediation_py_testpdfremediator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_py", "to": "tests_test_remediation_testverapdfvalidator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_py", "to": "tests_test_remediation_test_validate_method", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_py", "to": "tests_test_remediation_testmoduleimports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_py", "to": "tests_test_remediation_testremediationworkflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_1", "to": "tests_test_remediation_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "tests_test_remediation_testpdfremediator_test_remediator_initialization", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_14", "to": "tests_test_remediation_testpdfremediator_test_remediator_initialization", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "tests_test_remediation_testpdfremediator_test_remediator_with_missing_input", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_25", "to": "tests_test_remediation_testpdfremediator_test_remediator_with_missing_input", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "tests_test_remediation_testpdfremediator_test_analyze_method_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_41", "to": "tests_test_remediation_testpdfremediator_test_analyze_method_exists", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "tests_test_remediation_testpdfremediator_test_remediate_method_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_50", "to": "tests_test_remediation_testpdfremediator_test_remediate_method_exists", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testverapdfvalidator", "to": "tests_test_remediation_testverapdfvalidator_test_validator_initialization", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testverapdfvalidator", "to": "tests_test_remediation_rationale_71", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_60", "to": "tests_test_remediation_testverapdfvalidator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testverapdfvalidator", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_rationale_63", "to": "tests_test_remediation_testverapdfvalidator_test_validator_initialization", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testverapdfvalidator_test_validator_initialization", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_test_validate_method", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_testmoduleimports", "to": "tests_test_remediation_testmoduleimports_test_imports", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testmoduleimports", "to": "tests_test_remediation_testmoduleimports_test_os_sys_imports", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testmoduleimports", "to": "tests_test_remediation_testmoduleimports_test_logger_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_95", "to": "tests_test_remediation_testmoduleimports", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testmoduleimports", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_rationale_98", "to": "tests_test_remediation_testmoduleimports_test_imports", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_106", "to": "tests_test_remediation_testmoduleimports_test_os_sys_imports", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_115", "to": "tests_test_remediation_testmoduleimports_test_logger_available", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testremediationworkflow", "to": "tests_test_remediation_testremediationworkflow_test_full_remediation_workflow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_124", "to": "tests_test_remediation_testremediationworkflow", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_testremediationworkflow", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_rationale_127", "to": "tests_test_remediation_testremediationworkflow_test_full_remediation_workflow", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_11", "to": "test_remediation_py_testpdfremediator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_rationale_71", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_worker_py", "to": "tests_test_worker_testprocessjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_py", "to": "tests_test_worker_testworkersignalhandling", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_py", "to": "tests_test_worker_testworkermain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_py", "to": "tests_test_worker_test_main_loop_processes_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_py", "to": "tests_test_worker_test_main_loop_handles_empty_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_rationale_1", "to": "tests_test_worker_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_testprocessjob", "to": "tests_test_worker_testprocessjob_test_process_job_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_testprocessjob", "to": "tests_test_worker_testprocessjob_test_process_job_failure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_worker_testworkersignalhandling", "to": "tests_test_worker_testworkersignalhandling_test_handle_signal_sets_shutdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_testpdfremediatoranalysis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_testpdfremediatorfixmethods", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_testverapdfvalidatorextended", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_test_validate_compliant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_test_validate_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_test_validate_process_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "tests_test_remediation_extended_test_validate_no_jobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_py", "to": "test_remediation_py_testpdfremediator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_rationale_1", "to": "tests_test_remediation_extended_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatoranalysis", "to": "tests_test_remediation_extended_testpdfremediatoranalysis_test_analyze_and_suggest_fixes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatoranalysis", "to": "tests_test_remediation_extended_testpdfremediatoranalysis_test_analyze_good_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatoranalysis", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "to": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_produces_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "to": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_with_title", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "to": "tests_test_remediation_extended_testpdfremediatorapplyfixes_test_apply_fixes_default_output_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatorapplyfixes", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods", "to": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_add_title", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods", "to": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_set_language", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods", "to": "tests_test_remediation_extended_testpdfremediatorfixmethods_test_fix_mark_tagged", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_remediation_extended_testpdfremediatorfixmethods", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_testverapdfvalidatorextended", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_test_validate_compliant", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_test_validate_timeout", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_test_validate_process_error", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_remediation_extended_test_validate_no_jobs", "to": "pdf_remediation_verapdfvalidator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_remediation_py_testpdfremediator", "to": "tests_test_remediation_extended_testpdfremediatorinit_test_reader_and_writer_types", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "tests_test_remediation_extended_testpdfremediatorinit_test_pdf_path_stored", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_py", "to": "tests_test_retry_extended_testretrywithbackoff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_py", "to": "tests_test_retry_extended_testretryonfailure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_py", "to": "tests_test_retry_extended_testsafeexecute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_py", "to": "tests_test_retry_extended_testisretryableerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_py", "to": "tests_test_retry_extended_testexceptionclasses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_rationale_1", "to": "tests_test_retry_extended_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "tests_test_retry_extended_testretrywithbackoff_test_succeeds_first_try", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "tests_test_retry_extended_testretrywithbackoff_test_retries_then_succeeds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "tests_test_retry_extended_testretrywithbackoff_test_exhausts_retries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "tests_test_retry_extended_testretrywithbackoff_test_specific_exception_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "tests_test_retry_extended_testretrywithbackoff_test_respects_max_delay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "tests_test_retry_extended_testretrywithbackoff_test_preserves_function_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretrywithbackoff", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testretryonfailure", "to": "tests_test_retry_extended_testretryonfailure_test_function_succeeds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretryonfailure", "to": "tests_test_retry_extended_testretryonfailure_test_function_retries_and_fails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testretryonfailure", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testsafeexecute", "to": "tests_test_retry_extended_testsafeexecute_test_success_returns_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testsafeexecute", "to": "tests_test_retry_extended_testsafeexecute_test_failure_returns_fallback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testsafeexecute", "to": "tests_test_retry_extended_testsafeexecute_test_failure_returns_none_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testsafeexecute", "to": "tests_test_retry_extended_testsafeexecute_test_failure_logs_when_enabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testsafeexecute", "to": "tests_test_retry_extended_testsafeexecute_test_failure_silent_when_disabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testsafeexecute", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_retryable_error_class", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_non_retryable_error_class", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_timeout_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_connection_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_rate_limit_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_429_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_503_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_generic_error_not_retryable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "tests_test_retry_extended_testisretryableerror_test_temporary_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testisretryableerror", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_retryable_error_class", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_non_retryable_error_class", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_timeout_error", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_connection_error", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_rate_limit_error", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_429_error", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_503_error", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_generic_error_not_retryable", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testisretryableerror_test_temporary_error", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testexceptionclasses", "to": "tests_test_retry_extended_testexceptionclasses_test_retryable_error_is_exception", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testexceptionclasses", "to": "tests_test_retry_extended_testexceptionclasses_test_non_retryable_error_is_exception", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testexceptionclasses", "to": "tests_test_retry_extended_testexceptionclasses_test_retryable_error_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_retry_extended_testexceptionclasses", "to": "retry_helper_retryableerror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_retry_extended_testexceptionclasses_test_retryable_error_message", "to": "retry_helper_retryableerror", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_testredisqueuepushjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_push_job_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_push_job_with_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_push_job_sets_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_testredisqueuepopjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_pop_job_with_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_pop_job_empty_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_testredisqueuestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_set_job_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_get_job_status_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_testredisqueueratelimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_rate_limit_within_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_rate_limit_exceeded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_rate_limit_at_boundary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_rate_limit_expire_only_on_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_testredisqueuelength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_get_queue_length", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_get_queue_length_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_testgetredis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_py", "to": "tests_test_redis_queue_test_get_redis_uses_configured_host", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_rationale_1", "to": "tests_test_redis_queue_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_redis_queue_test_set_job_status", "to": "redis_queue_py_set_job_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_redis_queue_test_get_job_status_found", "to": "redis_queue_py_set_job_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_api_py", "to": "tests_test_api_php_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_py", "to": "test_api_py_testapiauth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_py", "to": "tests_test_api_testauthmodule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_py", "to": "tests_test_api_testapiendpoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_py", "to": "tests_test_api_testhelpermodules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_py", "to": "tests_test_api_testapiwithfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_1", "to": "tests_test_api_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_14", "to": "tests_test_api_php_server", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_api_py_testapiauth", "to": "tests_test_api_testapiauthentication_test_api_rejects_no_auth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_47", "to": "tests_test_api_testapiauthentication_test_api_rejects_no_auth", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_api_py_testapiauth", "to": "tests_test_api_testapiauthentication_test_api_accepts_valid_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_58", "to": "tests_test_api_testapiauthentication_test_api_accepts_valid_key", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_api_py_testapiauth", "to": "tests_test_api_testapiauthentication_test_api_accepts_bearer_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_72", "to": "tests_test_api_testapiauthentication_test_api_accepts_bearer_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testauthmodule", "to": "tests_test_api_testauthmodule_test_auth_key_generation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testauthmodule", "to": "tests_test_api_testauthmodule_test_auth_test_endpoint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_81", "to": "tests_test_api_testauthmodule", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_84", "to": "tests_test_api_testauthmodule_test_auth_key_generation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_95", "to": "tests_test_api_testauthmodule_test_auth_test_endpoint", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testapiendpoints", "to": "tests_test_api_testapiendpoints_test_api_returns_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testapiendpoints", "to": "tests_test_api_testapiendpoints_test_cors_headers_present", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testapiendpoints", "to": "tests_test_api_testapiendpoints_test_api_handles_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_107", "to": "tests_test_api_testapiendpoints", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_110", "to": "tests_test_api_testapiendpoints_test_api_returns_json", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_124", "to": "tests_test_api_testapiendpoints_test_cors_headers_present", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_134", "to": "tests_test_api_testapiendpoints_test_api_handles_options", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testhelpermodules", "to": "tests_test_api_testhelpermodules_test_logger_config_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testhelpermodules", "to": "tests_test_api_testhelpermodules_test_retry_helper_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testhelpermodules", "to": "tests_test_api_testhelpermodules_test_retry_decorator_works", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_145", "to": "tests_test_api_testhelpermodules_test_logger_config_import", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_155", "to": "tests_test_api_testhelpermodules_test_retry_helper_import", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_162", "to": "tests_test_api_testhelpermodules_test_retry_decorator_works", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_testapiwithfile", "to": "tests_test_api_testapiwithfile_test_api_file_structure_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_178", "to": "tests_test_api_testapiwithfile", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_api_rationale_181", "to": "tests_test_api_testapiwithfile_test_api_file_structure_exists", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_mock_conn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testcreatejob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_create_job_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_create_job_with_api_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_create_job_no_api_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testupdatejobstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_update_status_simple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_update_status_completed_with_results", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testgetjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_get_job_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testlistjobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_list_jobs_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_list_jobs_with_filter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testlogaudit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_log_audit_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_log_audit_no_details", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testgetstats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_get_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_testgetconncontextmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_get_conn_commits_on_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_py", "to": "tests_test_db_manager_test_get_conn_rollback_on_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_rationale_1", "to": "tests_test_db_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_db_manager_rationale_12", "to": "tests_test_db_manager_mock_conn", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_py", "to": "tests_test_checker_testenterprisepdfchecker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_py", "to": "tests_test_checker_test_quick_check_without_api", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_py", "to": "tests_test_checker_testcachemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_py", "to": "tests_test_checker_testretrylogic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_py", "to": "tests_test_checker_testfullcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_1", "to": "tests_test_checker_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "tests_test_checker_testenterprisepdfchecker_test_checker_initialization_valid_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "tests_test_checker_testenterprisepdfchecker_test_severity_levels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "tests_test_checker_rationale_61", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testenterprisepdfchecker", "to": "tests_test_checker_testenterprisepdfchecker_test_check_result_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_11", "to": "tests_test_checker_testenterprisepdfchecker", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_14", "to": "tests_test_checker_testenterprisepdfchecker_test_checker_initialization_valid_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_23", "to": "tests_test_checker_testenterprisepdfchecker_test_checker_initialization_valid_pdf", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_30", "to": "tests_test_checker_testenterprisepdfchecker_test_severity_levels", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_77", "to": "tests_test_checker_testenterprisepdfchecker_test_check_result_structure", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testcachemanager", "to": "tests_test_checker_testcachemanager_test_cache_key_generation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testcachemanager", "to": "tests_test_checker_testcachemanager_test_cache_key_different_content", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_94", "to": "tests_test_checker_testcachemanager", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_testcachemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testcachemanager", "to": "tests_test_checker_extended_testcachemanagerextended_test_roundtrip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testcachemanager", "to": "tests_test_checker_extended_testcachemanagerextended_test_get_missing_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testcachemanager", "to": "tests_test_checker_extended_testcachemanagerextended_test_corrupted_cache_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testcachemanager", "to": "tests_test_checker_extended_testcachemanagerextended_test_prefix_in_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_97", "to": "tests_test_checker_testcachemanager_test_cache_key_generation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_111", "to": "tests_test_checker_testcachemanager_test_cache_key_different_content", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testretrylogic", "to": "tests_test_checker_testretrylogic_test_retry_decorator_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testretrylogic", "to": "tests_test_checker_testretrylogic_test_logger_initialized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_123", "to": "tests_test_checker_testretrylogic", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_126", "to": "tests_test_checker_testretrylogic_test_retry_decorator_exists", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_135", "to": "tests_test_checker_testretrylogic_test_logger_initialized", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_testfullcheck", "to": "tests_test_checker_testfullcheck_test_full_workflow_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_145", "to": "tests_test_checker_testfullcheck", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_148", "to": "tests_test_checker_testfullcheck_test_full_workflow_exists", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_rationale_61", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_61", "to": "tests_test_checker_extended_testaccessibilityissue_test_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_61", "to": "tests_test_checker_extended_testcheckresult_test_defaults", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_61", "to": "tests_test_checker_extended_testaccessibilityissue_test_all_severity_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_61", "to": "enterprise_pdf_checker_py_accessibilityissue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_61", "to": "enterprise_pdf_checker_py_severity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_rationale_61", "to": "test_checker_py_testenterprisepdfchecker", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testcheckresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testcolorcontrastchecker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testreadabilityanalyzer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testcheckerutilitymethods", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testcheckmethods", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_checker_good", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_checker_poor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testscoringandsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testprocessimageanalysis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testprocessgooglevisionresults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_testcheckallintegration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_test_check_all_good_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_py", "to": "tests_test_checker_extended_test_check_all_poor_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_rationale_1", "to": "tests_test_checker_extended_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "tests_test_checker_extended_testcheckresult_test_defaults", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckresult", "to": "tests_test_checker_extended_testcheckresult_test_with_issues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_luminance_black", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_luminance_white", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_contrast_black_white", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_contrast_same_color", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_contrast_symmetry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_wcag_constants", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_check_image_contrast_solid_white", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_check_image_contrast_high_contrast", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcolorcontrastchecker", "to": "tests_test_checker_extended_testcolorcontrastchecker_test_check_image_contrast_rgba_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_count_syllables_simple", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_count_syllables_minimum_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_short_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_empty_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_simple_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_complex_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testreadabilityanalyzer", "to": "tests_test_checker_extended_testreadabilityanalyzer_test_analyze_long_sentences", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_add_issue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_add_multiple_issues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_run_check_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_run_check_failure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_init_with_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_init_without_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_quick_mode_flag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckerutilitymethods", "to": "tests_test_checker_extended_testcheckerutilitymethods_test_generate_images_flag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_basic_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_language", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_text_extractability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_readability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_links", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_headings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_tab_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_role_mapping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_forms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_tables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_reading_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_fonts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_security", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_bookmarks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_ocr_quality_quick_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_images_quick_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_check_color_contrast_quick_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_language", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_headings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_tab_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testcheckmethods", "to": "tests_test_checker_extended_testcheckmethods_test_poor_pdf_role_mapping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_rationale_267", "to": "tests_test_checker_extended_testcheckmethods", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "tests_test_checker_extended_testscoringandsummary_test_generate_summary_empty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "tests_test_checker_extended_testscoringandsummary_test_score_decreases_with_critical", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "tests_test_checker_extended_testscoringandsummary_test_score_floor_at_zero", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "tests_test_checker_extended_testscoringandsummary_test_generate_json_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "tests_test_checker_extended_testscoringandsummary_test_run_full_check_alias", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testscoringandsummary", "to": "tests_test_checker_extended_testscoringandsummary_test_to_dict_alias", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "tests_test_checker_extended_testprocessimageanalysis_test_process_informational_image", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_with_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "tests_test_checker_extended_testprocessimageanalysis_test_process_color_only_image", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_with_concerns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessimageanalysis", "to": "tests_test_checker_extended_testprocessimageanalysis_test_process_image_long_alt_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "tests_test_checker_extended_testprocessgooglevisionresults_test_process_vision_with_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_checker_extended_testprocessgooglevisionresults", "to": "tests_test_checker_extended_testprocessgooglevisionresults_test_process_vision_with_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_settings_json", "to": "claude_settings_permissions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_settings_permissions", "to": "claude_settings_permissions_allow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_settings_local_json", "to": "claude_settings_local_permissions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_settings_local_json", "to": "claude_settings_local_enabledplugins", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_settings_local_permissions", "to": "claude_settings_local_permissions_allow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_settings_local_enabledplugins", "to": "claude_settings_local_enabledplugins_frontend_design_claude_code_plugins", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_total_pages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_accessibility_score", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "to": "results_pdf_699efd64642ef9_07743949_result_severity_counts_critical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "to": "results_pdf_699efd64642ef9_07743949_result_severity_counts_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "to": "results_pdf_699efd64642ef9_07743949_result_severity_counts_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "to": "results_pdf_699efd64642ef9_07743949_result_severity_counts_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_severity_counts", "to": "results_pdf_699efd64642ef9_07743949_result_severity_counts_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_total_issues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_auto_fixable_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_start_time", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_total_checks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_api_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_cached_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_total_cost_estimate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_end_time", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_stats", "to": "results_pdf_699efd64642ef9_07743949_result_stats_duration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_page_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_page_images", "to": "results_pdf_699efd64642ef9_07743949_result_page_images_1", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_page_images", "to": "results_pdf_699efd64642ef9_07743949_result_page_images_2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_page_images", "to": "results_pdf_699efd64642ef9_07743949_result_page_images_3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions", "to": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions", "to": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_language", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions", "to": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_tagging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions", "to": "results_pdf_699efd64642ef9_07743949_result_remediation_suggestions_bookmarks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_checks_performed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_result_issues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_total_pages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_accessibility_score", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_total_issues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_auto_fixable_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_page_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_page_image_dpi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_verapdf_validation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_checks_performed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_json", "to": "results_pdf_699efcbb7ac6f2_08133322_result_issues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "to": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_critical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "to": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "to": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "to": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts", "to": "results_pdf_699efcbb7ac6f2_08133322_result_severity_counts_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_start_time", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_total_checks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_api_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_cached_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_total_cost_estimate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_end_time", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_stats", "to": "results_pdf_699efcbb7ac6f2_08133322_result_stats_duration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_page_images", "to": "results_pdf_699efcbb7ac6f2_08133322_result_page_images_1", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions", "to": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions", "to": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_language", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions", "to": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_tagging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions", "to": "results_pdf_699efcbb7ac6f2_08133322_result_remediation_suggestions_bookmarks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_job_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_original_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_uploaded_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_file_size", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_filepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_started_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efcbb7ac6f2_08133322_meta_json", "to": "results_pdf_699efcbb7ac6f2_08133322_meta_completed_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "pdf_remediation_verapdfvalidator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_job_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_original_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_uploaded_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_file_size", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_filepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_started_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "results_pdf_699efd64642ef9_07743949_meta_json", "to": "results_pdf_699efd64642ef9_07743949_meta_completed_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_debounce", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_checkvisible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_on_click", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_getcellvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_rowcomparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_sortcolumn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_saved_filter_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_saved_hide100_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_table_body_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_no_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_totals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_numer_denom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_stored_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_sorted_by_region", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_btn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_helpcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_begin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_end", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_element", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_temp_scroll_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_line_height", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_scroll_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_line_top", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_line_number", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_js", "to": "htmlcov_coverage_html_cb_6fb7b396_updateheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_coverage_html_cb_6fb7b396_rowcomparator", "to": "htmlcov_coverage_html_cb_6fb7b396_getcellvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_json", "to": "htmlcov_status_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_json", "to": "htmlcov_status_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_json", "to": "htmlcov_status_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_json", "to": "htmlcov_status_globals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_json", "to": "htmlcov_status_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_create_test_pdf_with_images_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_db_manager_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_enterprise_pdf_checker_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_logger_config_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_pdf_remediation_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_redis_queue_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_retry_helper_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_test_env_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_z_a44f0ac069e85531_init_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_z_a44f0ac069e85531_conftest_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_z_a44f0ac069e85531_test_api_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_z_a44f0ac069e85531_test_worker_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_z_a44f0ac069e85531_test_db_manager_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_z_a44f0ac069e85531_test_retry_extended_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_worker_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_report_generator_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_cleanup_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files", "to": "htmlcov_status_files_cloudrun_service_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_create_test_pdf_with_images_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_create_test_pdf_with_images_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_worker_py_index", "to": "htmlcov_status_index_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_worker_py_index", "to": "htmlcov_status_index_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_worker_py_index", "to": "htmlcov_status_index_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_worker_py_index", "to": "htmlcov_status_index_nums", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_precision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_statements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_excluded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_branches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_partial_branches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_index_nums", "to": "htmlcov_status_nums_n_missing_branches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_db_manager_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_db_manager_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_enterprise_pdf_checker_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_enterprise_pdf_checker_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_logger_config_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_logger_config_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_pdf_remediation_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_pdf_remediation_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_redis_queue_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_redis_queue_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_retry_helper_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_retry_helper_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_test_env_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_test_env_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_init_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_init_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_conftest_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_conftest_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_api_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_api_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_db_manager_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_db_manager_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_retry_extended_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_retry_extended_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_worker_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_z_a44f0ac069e85531_test_worker_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_worker_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_worker_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_report_generator_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_cleanup_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_cloudrun_service_py", "to": "htmlcov_status_worker_py_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_report_generator_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_cleanup_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "htmlcov_status_files_cloudrun_service_py", "to": "htmlcov_status_worker_py_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py_module", "to": "logger_config_py_setup_logger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py_verapdfvalidator", "to": "pdf_remediation_py_module", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py_pdfremediator", "to": "pdf_remediation_py_module", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_module", "to": "pdf_remediation_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdf_remediation_py_module", "to": "concept_pdf_accessibility", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_html_coverage_report", "to": "pdf_remediation_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conftest_py_module", "to": "pdf_remediation_py_module", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_remediation_py_testverapdfvalidator", "to": "pdf_remediation_py_verapdfvalidator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "pdf_remediation_py_pdfremediator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_module", "to": "conftest_py_sample_poor_pdf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_module", "to": "conftest_py_temp_output_dir", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "test_remediation_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_py_testpdfremediator", "to": "pdf_remediation_verapdfvalidator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worker_py_module", "to": "db_manager_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "db_manager_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py_create_job", "to": "db_manager_py_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_manager_py_update_job_status", "to": "db_manager_py_get_conn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py_process_job", "to": "db_manager_py_create_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py_process_job", "to": "db_manager_py_update_job_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "concept_coverage_report", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "worker_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "cleanup_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "logger_config_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "retry_helper_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "enterprise_pdf_checker_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "redis_queue_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "report_generator_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "cloudrun_service_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "test_api_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "test_worker_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html_coverage_report", "to": "conftest_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_py_cleanup_directory", "to": "cleanup_py_get_age_hours", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py_module", "to": "redis_queue_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_worker_py_module", "to": "worker_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py_process_job", "to": "enterprise_pdf_checker_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_worker_py_testprocessjob", "to": "worker_py_process_job", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worker_py_process_job", "to": "redis_queue_py_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_api_py_testapiauth", "to": "test_api_py_php_server", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "logger_config_py_setup_logger", "to": "logger_config_py_module", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "retry_helper_py_module", "to": "logger_config_py_setup_logger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_env_py_module", "to": "concept_pdf_accessibility", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "retry_helper_py_retry_with_backoff", "to": "retry_helper_py_module", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "concept_pdf_accessibility", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "enterprise_pdf_checker_py_module", "to": "logger_config_setup_logger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "retry_helper_retry_with_backoff", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "retry_helper_safe_execute", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "retry_helper_retryableerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "pdf_remediation_verapdfvalidator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "pdf_remediation_pdfremediator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "logger_config_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "retry_helper_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_module", "to": "pdf_remediation_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "function_index_html_coverage_report", "to": "enterprise_pdf_checker_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_redis_queue_py_module", "to": "redis_queue_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "function_index_html_coverage_report", "to": "redis_queue_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py_module", "to": "report_generator_py_severity_color", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py_module", "to": "report_generator_py_severity_icon", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py_module", "to": "report_generator_py_grade_from_score", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py_module", "to": "report_generator_py_generate_html", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_report_generator_py", "to": "report_generator_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloudrun_service_py_module", "to": "enterprise_pdf_checker_py_enterprisepdfchecker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "function_index_html_coverage_report", "to": "cloudrun_service_py_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py_push_job", "to": "redis_queue_py_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py_pop_job", "to": "redis_queue_py_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py_set_job_status", "to": "redis_queue_py_get_redis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redis_queue_py_push_job", "to": "redis_queue_py_set_job_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_redis_queue_py_module", "to": "redis_queue_py_push_job", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_redis_queue_py_testredisqueuepushjob", "to": "redis_queue_py_push_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_redis_queue_py_testredisqueuepopjob", "to": "redis_queue_py_pop_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_remediation_extended_py_module", "to": "pdf_remediation_pdfremediator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_extended_py_module", "to": "pdf_remediation_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_extended_py_testpdfremediatoranalysis", "to": "pdf_remediation_pdfremediator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_remediation_extended_py_testpdfremediatorapplyfixes", "to": "pdf_remediation_pdfremediator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_enterprisepdfchecker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_accessibilityissue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_checkresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_severity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_cachemanager", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_colorcontrastchecker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_extended_py_module", "to": "enterprise_pdf_checker_py_readabilityanalyzer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloudrun_service_py_check_pdf", "to": "cloudrun_service_py_upload_images_to_gcs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cloudrun_service_py_check_pdf", "to": "enterprise_pdf_checker_py_enterprisepdfchecker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "create_test_pdf_with_images_py_create_test_pdf", "to": "create_test_pdf_with_images_py_create_image_with_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_pdf_checker_py_accessibilityissue", "to": "enterprise_pdf_checker_py_severity", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_checker_py_module", "to": "enterprise_pdf_checker_py_enterprisepdfchecker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_py_testenterprisepdfchecker", "to": "enterprise_pdf_checker_py_enterprisepdfchecker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_checker_py_module", "to": "enterprise_pdf_checker_py_severity", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_module", "to": "retry_helper_retry_with_backoff", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_module", "to": "retry_helper_retry_on_failure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_module", "to": "retry_helper_safe_execute", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_module", "to": "retry_helper_is_retryable_error", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_module", "to": "retry_helper_retryableerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_module", "to": "retry_helper_nonretryableerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_retry_extended_py_testretrywithbackoff", "to": "retry_helper_retry_with_backoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_db_manager_py_module", "to": "db_manager_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_db_manager_py_testcreatejob", "to": "db_manager_module", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "function_index_html_coverage_report", "to": "db_manager_module", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "css_styles_css", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "concept_msal_auth", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_html", "to": "history_html", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_html", "to": "css_styles_css", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_html", "to": "concept_msal_auth", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cloudbuild_yaml", "to": "requirements_cloudrun_txt", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docker_compose_yml", "to": "concept_postgresql", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docker_compose_yml", "to": "db_init_sql", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "docker_compose_yml", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docker_compose_prod_yml", "to": "concept_postgresql", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docker_compose_prod_yml", "to": "db_init_sql", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "claude_md", "to": "docker_compose_prod_yml", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_roadmap_md", "to": "concept_postgresql", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_roadmap_md", "to": "concept_redis_queue", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_roadmap_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_roadmap_md", "to": "concept_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "screen_reader_simulator_proposal_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_quick_reference_md", "to": "concept_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_quick_reference_md", "to": "concept_google_cloud_vision", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_quick_reference_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "master_guide_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_md", "to": "concept_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "architecture_md", "to": "concept_google_cloud_vision", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_here_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_here_md", "to": "concept_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "start_here_md", "to": "concept_google_cloud_vision", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quickstart_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wcag_limitations_md", "to": "concept_wcag21", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py_generate_html", "to": "report_generator_py_grade_from_score", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_generator_py_generate_html", "to": "class_index_accessibilityissue", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_severity", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_accessibilityissue", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_checkresult", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_cachemanager", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_colorcontrastchecker", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_readabilityanalyzer", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_enterprise_pdf_checker_py", "to": "class_index_enterprisepdfchecker", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "coverage_report_concept", "to": "class_index_enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_testaccessibilityissue", "to": "class_index_accessibilityissue", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_testcheckresult", "to": "class_index_checkresult", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_testcachemanager", "to": "class_index_cachemanager", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_testenterprisepdfchecker", "to": "class_index_enterprisepdfchecker", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_enterprisepdfchecker", "to": "upload_pdf_sample_accessible", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_enterprisepdfchecker", "to": "upload_pdf_bulkfill_case_study", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_pdf_remediation_py", "to": "class_index_verapdfvalidator", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_pdf_remediation_py", "to": "class_index_pdfremediator", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "coverage_report_concept", "to": "class_index_report_generator_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_retry_helper_py", "to": "class_index_retryableerror", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_retry_helper_py", "to": "class_index_nonretryableerror", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_testretrylogic", "to": "class_index_retry_helper_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "class_index_tests_test_api_py", "to": "class_index_testapiauth", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_api_py", "to": "class_index_testauthmodule", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_api_py", "to": "class_index_testapiendpoints", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_api_py", "to": "class_index_testhelpermods", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_api_py", "to": "class_index_testapiwithfile", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_checker_py", "to": "class_index_testenterprisepdfchecker", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_checker_py", "to": "class_index_testcachemanager", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_checker_py", "to": "class_index_testretrylogic", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_checker_py", "to": "class_index_testfullcheck", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_checker_extended_py", "to": "class_index_testaccessibilityissue", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "class_index_tests_test_checker_extended_py", "to": "class_index_testcheckresult", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "upload_pdf_sample_accessible", "to": "result_page1_png_699efcbb", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "upload_pdf_bulkfill_case_study", "to": "result_page1_png_699efd64", "label": "shares_data_with", "title": "shares_data_with [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "integration_options_run_verapdf_validation", "to": "integration_options_verapdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_options_wcag_coverage", "to": "integration_options_verapdf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_options_verapdf", "to": "concept_pdfua", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_options_verapdf", "to": "concept_wcag", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_verapdf_integration", "to": "integration_options_verapdf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "integration_options_verapdf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "integration_options_verapdf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "draft_requirements_pdf_checker", "to": "integration_options_pac", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nbp_accreport", "to": "integration_options_pac", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "integration_options_wcag_coverage", "to": "integration_options_tab_order_validator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mamp_setup_api_php", "to": "mamp_setup_venv", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dave_quick_setup_venv_path", "to": "mamp_setup_venv", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "oliver_customization_venv_detection", "to": "mamp_setup_venv", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mamp_setup_mamp", "to": "mamp_setup_api_php", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mamp_setup_mamp", "to": "mamp_setup_oliver_branding", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dave_quick_setup_venv_path", "to": "mamp_setup_mamp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mamp_setup_api_php", "to": "mamp_setup_claude_sonnet_45", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "oliver_customization_venv_detection", "to": "mamp_setup_api_php", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_display_debug_log", "to": "mamp_setup_oliver_branding", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "oliver_customization_branding", "to": "mamp_setup_oliver_branding", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dave_quick_setup_venv_path", "to": "mamp_setup_oliver_branding", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dave_quick_setup_venv_path", "to": "mamp_setup_claude_sonnet_45", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "oliver_customization_branding", "to": "mamp_setup_claude_sonnet_45", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_claude_45", "to": "mamp_setup_claude_sonnet_45", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker", "to": "enterprise_readme_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker", "to": "enterprise_readme_google_cloud_vision", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker", "to": "enterprise_readme_wcag_21", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_first_package_overview", "to": "enterprise_readme_enterprise_pdf_checker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker", "to": "concept_pdfua", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "enterprise_readme_enterprise_pdf_checker_py", "to": "enterprise_readme_anthropic_claude", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_first_package_overview", "to": "enterprise_readme_anthropic_claude", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker_py", "to": "enterprise_readme_google_cloud_vision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_first_package_overview", "to": "enterprise_readme_google_cloud_vision", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_images", "to": "enterprise_readme_google_cloud_vision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker_py", "to": "enterprise_readme_pypdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker_py", "to": "enterprise_readme_pdfplumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_enterprise_pdf_checker_py", "to": "enterprise_readme_tesseract", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "enterprise_readme_rest_api", "to": "enterprise_readme_enterprise_pdf_checker_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "readme_first_package_overview", "to": "enterprise_readme_enterprise_pdf_checker_py", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_display_debug_log", "to": "enterprise_readme_enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sample_good_pdf", "to": "enterprise_readme_enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sample_poor_pdf", "to": "enterprise_readme_enterprise_pdf_checker_py", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technical_background_check_basic_structure", "to": "enterprise_readme_pypdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_metadata", "to": "enterprise_readme_pypdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_forms", "to": "enterprise_readme_pypdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_images", "to": "enterprise_readme_pdfplumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_readability", "to": "enterprise_readme_pdfplumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_tables", "to": "enterprise_readme_pdfplumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_tesseract_ocr", "to": "enterprise_readme_tesseract", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "implementation_roadmap_ocr_checker", "to": "implementation_roadmap_pytesseract", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "implementation_roadmap_ocr_checker", "to": "implementation_roadmap_pdf2image", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "implementation_roadmap_readability_checker", "to": "implementation_roadmap_textblob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "implementation_roadmap_contrast_checker", "to": "implementation_roadmap_pdf2image", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "implementation_roadmap_contrast_checker", "to": "implementation_roadmap_pillow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "implementation_roadmap_ai_image_checker", "to": "implementation_roadmap_openai_gpt4v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_textblob_readability", "to": "implementation_roadmap_textblob", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_color_contrast", "to": "implementation_roadmap_pillow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_first_package_overview", "to": "readme_first_install_sh", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_first_package_overview", "to": "readme_first_index_html", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dave_quick_setup_venv_path", "to": "dave_quick_setup_google_api_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dave_quick_setup_venv_path", "to": "dave_quick_setup_anthropic_api_key", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_display_debug_log", "to": "progress_display_progress_stages", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_openai_gpt4v", "to": "concept_alt_text", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_claude_vision", "to": "concept_alt_text", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_google_vision", "to": "concept_alt_text", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_contrast_checker", "to": "concept_wcag", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_wcag_matrix", "to": "integration_guide_google_document_ai", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_guide_wcag_matrix", "to": "concept_wcag", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "oliver_customization_branding", "to": "oliver_customization_montserrat", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_basic_structure", "to": "concept_pdfua", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technical_background_check_images", "to": "technical_background_claude_45", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_images", "to": "technical_background_thread_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technical_background_check_images", "to": "concept_alt_text", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sample_poor_remediated_pdf", "to": "sample_poor_pdf", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pdfua1_explanation", "to": "pdfua1_standard", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdfua1_explanation", "to": "concept_pdfua", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pdfua1_standard", "to": "concept_pdfua", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "draft_requirements_pdf_checker", "to": "pdfua1_standard", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "pdfua1_standard", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "draft_requirements_pdf_checker", "to": "draft_requirements_matterhorn", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "draft_requirements_pdf_checker", "to": "concept_wcag", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "draft_requirements_matterhorn", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "draft_requirements_matterhorn", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "frs_verapdf_integration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "frs_hitl_interface", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "frs_gemini_semantic", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "frs_glossary_aware_ai", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "frs_omg_project_id", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "sad_document", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frs_document", "to": "brs_hybrid_validation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "brs_omg_id", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "brs_client_glossary", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_document", "to": "brs_rbac", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brs_hybrid_validation", "to": "frs_hitl_interface", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_gemini_semantic", "to": "sad_vertex_ai_gemini", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frs_glossary_aware_ai", "to": "brs_client_glossary", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brs_omg_id", "to": "frs_omg_project_id", "label": "semantically_similar_to", "title": "semantically_similar_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_gcp_architecture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_vertex_ai_gemini", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_fastapi_backend", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_mongodb", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_redis", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_azure_ad", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_document", "to": "sad_react_spa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_fastapi_backend", "to": "sad_redis", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sad_fastapi_backend", "to": "sad_mongodb", "label": "shares_data_with", "title": "shares_data_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brs_rbac", "to": "sad_azure_ad", "label": "references", "title": "references [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "nbp_accreport", "to": "nbp_tagged_pdf_fail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nbp_accreport", "to": "nbp_alt_text_fail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nbp_accreport", "to": "nbp_form_fields_fail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nbp_tagged_pdf_fail", "to": "concept_pdfua", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "nbp_alt_text_fail", "to": "concept_alt_text", "label": "conceptually_related_to", "title": "conceptually_related_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_wcag", "to": "concept_pdfua", "label": "conceptually_related_to", "title": "conceptually_related_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 54}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 52}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 47}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 40}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 40}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 39}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 39}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 38}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 37}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 36}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 35}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 32}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 31}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 30}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 29}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 28}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 27}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 19}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 15}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 14}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 14}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 13}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 13}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 13}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 13}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 13}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 12}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 12}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 12}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 12}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 12}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 12}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 10}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 10}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 10}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 10}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 10}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 10}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 9}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 9}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 9}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 9}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 9}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 8}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 8}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 8}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 8}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 8}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 7}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 7}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 6}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 6}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 6}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 6}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 6}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 5}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 5}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 5}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 5}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 4}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 4}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 3}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 3}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 3}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 2}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 2}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 2}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 1}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 1}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 1}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 1}, {"cid": 71, "color": "#F28E2B", "label": "Community 71", "count": 1}, {"cid": 72, "color": "#E15759", "label": "Community 72", "count": 1}, {"cid": 73, "color": "#76B7B2", "label": "Community 73", "count": 1}, {"cid": 74, "color": "#59A14F", "label": "Community 74", "count": 1}, {"cid": 75, "color": "#EDC948", "label": "Community 75", "count": 1}, {"cid": 76, "color": "#B07AA1", "label": "Community 76", "count": 1}, {"cid": 77, "color": "#FF9DA7", "label": "Community 77", "count": 1}, {"cid": 78, "color": "#9C755F", "label": "Community 78", "count": 1}, {"cid": 79, "color": "#BAB0AC", "label": "Community 79", "count": 1}, {"cid": 80, "color": "#4E79A7", "label": "Community 80", "count": 1}, {"cid": 81, "color": "#F28E2B", "label": "Community 81", "count": 1}, {"cid": 82, "color": "#E15759", "label": "Community 82", "count": 1}, {"cid": 83, "color": "#76B7B2", "label": "Community 83", "count": 1}, {"cid": 84, "color": "#59A14F", "label": "Community 84", "count": 1}, {"cid": 85, "color": "#EDC948", "label": "Community 85", "count": 1}, {"cid": 86, "color": "#B07AA1", "label": "Community 86", "count": 1}, {"cid": 87, "color": "#FF9DA7", "label": "Community 87", "count": 1}, {"cid": 88, "color": "#9C755F", "label": "Community 88", "count": 1}, {"cid": 89, "color": "#BAB0AC", "label": "Community 89", "count": 1}, {"cid": 90, "color": "#4E79A7", "label": "Community 90", "count": 1}, {"cid": 91, "color": "#F28E2B", "label": "Community 91", "count": 1}, {"cid": 92, "color": "#E15759", "label": "Community 92", "count": 1}, {"cid": 93, "color": "#76B7B2", "label": "Community 93", "count": 1}, {"cid": 94, "color": "#59A14F", "label": "Community 94", "count": 1}, {"cid": 95, "color": "#EDC948", "label": "Community 95", "count": 1}, {"cid": 96, "color": "#B07AA1", "label": "Community 96", "count": 1}, {"cid": 97, "color": "#FF9DA7", "label": "Community 97", "count": 1}, {"cid": 98, "color": "#9C755F", "label": "Community 98", "count": 1}, {"cid": 99, "color": "#BAB0AC", "label": "Community 99", "count": 1}, {"cid": 100, "color": "#4E79A7", "label": "Community 100", "count": 1}, {"cid": 101, "color": "#F28E2B", "label": "Community 101", "count": 1}, {"cid": 102, "color": "#E15759", "label": "Community 102", "count": 1}, {"cid": 103, "color": "#76B7B2", "label": "Community 103", "count": 1}, {"cid": 104, "color": "#59A14F", "label": "Community 104", "count": 1}, {"cid": 105, "color": "#EDC948", "label": "Community 105", "count": 1}, {"cid": 106, "color": "#B07AA1", "label": "Community 106", "count": 1}];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// Build vis datasets
|
|
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
|
|
id: n.id, label: n.label, color: n.color, size: n.size,
|
|
font: n.font, title: n.title,
|
|
_community: n.community, _community_name: n.community_name,
|
|
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
|
|
})));
|
|
|
|
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
|
|
id: i, from: e.from, to: e.to,
|
|
label: '',
|
|
title: e.title,
|
|
dashes: e.dashes,
|
|
width: e.width,
|
|
color: e.color,
|
|
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
|
|
})));
|
|
|
|
const container = document.getElementById('graph');
|
|
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
|
|
physics: {
|
|
enabled: true,
|
|
solver: 'forceAtlas2Based',
|
|
forceAtlas2Based: {
|
|
gravitationalConstant: -60,
|
|
centralGravity: 0.005,
|
|
springLength: 120,
|
|
springConstant: 0.08,
|
|
damping: 0.4,
|
|
avoidOverlap: 0.8,
|
|
},
|
|
stabilization: { iterations: 200, fit: true },
|
|
},
|
|
interaction: {
|
|
hover: true,
|
|
tooltipDelay: 100,
|
|
hideEdgesOnDrag: true,
|
|
navigationButtons: false,
|
|
keyboard: false,
|
|
},
|
|
nodes: { shape: 'dot', borderWidth: 1.5 },
|
|
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
|
|
});
|
|
|
|
network.once('stabilizationIterationsDone', () => {
|
|
network.setOptions({ physics: { enabled: false } });
|
|
});
|
|
|
|
function showInfo(nodeId) {
|
|
const n = nodesDS.get(nodeId);
|
|
if (!n) return;
|
|
const neighborIds = network.getConnectedNodes(nodeId);
|
|
const neighborItems = neighborIds.map(nid => {
|
|
const nb = nodesDS.get(nid);
|
|
const color = nb ? nb.color.background : '#555';
|
|
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
|
|
}).join('');
|
|
document.getElementById('info-content').innerHTML = `
|
|
<div class="field"><b>${esc(n.label)}</b></div>
|
|
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
|
|
<div class="field">Community: ${esc(n._community_name)}</div>
|
|
<div class="field">Source: ${esc(n._source_file || '-')}</div>
|
|
<div class="field">Degree: ${n._degree}</div>
|
|
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
|
|
`;
|
|
}
|
|
|
|
function focusNode(nodeId) {
|
|
network.focus(nodeId, { scale: 1.4, animation: true });
|
|
network.selectNodes([nodeId]);
|
|
showInfo(nodeId);
|
|
}
|
|
|
|
// Track hovered node — hover detection is more reliable than click params
|
|
let hoveredNodeId = null;
|
|
network.on('hoverNode', params => {
|
|
hoveredNodeId = params.node;
|
|
container.style.cursor = 'pointer';
|
|
});
|
|
network.on('blurNode', () => {
|
|
hoveredNodeId = null;
|
|
container.style.cursor = 'default';
|
|
});
|
|
container.addEventListener('click', () => {
|
|
if (hoveredNodeId !== null) {
|
|
showInfo(hoveredNodeId);
|
|
network.selectNodes([hoveredNodeId]);
|
|
}
|
|
});
|
|
network.on('click', params => {
|
|
if (params.nodes.length > 0) {
|
|
showInfo(params.nodes[0]);
|
|
} else if (hoveredNodeId === null) {
|
|
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
|
|
}
|
|
});
|
|
|
|
const searchInput = document.getElementById('search');
|
|
const searchResults = document.getElementById('search-results');
|
|
searchInput.addEventListener('input', () => {
|
|
const q = searchInput.value.toLowerCase().trim();
|
|
searchResults.innerHTML = '';
|
|
if (!q) { searchResults.style.display = 'none'; return; }
|
|
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
|
|
if (!matches.length) { searchResults.style.display = 'none'; return; }
|
|
searchResults.style.display = 'block';
|
|
matches.forEach(n => {
|
|
const el = document.createElement('div');
|
|
el.className = 'search-item';
|
|
el.textContent = n.label;
|
|
el.style.borderLeft = `3px solid ${n.color.background}`;
|
|
el.style.paddingLeft = '8px';
|
|
el.onclick = () => {
|
|
network.focus(n.id, { scale: 1.5, animation: true });
|
|
network.selectNodes([n.id]);
|
|
showInfo(n.id);
|
|
searchResults.style.display = 'none';
|
|
searchInput.value = '';
|
|
};
|
|
searchResults.appendChild(el);
|
|
});
|
|
});
|
|
document.addEventListener('click', e => {
|
|
if (!searchResults.contains(e.target) && e.target !== searchInput)
|
|
searchResults.style.display = 'none';
|
|
});
|
|
|
|
const hiddenCommunities = new Set();
|
|
|
|
const selectAllCb = document.getElementById('select-all-cb');
|
|
|
|
function updateSelectAllState() {
|
|
const total = LEGEND.length;
|
|
const hidden = hiddenCommunities.size;
|
|
selectAllCb.checked = hidden === 0;
|
|
selectAllCb.indeterminate = hidden > 0 && hidden < total;
|
|
}
|
|
|
|
function toggleAllCommunities(hide) {
|
|
document.querySelectorAll('.legend-item').forEach(item => {
|
|
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
|
|
});
|
|
document.querySelectorAll('.legend-cb').forEach(cb => {
|
|
cb.checked = !hide;
|
|
});
|
|
LEGEND.forEach(c => {
|
|
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
|
|
});
|
|
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
|
|
nodesDS.update(updates);
|
|
updateSelectAllState();
|
|
}
|
|
|
|
const legendEl = document.getElementById('legend');
|
|
LEGEND.forEach(c => {
|
|
const item = document.createElement('div');
|
|
item.className = 'legend-item';
|
|
const cb = document.createElement('input');
|
|
cb.type = 'checkbox';
|
|
cb.className = 'legend-cb';
|
|
cb.checked = true;
|
|
cb.addEventListener('change', (e) => {
|
|
e.stopPropagation();
|
|
if (cb.checked) {
|
|
hiddenCommunities.delete(c.cid);
|
|
item.classList.remove('dimmed');
|
|
} else {
|
|
hiddenCommunities.add(c.cid);
|
|
item.classList.add('dimmed');
|
|
}
|
|
const updates = RAW_NODES
|
|
.filter(n => n.community === c.cid)
|
|
.map(n => ({ id: n.id, hidden: !cb.checked }));
|
|
nodesDS.update(updates);
|
|
updateSelectAllState();
|
|
});
|
|
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
|
|
<span class="legend-label">${c.label}</span>
|
|
<span class="legend-count">${c.count}</span>`;
|
|
item.prepend(cb);
|
|
item.onclick = (e) => {
|
|
if (e.target === cb) return;
|
|
cb.checked = !cb.checked;
|
|
cb.dispatchEvent(new Event('change'));
|
|
};
|
|
legendEl.appendChild(item);
|
|
});
|
|
</script>
|
|
<script>
|
|
// Render hyperedges as shaded regions
|
|
const hyperedges = [];
|
|
// afterDrawing passes ctx already transformed to network coordinate space.
|
|
// Draw node positions raw — no manual pan/zoom/DPR math needed.
|
|
network.on('afterDrawing', function(ctx) {
|
|
hyperedges.forEach(h => {
|
|
const positions = h.nodes
|
|
.map(nid => network.getPositions([nid])[nid])
|
|
.filter(p => p !== undefined);
|
|
if (positions.length < 2) return;
|
|
ctx.save();
|
|
ctx.globalAlpha = 0.12;
|
|
ctx.fillStyle = '#6366f1';
|
|
ctx.strokeStyle = '#6366f1';
|
|
ctx.lineWidth = 2;
|
|
ctx.beginPath();
|
|
// Centroid and expanded hull in network coordinates
|
|
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
|
|
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
|
|
const expanded = positions.map(p => ({
|
|
x: cx + (p.x - cx) * 1.15,
|
|
y: cy + (p.y - cy) * 1.15
|
|
}));
|
|
ctx.moveTo(expanded[0].x, expanded[0].y);
|
|
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
|
|
ctx.closePath();
|
|
ctx.fill();
|
|
ctx.globalAlpha = 0.4;
|
|
ctx.stroke();
|
|
// Label
|
|
ctx.globalAlpha = 0.8;
|
|
ctx.fillStyle = '#4f46e5';
|
|
ctx.font = 'bold 11px sans-serif';
|
|
ctx.textAlign = 'center';
|
|
ctx.fillText(h.label, cx, cy - 5);
|
|
ctx.restore();
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |