|
@@ -2552,7 +2552,7 @@ function renderInlineForTable() {
|
|
|
|
|
|
|
|
const combinedTitle = el('div', 'section-title');
|
|
const combinedTitle = el('div', 'section-title');
|
|
|
combinedTitle.innerHTML = '<h2>Additional & AI-Driven Attributes</h2>';
|
|
combinedTitle.innerHTML = '<h2>Additional & AI-Driven Attributes</h2>';
|
|
|
- content.appendChild(combinedTitle);
|
|
|
|
|
|
|
+ // content.appendChild(combinedTitle);
|
|
|
|
|
|
|
|
const combinedAttributesContainer = el('div', 'combined-attributes-container');
|
|
const combinedAttributesContainer = el('div', 'combined-attributes-container');
|
|
|
|
|
|
|
@@ -2563,7 +2563,7 @@ function renderInlineForTable() {
|
|
|
'Additional Attributes',
|
|
'Additional Attributes',
|
|
|
mandatoryData
|
|
mandatoryData
|
|
|
);
|
|
);
|
|
|
- combinedAttributesContainer.appendChild(additionalTable);
|
|
|
|
|
|
|
+ // combinedAttributesContainer.appendChild(additionalTable);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Render OCR Table (Conditional based on data existence)
|
|
// Render OCR Table (Conditional based on data existence)
|
|
@@ -2573,7 +2573,7 @@ function renderInlineForTable() {
|
|
|
'OCR Results',
|
|
'OCR Results',
|
|
|
mandatoryData
|
|
mandatoryData
|
|
|
);
|
|
);
|
|
|
- combinedAttributesContainer.appendChild(ocrTable);
|
|
|
|
|
|
|
+ // combinedAttributesContainer.appendChild(ocrTable);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Render Visuals Table (Conditional based on data existence)
|
|
// Render Visuals Table (Conditional based on data existence)
|
|
@@ -2583,10 +2583,10 @@ function renderInlineForTable() {
|
|
|
'Visual Results',
|
|
'Visual Results',
|
|
|
mandatoryData
|
|
mandatoryData
|
|
|
);
|
|
);
|
|
|
- combinedAttributesContainer.appendChild(visualsTable);
|
|
|
|
|
|
|
+ // combinedAttributesContainer.appendChild(visualsTable);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- content.appendChild(combinedAttributesContainer);
|
|
|
|
|
|
|
+ // content.appendChild(combinedAttributesContainer);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// --- Summary Counts ---
|
|
// --- Summary Counts ---
|