fix:pdfEnhancementEnabled

This commit is contained in:
yujiangping
2025-12-26 11:48:32 +08:00
parent 9f647e8357
commit 6887d7dc74

View File

@@ -119,7 +119,7 @@ const CreateDataset = () => {
if(current === 1 && nextStep === 2) { if(current === 1 && nextStep === 2) {
// debugger // debugger
// handlePreview(data[0],0) // handlePreview(data[0],0)
if(parameterSettings === 'customSettings' || processingMethod === 'qaExtract'){ if(parameterSettings === 'customSettings' || processingMethod === 'qaExtract' || pdfEnhancementEnabled){
rechunkFileIds.map((id) => { rechunkFileIds.map((id) => {
const params = { const params = {
progress: 0, progress: 0,