Skip to content

Commit f648011

Browse files
dreamer6680dreamer6680
andauthored
fix: apidataset don`t support pdfEnhance (#5209)
Co-authored-by: dreamer6680 <[email protected]>
1 parent 8ff0e8b commit f648011

File tree

1 file changed

+2
-1
lines changed
  • packages/service/core/dataset

1 file changed

+2
-1
lines changed

packages/service/core/dataset/read.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ export const readDatasetSourceRawText = async ({
129129
apiDatasetServer,
130130
apiFileId: sourceId,
131131
teamId,
132-
tmbId
132+
tmbId,
133+
customPdfParse
133134
});
134135
return {
135136
title,

0 commit comments

Comments
 (0)