<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to use Textract Adapter ID with Appian AWS Integration?</title><link>https://community.appian.com/discussions/f/integrations/38663/how-to-use-textract-adapter-id-with-appian-aws-integration</link><description>How would one use a Textract Adapter when calling AnalyzeDocument or StartDocumentAnalysis in Appian? 
 I&amp;#39;m not quite sure how to provide the adapter ID when calling Analyze Document from an Appian Integration. 
 I&amp;#39;m currently using the AWS Textract Connected</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to use Textract Adapter ID with Appian AWS Integration?</title><link>https://community.appian.com/thread/150232?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2025 19:45:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac3777d4-1ab3-432a-8705-2cb0c8b682eb</guid><dc:creator>kapilsharma</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/pearlf4501"&gt;pearlfranz&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I think there is a limitation on the&amp;nbsp;Appian&amp;#39;s AWS Textract Connected System&amp;nbsp; that it does not natively expose a way to add the AdaptersConfig parameter or pass an adapter ID using its built-in integration objects&amp;mdash;it&amp;#39;s limited to standard Textract parameters.&lt;br /&gt;&lt;br /&gt;I would suggest that you can use the Amazon Textract APIs directly by creating a new integration Object with HTTP Connected System as per their documentation you can use the below code block to configure the payload.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;quot;AdaptersConfig&amp;quot;: {
  &amp;quot;Adapters&amp;quot;: [
    {
      &amp;quot;AdapterId&amp;quot;: &amp;quot;YOUR_ADAPTER_ID&amp;quot;,
      &amp;quot;Version&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;Pages&amp;quot;: [&amp;quot;*&amp;quot;]
    }
  ]
}
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In case the configuration of AWS Textract API is complex then you can consider implementing a custom proxy (such as an AWS Lambda or API Gateway endpoint) that Appian calls. This proxy then invokes Textract with the adapter parameters.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>