-
What is the easiest way to get the entire text of a document after Decode? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@aropb I'm not sure I understand what you're trying to do. If you only need to extract text from documents, you can use the classes available here https://github.com/microsoft/kernel-memory/tree/main/service/Core/DataFormats |
Beta Was this translation helpful? Give feedback.
-
I need to get the all extracted text of the entire document after the ImportDocument. That is, not parts, but the whole text. |
Beta Was this translation helpful? Give feedback.
-
I'm a little surprised by the response, I've added a new step to the pipeline. There I take all the extracted text and summary. |
Beta Was this translation helpful? Give feedback.
I'm a little surprised by the response, I've added a new step to the pipeline. There I take all the extracted text and summary.