<?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 Re: Converting documents to Markdown in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125898#M4710</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp; I have installed python in rdp under user specific folder, Updates the same path in object dll setup (C:\users\username\AppData.....\Python314.dll). Yes, I could see the python version if I check installed version in command prompt.&lt;BR /&gt;Let me know if anything needed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kiran&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2026 13:00:51 GMT</pubDate>
    <dc:creator>kiranb25</dc:creator>
    <dc:date>2026-07-20T13:00:51Z</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>
    <item>
      <title>Re: Converting documents to Markdown</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125893#M4706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have downloaded the MarkItDown utility and set up the DLL path as well able to initialize but i am getting error (Object reference not set to an instance of an object) while running the code stage.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using blue prism v7.4.1&lt;BR /&gt;python 3.14&lt;/P&gt;&lt;P&gt;Could you please suggest if I am missing anything? Do i need to setup anything in Application modeller ?&lt;BR /&gt;Appreciate your help, Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 14:47:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125893#M4706</guid>
      <dc:creator>kiranb25</dc:creator>
      <dc:date>2026-07-17T14:47:04Z</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/125894#M4707</link>
      <description>&lt;UL&gt;&lt;LI&gt;To provide more info, I have imported all the libraires as required and both python and libraries are installed in user specific (updated the same path in dll set up).&lt;/LI&gt;&lt;LI&gt;Able to run initialize page but while executing the convert code stage issue occurs, when I compile the code (failed to initialize the python).&lt;/LI&gt;&lt;LI&gt;Standalone code is working fine in python idle.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 19 Jul 2026 09:41:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125894#M4707</guid>
      <dc:creator>kiranb25</dc:creator>
      <dc:date>2026-07-19T09:41:04Z</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/125896#M4708</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/8462"&gt;@kiranb25&lt;/a&gt;&amp;nbsp;just for clarity, you're not using Python virtual environments, correct? Is Python also added to your PATH environment variable? In other words, if you just open a command prompt and type &lt;STRONG&gt;py -V&lt;/STRONG&gt;, do you get a response showing the installed Python version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 12:47:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125896#M4708</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2026-07-20T12:47:45Z</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/125898#M4710</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp; I have installed python in rdp under user specific folder, Updates the same path in object dll setup (C:\users\username\AppData.....\Python314.dll). Yes, I could see the python version if I check installed version in command prompt.&lt;BR /&gt;Let me know if anything needed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kiran&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 13:00:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125898#M4710</guid>
      <dc:creator>kiranb25</dc:creator>
      <dc:date>2026-07-20T13:00:51Z</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/125899#M4711</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/8462"&gt;@kiranb25&lt;/a&gt;&amp;nbsp;how did you install the MarkItDown Python module? Did you use &lt;STRONG&gt;pip (ex. &lt;/STRONG&gt;&lt;EM&gt;pip install "markitdown[all]"&lt;/EM&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;If you run &lt;EM&gt;&lt;STRONG&gt;pip show markitdown&lt;/STRONG&gt;&lt;/EM&gt;, what output do you receive?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 13:18:53 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125899#M4711</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2026-07-20T13:18:53Z</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/125901#M4712</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp;Yes installed using&amp;nbsp;&lt;EM&gt;pip install markitdown[all]. refer below screen:&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiranb25_0-1784554428614.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/42282i716CEEACCBACF12D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="kiranb25_0-1784554428614.png" alt="kiranb25_0-1784554428614.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 13:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125901#M4712</guid>
      <dc:creator>kiranb25</dc:creator>
      <dc:date>2026-07-20T13:35:00Z</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/125925#M4715</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&amp;nbsp;I have tried with python version 3.10v by updating the dll reference still the same issue, Unable to initialize the python.&lt;/P&gt;&lt;P&gt;Let me know if i am missing anything.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kiran&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 12:25:26 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125925#M4715</guid>
      <dc:creator>kiranb25</dc:creator>
      <dc:date>2026-07-23T12:25:26Z</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/125926#M4716</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/8462"&gt;@kiranb25&lt;/a&gt;&amp;nbsp;that's strange as it's working fine in various tests for us. Are you getting the error both when trying to run your test process in debug mode as well as from Control Room?&lt;/P&gt;&lt;P&gt;You mentioned RDP previously, are you RDP'ing to the development machine (the box with Process and Object Studio on it)?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 13:21:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Converting-documents-to-Markdown/m-p/125926#M4716</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2026-07-23T13:21:01Z</dc:date>
    </item>
  </channel>
</rss>

