<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Converting documents to Markdown in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125407#M4684</link>
    <description>&lt;P&gt;If you're working with LLMs and especially if you're implementing any sort of RAG pipeline, there's a new VBO on the DX that might be of interest. It's the&amp;nbsp;&lt;A href="https://digitalexchange.blueprism.com/my-assets/cardDetails?assetId=200203" target="_blank" rel="noopener"&gt;Utility - MarkItDown&lt;/A&gt;&amp;nbsp;VBO. This VBO leverages Microsoft's &lt;STRONG&gt;MarkItDown&lt;/STRONG&gt; Python package to convert different file types, and web pages, to Markdown locally.&lt;/P&gt;&lt;P&gt;While LLMs can accept various file formats—such as PDF, DOCX, and HTML—they ultimately process text best when it is structured with clear hierarchy, which Markdown provides, often replacing the need for complex, often messy, raw HTML or JSON formatting. In some cases, this can have a positive impact on your overall token utilization because you're converting the files locally before sending them to the LLM.&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*NOTE:&lt;/STRONG&gt; This isn't always a requirement of the LLM.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The Code stages in the VBO are implemented in Python which means this VBO is limited to Blue Prism v7.4 or later.&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2026 21:10:17 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2026-05-04T21:10:17Z</dc:date>
    <item>
      <title>Converting documents to Markdown</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125407#M4684</link>
      <description>&lt;P&gt;If you're working with LLMs and especially if you're implementing any sort of RAG pipeline, there's a new VBO on the DX that might be of interest. It's the&amp;nbsp;&lt;A href="https://digitalexchange.blueprism.com/my-assets/cardDetails?assetId=200203" target="_blank" rel="noopener"&gt;Utility - MarkItDown&lt;/A&gt;&amp;nbsp;VBO. This VBO leverages Microsoft's &lt;STRONG&gt;MarkItDown&lt;/STRONG&gt; Python package to convert different file types, and web pages, to Markdown locally.&lt;/P&gt;&lt;P&gt;While LLMs can accept various file formats—such as PDF, DOCX, and HTML—they ultimately process text best when it is structured with clear hierarchy, which Markdown provides, often replacing the need for complex, often messy, raw HTML or JSON formatting. In some cases, this can have a positive impact on your overall token utilization because you're converting the files locally before sending them to the LLM.&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*NOTE:&lt;/STRONG&gt; This isn't always a requirement of the LLM.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The Code stages in the VBO are implemented in Python which means this VBO is limited to Blue Prism v7.4 or later.&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 21:10:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125407#M4684</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2026-05-04T21:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Converting documents to Markdown</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125712#M4693</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I downloaded the MarkItDown utility from the Blue Prism Digital Exchange and I'm trying to test it.&lt;/P&gt;&lt;P&gt;However, as soon as I run the &lt;STRONG&gt;Convert File&lt;/STRONG&gt; action, I get the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to set run stage - Internal : Failed to initialize Python&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So far I have installed:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Python&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;MarkItDown&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Python.NET&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I am using &lt;STRONG&gt;Blue Prism 7.4.2 HF1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I'm not sure where the issue could be. Has anyone experienced this error before or knows if there are any additional configuration steps required for Python integration with this utility?&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 15:46:23 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125712#M4693</guid>
      <dc:creator>matiasskwarko84</dc:creator>
      <dc:date>2026-06-17T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting documents to Markdown</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125714#M4694</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/65804"&gt;@matiasskwarko84&lt;/a&gt;&amp;nbsp;well, this is embarrassing. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I forgot to mention in the user guide that you need to open the VBO and set the path to the Python DLL on your system. I'll update the user guide today or tomorrow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ewilson_0-1781712844109.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/42234i6174DAE90339E213/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="ewilson_0-1781712844109.png" alt="ewilson_0-1781712844109.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 16:15:07 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125714#M4694</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2026-06-17T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Converting documents to Markdown</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125726#M4695</link>
      <description>&lt;P&gt;Actually, I did add that step in the &lt;STRONG&gt;Configuration&lt;/STRONG&gt; section of the User Guide. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; It's on page 5.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 22:37:22 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125726#M4695</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2026-06-18T22:37:22Z</dc:date>
    </item>
  </channel>
</rss>

