@if ((extractStrategies | async) && (onlyExtract || (splitStrategies | async))) { {{ 'upload.advanced.extraction.title' | translate }} @if (enabled) { @if (extractStrategies | async; as strategies) { @if (!!strategies[extractConfig || '']?.ai_tables || !!strategies[extractConfig || '']?.vllm_config) { {{ 'upload.advanced.extraction.warning' | translate }} }
@for (strategy of strategies | keyvalue; track strategy) { {{ strategy.value.name || strategy.key }} } @if ((strategies | keyvalue).length === 0) {
}
} @if (!onlyExtract) { @if (splitStrategies | async; as strategies) {
@for (strategy of strategies | keyvalue; track strategy) { {{ strategy.value.name || strategy.key }} } @if ((strategies | keyvalue).length === 0) {
}
} } } }