I have a unique use case using an AI tool and getting HTML-ish results.
I have a workflow that submits an image to an AI application via an API request and then produces and the results (with the formatting) that looks like this (just a sample):
Image Analysis Results
Please note that the accuracy of the extracted text may be impacted by factors such as lighting conditions, glare, angle, and image clarity. If the text appears unclear or blurry in the original image, some characters or formatting may not be accurately captured.
Spelling Errors: NoneGrammar Issues & Sentence Structure:
“”.Sunscreen"" → Possible correction: ““Sunscreen”” (remove the period)
I have not successfully figured out reporting options yet, and I am trying to create a PDF output that would include:
- the original image at the top of the page (my workflow turns it into Binary code for the API but I have the original location)
- and then the results in HTML format below it.
Anyone have any examples, suggestions on the best approach for something like this using standard offerings in KNIME. Also it would need to work on the Business Hub.
Thanks in advance.