fix:pdfEnhancementEnabled
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user