<?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: Input PDFs (they are images) in Dev Space</title>
    <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/538900#M1195</link>
    <description>&lt;P&gt;Hey @tlarsen7572 I downloaded the OCR tool and was able to input a pdf into alteryx. However, it seems that it's not taking any pdf documents above 200 KB, do you have any idea why and how I could fix this if possible? Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 14:29:07 GMT</pubDate>
    <dc:creator>agendel</dc:creator>
    <dc:date>2020-03-09T14:29:07Z</dc:date>
    <item>
      <title>Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404360#M838</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a bit stuck, I originally posted this in the designer forums but did not get many responses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I have is: We currently receive pdf documents which have been faxed to us. These are hand written order forms. We need to take these forms and run some form of handwriting OCR on them to help our data input guys out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My idea is to write a python tool which can convert the pdf to a jpg. We can then take this jpg and upload it to either azure or google ocr then get the results back. We have tested the azure ocr and it worked great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have written the python which does the pdf to jpg and am trying and failing to make this into a tool in alteryx (At the moment I am getting a "typeError:__init__ () takes 2 positional arguments but 4 were give" but i think i can work this out).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise if what I am doing will actually work or if there is a better way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 08:46:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404360#M838</guid>
      <dc:creator>clant</dc:creator>
      <dc:date>2019-04-18T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404405#M839</link>
      <description>&lt;P&gt;This is a really cool use case!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you want to do is certainly very possible, it's just a matter of the implementation details.&amp;nbsp; At the moment I see 2 possible ways to get the data into the custom tool:&lt;/P&gt;&lt;P&gt;1. Import the PDFs as BLOBs using the Blob Input developer tool.&amp;nbsp; The Python tool can then use the raw byte data to convert to jpg and send to the appropriate cloud API&lt;/P&gt;&lt;P&gt;2. Send the Python tool a list of filenames.&amp;nbsp; For each file name, the tool can import the PDF, convert to JPG, and send it to the API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which method you use really depends on the nature of the API and the PDF-to-JPG package you chose.&amp;nbsp; Most likely, 2 will be the easiest option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What kind of data is returned from the Azure/Google API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would encourage you to give it a go.&amp;nbsp; If you run into any issues or errors, you can post them in this forum.&amp;nbsp; There is a bit of a trick to munge your Python code into a custom tool, but there are lots of smart people here to help.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 11:38:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404405#M839</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-04-18T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404529#M840</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have managed to get my python working but with a error. I have attached the yxi file, this is ugly, i made this following the beginngers guide to python tools. This is currently giving me the error below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Python Convert PDF to Jpeg (7): Traceback (most recent call last):&lt;BR /&gt;File "PDFtoImage_Engine.py", line 171, in ii_push_record&lt;BR /&gt;Boost.Python.ArgumentError: Python argument types in&lt;BR /&gt;OutputAnchor.push_record(OutputAnchor, str)&lt;BR /&gt;did not match C++ signature:&lt;BR /&gt;push_record(class SRC::Python::OutputAnchor {lvalue}, class boost::shared_ptr&amp;lt;struct SRC::Python::ConstRecordRef&amp;gt; record, bool no_auto_close=False)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone could help with how to fix this i would appreciate it! The way this tool works is you can drop a text input tool in front of it with the file location of a pdf. This will then create in the same location a jpg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regards to the data from azure this comes back as json which should be ok to parse out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 15:24:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404529#M840</guid>
      <dc:creator>clant</dc:creator>
      <dc:date>2019-04-18T15:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404556#M841</link>
      <description>&lt;P&gt;Very close, see attached for a corrected python file (in a txt extension, because Alteryx's forum doesn't like me attached python scripts...).&amp;nbsp; All of my changes have comments preceding them, so I hope they are easy to find.&amp;nbsp; In summary, the changes I made were:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When you add the summary field to the record info in ii_init, save the field instance to a property.&amp;nbsp; We will use that instance later to populate the string value.&lt;/LI&gt;&lt;LI&gt;In ii_push_record, you are assigning the out_record to a string.&amp;nbsp; This is invalid; out_record needs to be a recordref object.&lt;/LI&gt;&lt;LI&gt;In your if statement in ii_push_record, populate the summary field with the set_from_string function&lt;/LI&gt;&lt;LI&gt;Just after the if statement in ii_push_record, create the out_record recordref object by calling finalize_record on your record creator.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now everything should work....at least it does on my system.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 16:00:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/404556#M841</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-04-18T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/405893#M842</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;&amp;nbsp;I have attached my tool which successfully converts pdfs to jpegs. I have tested with the directory tool and it worked great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your help on this! Here is the tool!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 10:40:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/405893#M842</guid>
      <dc:creator>clant</dc:creator>
      <dc:date>2019-04-23T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/406555#M843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a update for you as i know you were interested. I have successfully completed this now! I am using the read api on azure, this makes it a little more complicated because you have to post, then use a get to get the results as it has some processing time. This has worked amazingly well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 10:52:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/406555#M843</guid>
      <dc:creator>clant</dc:creator>
      <dc:date>2019-04-24T10:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/406561#M844</link>
      <description>&lt;P&gt;Thanks for sharing the update,&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13521"&gt;@clant&lt;/a&gt;!&amp;nbsp; This is a really cool use-case for Alteryx, I am glad you were able to get it working.&amp;nbsp; I am bookmarking this thread in case I ever have to do any kind of OCR extraction.&amp;nbsp; As a department (Internal Audit), we sometimes have to deal with PDF/paper docs; I could see this being very helpful around things like contract analysis.&amp;nbsp; Definitely next-level stuff.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:17:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/406561#M844</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-04-24T11:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/462999#M1031</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13521"&gt;@clant&lt;/a&gt;, currently I am trying to do exactly what you did, but after reading this thread and downloading your zip file, i still dont really get how the whole thing works on Alteryx. Do you mind sharing your workflow or elaborate further of how this (python script) is incorporated into Alteryx before utilizing read api on azure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help. Appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:37:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/462999#M1031</guid>
      <dc:creator>Awesomeville</dc:creator>
      <dc:date>2019-09-12T09:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/464861#M1038</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;&amp;nbsp;Hello, since I couldnt reach&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13521"&gt;@clant&lt;/a&gt;&amp;nbsp;to seek for advice on how does his tool actually works, could I trouble you instead since I noticed you are actually one of the alteryx dev founder and also took part in the python tool contest to say the least. I was hoping you could help me out here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I am trying to utilize &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13521"&gt;@clant&lt;/a&gt;'s&amp;nbsp;tool to retrieve texts (inclusive of handwritten) from PDF file formats which are actually scanned copies. Actually maybe not his tool, but i guess Python tool in generally to perform the conversion to retrieve the result but am failing. I was exploring the usage of Microsoft Batch Read File OCR to do it but I just cant seem to get it working somehow. I don't really get where it goes wrong because I pretty much followed what was mentioned on&amp;nbsp;&lt;A href="https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb" target="_blank" rel="noopener"&gt;https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb&lt;/A&gt;. This being said, I could not derive the Operation-Location header to even start utilizing Get Read Operation Result. Though I prolly wouldnt know how to join it together even if I could.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am turning to my alternative which is to convert scanned images of PDF file format into png files before utilizing the OCR to parse texts out (which I am able to do). So this is where the Python SDK comes in which i am stuck at. Would really appreciate if you can enlighten how I can even begin to utilize this or get it functional.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 02:37:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/464861#M1038</guid>
      <dc:creator>Awesomeville</dc:creator>
      <dc:date>2019-09-17T02:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/465136#M1039</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/72684"&gt;@Awesomeville&lt;/a&gt;, thanks for reaching out.&amp;nbsp; I wouldn't call myself a 'founder' (I'm not an Alteryx employee or anything...).&amp;nbsp; I just like to code and find the SDKs to be the funnest part of Alteryx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, I'd be happy to try and help.&amp;nbsp; My first thought is to try and get the Microsoft Batch Read API working.&amp;nbsp; Based on my read of the documentation, it should be possible.&amp;nbsp; But I have dealt with a lot of web APIs lately, and they can be tricky to get right.&amp;nbsp; I'll see if I can get a free or low-cost subscription key to work with.&amp;nbsp; We can either start with your code or I can put something together and send to you to try.&amp;nbsp; Either way, if I cannot obtain a key, there will likely be a bit of back-and-forth before we get it working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to work on something together, one option for communication would be Slack.&amp;nbsp; A few of us have a (mostly quiet) Slack channel (alteryxpython.slack.com) for facilitating custom tool work.&amp;nbsp; Of course, if you prefer, we can always communicate here as well.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:54:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/465136#M1039</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-09-17T14:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/465391#M1040</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/72684"&gt;@Awesomeville&lt;/a&gt;, so I ended up taking a shot at this Azure service today.&amp;nbsp; I was able to sign up for the free tier and start testing things out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get a custom tool working that sends images and PDFs to the Azure endpoint, waits for Azure to process the files, and then downloads and parses the results.&amp;nbsp; I tested this on some handwritten sentences I wrote and scanned to PDF for testing, and am amazed at how well it works.&amp;nbsp; I can see a huge potential use case for my department regarding things like contract analysis.&amp;nbsp; This is a powerful OCR service Microsoft provides.&amp;nbsp; The tool is attached to this message if you want to try it out.&amp;nbsp; Let me know if you run into issues.&amp;nbsp; Also, you can view the code &lt;A href="https://github.com/Alteryx-Python/AlteryxTools/tree/master/OCR/OCR" target="_self"&gt;here on GitHub&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to talk about how it works, feel free to start a discussion and I can walk you through the code.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 21:08:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/465391#M1040</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-09-17T21:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/465433#M1041</link>
      <description>&lt;P&gt;Not too shabby at all&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;&amp;nbsp; (awesome)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="TestingOCR.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78703i35067D14EFF9FB62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TestingOCR.png" alt="TestingOCR.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 22:47:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/465433#M1041</guid>
      <dc:creator>Nick612Haylund</dc:creator>
      <dc:date>2019-09-17T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/466141#M1042</link>
      <description>&lt;P&gt;Thanks for the awesome work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't input the tool so will need to use the code on GitHub. Can you walk me through how to put this into a workflow? I'm quite new to the Python SDK world.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you attach an example workflow showing how to convert a PDF into data, that would be perfect&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:27:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/466141#M1042</guid>
      <dc:creator>MattDuncan</dc:creator>
      <dc:date>2019-09-19T08:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/466180#M1043</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/34076"&gt;@MattDuncan&lt;/a&gt;, welcome to the Python SDK world!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The easiest place to start would be installing the tool from the yxi.&amp;nbsp; What do you mean by, 'I can't input the tool'?&amp;nbsp; Inside the zip should be a yxi file.&amp;nbsp; Extract it and open it from Alteryx.&amp;nbsp; Alteryx will present an installation dialog.&amp;nbsp; Once you install the tool you can find it in the Laboratory tab:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCR1.PNG" style="width: 898px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78961iCCDD175684A150EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="OCR1.PNG" alt="OCR1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you cannot find the Laboratory tab, click the plus sign at the right of the tabs and make sure Laboratory is selected:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCR2.PNG" style="width: 897px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78962iFB6C0BB3CC70EE95/image-size/large?v=v2&amp;amp;px=999" role="button" title="OCR2.PNG" alt="OCR2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the tool is installed, start your workflow by creating a list of file paths you want converted.&amp;nbsp; I usually use the Text Input tool or the Directory tool for this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCR3.PNG" style="width: 896px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78964i6EC3654C782BCCA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="OCR3.PNG" alt="OCR3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the OCR tool and configure it with the endpoint and key from your Azure portal:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCR4.PNG" style="width: 896px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78965iECD5C0B1788E98A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="OCR4.PNG" alt="OCR4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The easiest way to get the endpoint and key is to go to the Overview or Quick start sections on Azure.&amp;nbsp; This is what my Quick start looks like.&amp;nbsp; I can copy the endpoint and key right from this page and paste it into the Alteryx tool:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OCR5.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/78966iB859E6A45589A175/image-size/large?v=v2&amp;amp;px=999" role="button" title="OCR5.png" alt="OCR5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And that should be it.&amp;nbsp; The beauty of the Python SDK is that there is no configuration required on your end beyond installing the tool with the YXI file.&amp;nbsp; If you are having an error doing so, let us know and we can troubleshoot.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 10:09:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/466180#M1043</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-09-19T10:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/491258#M1076</link>
      <description>&lt;P&gt;Hi @&lt;SPAN class="UserName lia-user-name lia-user-rank-Comet lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782" target="_self"&gt;&lt;SPAN class="login-bold"&gt;tlarsen7572,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing! I was able to successfully install the OCR tool in Alteryx. However, I've been having trouble locating the endpoint to use in the configuration since my Quick Start section in Azure doesn't look like yours in the screenshot. In an attempt to create an endpoint, I added a virtual machine in Azure with a static IP address and tried to use that as the endpoint. Though, I'm not sure if that is correct or necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was also unsure if the Subscription Key needed for the configuration is the same as the Subscription ID that I see in Azure. I would greatly appreciate any tips you have on how to overcome this!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 16:41:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/491258#M1076</guid>
      <dc:creator>Jamie12</dc:creator>
      <dc:date>2019-11-19T16:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/491274#M1077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/74272"&gt;@Jamie12&lt;/a&gt;!&amp;nbsp; Did you create a Computer Vision resource in your Azure portal?&amp;nbsp; I just checked my Quick Start and it hasn't changed it's appearance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the home page of your Azure portal, click 'Create a resource'&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Computer Vision 1.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/87145i77D7463178D012C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Computer Vision 1.JPG" alt="Computer Vision 1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search the marketplace for 'computer vision'.&amp;nbsp; You should see something like below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Computer Vision 2.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/87146i9A47DBAA23C3CBC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Computer Vision 2.JPG" alt="Computer Vision 2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you create the Computer Vision resource, you should have access to the Quick Start page that looks like mine and which will provide you with the key and the endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that help, or are you still unable to access the API?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:07:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/491274#M1077</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2019-11-19T17:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/491282#M1078</link>
      <description>&lt;P&gt;That did the trick! Thank you so much @&lt;SPAN class="UserName lia-user-name lia-user-rank-Comet lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782" target="_self"&gt;&lt;SPAN class="login-bold"&gt;tlarsen7572!&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:31:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/491282#M1078</guid>
      <dc:creator>Jamie12</dc:creator>
      <dc:date>2019-11-19T17:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/530233#M1167</link>
      <description>&lt;P&gt;Awesome tool!&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;. Is there any way to see the backend code behind the tool? I know you can do this for macros but I can't figure out in this case. I am guessing this was developed using the python SDK?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 13:52:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/530233#M1167</guid>
      <dc:creator>trettelap</dc:creator>
      <dc:date>2020-02-19T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/530298#M1173</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/120442"&gt;@trettelap&lt;/a&gt;, glad you like the tool!&amp;nbsp; It certainly was developed using the Python SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is available on GitHub &lt;A href="https://github.com/Alteryx-Python/AlteryxTools/tree/master/OCR/OCR" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp; Also, you can see the code on your local PC at one of the following paths:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you installed the tool as admin: C:\ProgramData\Alteryx\Tools\OCR&lt;/P&gt;&lt;P&gt;If you installed the tool user-specific: C:\Users\Your User Name\AppData\Roaming\Alteryx\Tools\OCR&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 14:31:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/530298#M1173</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2020-02-19T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Input PDFs (they are images)</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/538900#M1195</link>
      <description>&lt;P&gt;Hey @tlarsen7572 I downloaded the OCR tool and was able to input a pdf into alteryx. However, it seems that it's not taking any pdf documents above 200 KB, do you have any idea why and how I could fix this if possible? Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:29:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Input-PDFs-they-are-images/m-p/538900#M1195</guid>
      <dc:creator>agendel</dc:creator>
      <dc:date>2020-03-09T14:29:07Z</dc:date>
    </item>
  </channel>
</rss>

