RED-7375:Integrate Table Parsing Service

* fixed merging mistake
This commit is contained in:
yhampe 2023-11-29 10:06:05 +01:00
parent 1c3c5385e1
commit cc492bc50d

View File

@ -68,7 +68,7 @@ public class PdfSegmentationServiceTest extends AbstractTest {
ClassificationDocument classificationDocument = layoutParsingPipeline.parseLayout(LayoutParsingType.REDACT_MANAGER,
originDocument,
new ImageServiceResponse(),
new TableServiceResponse(), new TableExtractorResponse());
tableServiceResponse, new TableExtractorResponse());
redactManagerClassificationService.classifyDocument(classificationDocument);