apupier commented on code in PR #20979:
URL: https://github.com/apache/camel/pull/20979#discussion_r2716749613


##########
components/camel-ai/camel-docling/src/main/java/org/apache/camel/component/docling/DoclingProducer.java:
##########
@@ -580,6 +555,7 @@ private DocumentMetadata parseMetadataFromJson(String 
jsonOutput, String inputPa
         metadata.setFilePath(inputPath);
 
         try {
+               DoclingDocument value = objectMapper.readValue(jsonOutput, 
DoclingDocument.class);

Review Comment:
   maybe need to do similar changes in tis method too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to