{"id":45612,"date":"2026-08-07T16:24:51","date_gmt":"2026-08-07T10:54:51","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=45612"},"modified":"2026-08-07T16:26:55","modified_gmt":"2026-08-07T10:56:55","slug":"automating-pdf-data-extraction-using-computer-use-within-copilot-studio","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/","title":{"rendered":"Automating PDF Data Extraction Using Computer Use within Copilot Studio"},"content":{"rendered":"<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45626\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"2560\" height=\"1463\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png 2560w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--300x171.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--1024x585.png 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--768x439.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--1536x878.png 1536w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--2048x1170.png 2048w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--660x377.png 660w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors.<\/p>\n<p>Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact with applications through their user interface. Instead of depending on APIs or custom integrations, the agent can automatically open applications, navigate through screens, identify information, and complete tasks based on what it sees on the screen.<\/p>\n<p>In this blog, we&#8217;ll build a practical solution that uses Computer Use to open a PDF document, identify the primary table, and extract its contents into a structured JSON format. The extracted data is then passed to a Power Automate flow, which converts it into a CSV file and sends it as an email attachment. This demonstrates how AI-driven UI automation can simplify document processing while reducing manual effort.<\/p>\n<p>Let\u2019s consider a potential use case:<\/p>\n<p>Many organizations store business documents such as purchase orders, invoices, and reports in SharePoint document libraries for centralized access and collaboration. These documents often contain important tabular information that needs to be extracted and shared with other teams or business applications. Performing this task manually requires users to open each PDF, identify the required table, and copy the data into a structured format, making the process repetitive and prone to errors.<\/p>\n<p>In this scenario, a purchase order PDF is stored in a SharePoint document library. A Copilot Studio agent uses Computer Use to open the PDF directly from SharePoint, identify the primary table containing the line-item details, and extract the data into a structured JSON format. The extracted data is then passed to a Power Automate flow, which converts it into a CSV file and sends it as an email attachment. This approach reduces manual effort and provides a simple way to automate document processing using AI-driven UI automation.<\/p>\n<h3><strong>What You&#8217;ll Learn<\/strong><\/h3>\n<p>By the end of this article, you&#8217;ll know how to:<\/p>\n<ul>\n<li>Configure a Computer Use tool in Microsoft Copilot Studio.<\/li>\n<li>Extract tabular data from a PDF stored in SharePoint.<\/li>\n<li>Pass the extracted JSON to Power Automate.<\/li>\n<li>Generate a CSV file from the extracted data.<\/li>\n<li>Email the CSV file automatically using Outlook.<\/li>\n<\/ul>\n<p>Let&#8217;s go through the end-to-end implementation of this solution.<\/p>\n<h3><strong>Prerequisites:<\/strong><\/h3>\n<p>Before we get started, ensure you have the following:<\/p>\n<ul>\n<li>A Microsoft Copilot Studio environment with Computer Use enabled.<\/li>\n<li>A Microsoft 365 tenant with SharePoint Online available.<\/li>\n<li>A SharePoint document library containing the PDF document to be processed.<\/li>\n<li>A Power Automate environment to create the flow that converts the extracted JSON into a CSV file and sends it via email.<\/li>\n<li>An Outlook connection configured in Power Automate to send emails.<\/li>\n<li>A sample PDF containing tabular data (for this blog, a Purchase Order PDF is used).<\/li>\n<\/ul>\n<p><strong>Step 1<\/strong>:<\/p>\n<p>Sign in to <strong>Microsoft Copilot Studio<\/strong> by navigating to <a href=\"https:\/\/copilotstudio.microsoft.com\/\"><strong>https:\/\/copilotstudio.microsoft.com\/<\/strong><\/a>. Once you&#8217;re signed in, open your agent and select <strong>Tools<\/strong> from the left navigation menu. Click <strong>Add tool<\/strong>, select <strong>New tool<\/strong>, and then choose <strong>Computer use<\/strong> to create a new Computer Use tool.<\/p>\n<p><strong><img decoding=\"async\" class=\"alignnone size-full wp-image-45617\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-1.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1271\" height=\"286\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-1.jpg 1271w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-1-300x68.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-1-1024x230.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-1-768x173.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-1-660x149.jpg 660w\" sizes=\"(max-width: 1271px) 100vw, 1271px\" \/><\/strong><\/p>\n<p><strong><img decoding=\"async\" class=\"alignnone size-full wp-image-45613\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-2.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1153\" height=\"745\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-2.jpg 1153w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-2-300x194.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-2-1024x662.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-2-768x496.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-2-660x426.jpg 660w\" sizes=\"(max-width: 1153px) 100vw, 1153px\" \/><br \/>\nStep 2<\/strong>:<\/p>\n<p>Click <strong>Add and configure<\/strong> to create the Computer Use tool. This opens the configuration page where you can define the execution environment, authentication settings, and instructions for the agent. For now, keep the default configuration, as we will add the instructions for the Computer Use agent in a later step.<\/p>\n<p><strong>Step 3:<\/strong><\/p>\n<p>The Computer Use tool configuration page will open. Enter an appropriate <strong>Name<\/strong> and <strong>Description<\/strong> for the tool. Under the <strong>Model<\/strong> section, select <strong>Claude Sonnet 4.5<\/strong>, as it provides the capabilities required for performing Computer Use tasks. Once the basic configuration is complete, click <strong>Save<\/strong> to proceed.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45614\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1708\" height=\"547\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3.jpg 1708w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3-300x96.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3-1024x328.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3-768x246.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3-1536x492.jpg 1536w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-3-660x211.jpg 660w\" sizes=\"(max-width: 1708px) 100vw, 1708px\" \/><\/p>\n<p><strong>Step 4: Add the Computer Use Instructions<br \/>\n<\/strong>The next step is to provide instructions that guide the Computer Use tool on how to interact with the PDF. These instructions tell the agent where the PDF is located, how to handle authentication, identify the required table, and return the extracted data in a structured JSON format.<\/p>\n<p>Copy and paste the following instructions into the Instructions section of the Computer Use tool.<\/p>\n<p>You are an intelligent document extraction assistant.<br \/>\nYour task is to extract the primary tabular data from a PDF document.<br \/>\nOpen Microsoft Edge.<br \/>\nNavigate to: Please paste the sharepoint document folder link<br \/>\nIf authentication is required:<br \/>\n&#8211; Use the stored username.<br \/>\n&#8211; Use the stored password.<br \/>\n&#8211; If Multi-Factor Authentication (MFA) is requested, pause and wait for the user to approve it.<br \/>\n&#8211; Continue automatically after authentication succeeds.<\/p>\n<p>Wait until the PDF is fully loaded.<br \/>\nExamine the document to identify the main table containing business data.<br \/>\nIgnore logos, headers, addresses, titles, summaries, footers, and terms &amp; conditions.<br \/>\nFocus on the largest table containing rows of business records or line items.<br \/>\nIf the table spans multiple pages:<br \/>\n&#8211; Scroll through the document.<br \/>\n&#8211; Continue extracting rows until the complete table has been captured.<br \/>\n&#8211; Do not stop after the first page.<\/p>\n<p>Preserve the original column names from the table header.<br \/>\nExtract every row exactly as displayed.<br \/>\nUse the following data types consistently:<br \/>\n&#8211; Line: String<br \/>\n&#8211; Qty: String<br \/>\n&#8211; Item Code: String<br \/>\n&#8211; Description: String<br \/>\n&#8211; UOM: String<br \/>\n&#8211; Unit Price: String<br \/>\n&#8211; Amount: String<\/p>\n<p>Return ONLY a valid JSON array.<br \/>\nEach JSON object should represent one row.<br \/>\nUse the actual column names from the PDF as the JSON property names.<br \/>\nDo not include explanations, markdown, summaries, or additional text.<br \/>\nReturn only valid JSON.<br \/>\n<img decoding=\"async\" class=\"alignnone size-full wp-image-45615\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1556\" height=\"537\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4.jpg 1556w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4-300x104.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4-1024x353.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4-768x265.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4-1536x530.jpg 1536w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-4-660x228.jpg 660w\" sizes=\"(max-width: 1556px) 100vw, 1556px\" \/><\/p>\n<p><strong>Step 5: Configure the Execution Settings<br \/>\n<\/strong>Next, configure the execution settings for the Computer Use tool. Set the Outputs type to Text, as the agent will return the extracted table data in JSON format. Under Machine, select Hosted Browser to execute the automation in a Microsoft-hosted browser session. Finally, set Credentials to use to End user credentials so the agent can authenticate using the credentials configured for the end user.<br \/>\n<img decoding=\"async\" class=\"alignnone size-full wp-image-45616\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-5.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1406\" height=\"620\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-5.jpg 1406w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-5-300x132.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-5-1024x452.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-5-768x339.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-5-660x291.jpg 660w\" sizes=\"(max-width: 1406px) 100vw, 1406px\" \/><br \/>\n<strong>Step 6:<br \/>\n<\/strong>Under Human supervision, assign a reviewer who can receive and respond to requests from the Computer Use agent<strong>. Human supervision<\/strong> allows the agent to contact a designated reviewer for confirmation or to request additional information whenever manual intervention is required during execution. These notifications are sent through Outlook. Set the <strong>Response time limit<\/strong> to 1 Hour.<\/p>\n<p>Next, under <strong>Stored credentials<\/strong>, click Add and configure the credentials that the agent will use to sign in to the SharePoint site. Store the username and password for the Microsoft sign-in page (for example, login.microsoftonline.com). During execution, the Computer Use agent automatically uses these stored credentials to authenticate. If additional verification, such as Multi-Factor Authentication (MFA), is required, the assigned reviewer can respond to the agent&#8217;s request and allow the execution to continue.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45618\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-6.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1310\" height=\"591\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-6.jpg 1310w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-6-300x135.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-6-1024x462.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-6-768x346.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-6-660x298.jpg 660w\" sizes=\"(max-width: 1310px) 100vw, 1310px\" \/><\/p>\n<p><strong>Step 7:<\/strong><br \/>\nSign in to <strong>Power Automate<\/strong> by navigating to <a href=\"https:\/\/powerautomate.microsoft.com\/\"><strong>https:\/\/powerautomate.microsoft.com\/<\/strong><\/a>. From the left navigation pane, select <strong>Create<\/strong>, choose <strong>Instant cloud flow<\/strong>, and then select the <strong>When an agent calls the flow<\/strong> trigger. This trigger enables the flow to be invoked directly from a Copilot Studio agent, allowing it to process the data extracted by the Computer Use tool.<\/p>\n<p>Provide an appropriate name for the flow and click <strong>Create<\/strong> to continue.<\/p>\n<p><strong>Step 8:<\/strong><br \/>\nIn the <strong>When an agent calls the flow<\/strong> trigger, add a <strong>Text<\/strong> input named <strong>ExtractedJson<\/strong>. This input will receive the JSON data returned by the Computer Use tool.<\/p>\n<p>Next, add a <strong>Parse JSON<\/strong> action and set the <strong>Content<\/strong> field to the <strong>ExtractedJson<\/strong> input. Generate the schema using a sample of the JSON returned by the Computer Use agent. This enables Power Automate to interpret the extracted data and make each property available for subsequent actions.<\/p>\n<p>After parsing the JSON, add the <strong>Create CSV table<\/strong> action. Set the <strong>From<\/strong> field to the <strong>Body<\/strong> output of the <strong>Parse JSON<\/strong> action. This converts the extracted table data into a CSV format that can be used in downstream actions, such as sending it as an email attachment.<\/p>\n<p>This step prepares the extracted PDF data for further processing within the flow.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45619\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-7.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1219\" height=\"761\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-7.jpg 1219w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-7-300x187.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-7-1024x639.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-7-768x479.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-7-660x412.jpg 660w\" sizes=\"(max-width: 1219px) 100vw, 1219px\" \/><\/p>\n<p><strong>Step 9:<\/strong><br \/>\nAfter generating the CSV data, add a <strong>Create file<\/strong> action (OneDrive for Business) to save the CSV file temporarily. Specify the destination folder, provide a meaningful file name (for example, PurchaseOrder_&lt;timestamp&gt;.csv), and set the <strong>File Content<\/strong> to the <strong>Output<\/strong> from the <strong>Create CSV table<\/strong> action.<\/p>\n<p>Next, add a <strong>Get file content<\/strong> action and set the <strong>File<\/strong> field to the <strong>Id<\/strong> returned by the <strong>Create file<\/strong> action. This retrieves the contents of the generated CSV file, allowing it to be used in subsequent actions, such as sending it as an email attachment.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45620\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-8.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"810\" height=\"432\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-8.jpg 810w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-8-300x160.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-8-768x410.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-8-660x352.jpg 660w\" sizes=\"(max-width: 810px) 100vw, 810px\" \/><\/p>\n<p><strong>Step 10:<\/strong><br \/>\nAdd a <strong>Send an email (V2)<\/strong> action to the flow. Configure the recipient&#8217;s email address, provide an appropriate subject, and compose the email body. Under <strong>Attachments<\/strong>, use the file content obtained from the <strong>Get file content<\/strong> action and specify the CSV file name. This sends the generated CSV file as an email attachment to the intended recipient.<\/p>\n<p>Finally, add the <strong>Respond to Copilot<\/strong> action. Return a success response indicating that the flow completed successfully. For example, you can return the following JSON:<\/p>\n<p>{<\/p>\n<p>&#8220;Status&#8221;: &#8220;Success&#8221;,<\/p>\n<p>&#8220;Message&#8221;: &#8220;CSV generated and emailed successfully.&#8221;<\/p>\n<p>}<br \/>\n<img decoding=\"async\" class=\"alignnone size-full wp-image-45621\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-9.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"654\" height=\"703\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-9.jpg 654w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-9-279x300.jpg 279w\" sizes=\"(max-width: 654px) 100vw, 654px\" \/><\/p>\n<p><strong>Step 11:<\/strong><br \/>\nSave and enable the Power Automate flow. Return to your Copilot Studio agent and edit the agent instructions to orchestrate the complete process. The instructions should direct the agent to invoke the Computer Use tool to extract the table data from the PDF and then pass the extracted JSON to the Power Automate flow for further processing.<\/p>\n<p>For example, you can use instructions similar to the following:<br \/>\nWhenever a PDF is added or updated in the specified SharePoint document library, invoke the Computer Use tool to extract the primary table from the PDF. Once the extraction is complete, pass the returned JSON to the Power Automate flow to generate a CSV file and email it to the configured recipient.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45622\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-10.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1119\" height=\"418\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-10.jpg 1119w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-10-300x112.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-10-1024x383.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-10-768x287.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-10-660x247.jpg 660w\" sizes=\"(max-width: 1119px) 100vw, 1119px\" \/><\/p>\n<p>After saving the instructions, publish the agent. The agent is now configured to use the Computer Use tool for PDF table extraction and the Power Automate flow for generating and emailing the CSV output.<\/p>\n<p><strong>Test Results:<br \/>\n<\/strong>After publishing the Copilot Studio agent, invoke it by providing a prompt to extract the table from the Purchase Order PDF stored in the SharePoint document library.<\/p>\n<p>During execution, the agent performs the following actions:<\/p>\n<ul>\n<li>Opens the PDF directly from SharePoint using the Computer Use tool.<\/li>\n<li>Authenticates using the configured stored credentials.<\/li>\n<li>Identifies the primary table containing the purchase order line items.<\/li>\n<li>Extracts the complete table into a structured JSON format.<\/li>\n<li>Invokes the Power Automate flow.<\/li>\n<li>Converts the JSON data into a CSV file.<\/li>\n<li>Sends the generated CSV file as an email attachment to the configured recipient.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45623\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1710\" height=\"689\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11.jpg 1710w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11-300x121.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11-1024x413.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11-768x309.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11-1536x619.jpg 1536w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-11-660x266.jpg 660w\" sizes=\"(max-width: 1710px) 100vw, 1710px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45624\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-12.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1363\" height=\"663\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-12.jpg 1363w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-12-300x146.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-12-1024x498.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-12-768x374.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-12-660x321.jpg 660w\" sizes=\"(max-width: 1363px) 100vw, 1363px\" \/><\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-45625\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-13.jpg\" alt=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio \" width=\"1305\" height=\"867\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-13.jpg 1305w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-13-300x199.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-13-1024x680.jpg 1024w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-13-768x510.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-13-660x438.jpg 660w\" sizes=\"(max-width: 1305px) 100vw, 1305px\" \/><\/p>\n<p><strong>Conclusion<\/strong>: In this blog, we built an end-to-end solution using <strong>Microsoft Copilot Studio Computer Use<\/strong> and <strong>Power Automate<\/strong> to automate the extraction of tabular data from a PDF stored in SharePoint. The Computer Use tool interacted with the PDF through its user interface, extracted the required table into a structured JSON format, and passed the data to a Power Automate flow. The flow then converted the extracted data into a CSV file and emailed it to the intended recipient.<\/p>\n<h3><strong>Frequently Asked Questions (FAQs)<\/strong><\/h3>\n<p><strong>1. What is Computer Use in Microsoft Copilot Studio?<\/strong><\/p>\n<p>Computer Use is a capability in Microsoft Copilot Studio that enables agents to interact with applications through their graphical user interface (GUI). Instead of relying on APIs, the agent can open applications, navigate screens, extract information, and perform tasks based on what it sees.<\/p>\n<p><strong>2. Can Copilot Studio extract data from PDF files?<\/strong><\/p>\n<p>Yes. By using the Computer Use capability, a Copilot Studio agent can open PDF documents, identify tables or other relevant information, and extract the data into a structured format such as JSON for further processing.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/\">Read More: Automating PDF Data Extraction Using Computer Use within Copilot Studio &raquo;<\/a><\/span><\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3313,2361],"tags":[3403],"class_list":["post-45612","post","type-post","status-publish","format-standard","hentry","category-microsoft-copilot-studio","category-technical","tag-pdf-data-extraction"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Sam Kumar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta property=\"og:description\" content=\"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-07T10:54:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-07T10:56:55+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inogicindia\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Sam Kumar\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#blogposting\",\"name\":\"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks\",\"headline\":\"Automating PDF Data Extraction Using Computer Use within Copilot Studio\",\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/sam-kumar\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#articleImage\"},\"datePublished\":\"2026-08-07T16:24:51+05:30\",\"dateModified\":\"2026-08-07T16:26:55+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#webpage\"},\"articleSection\":\"Microsoft Copilot Studio, Technical, PDF Data Extraction\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/technical\\\/#listItem\",\"name\":\"Technical\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/technical\\\/#listItem\",\"position\":2,\"name\":\"Technical\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/technical\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#listItem\",\"name\":\"Automating PDF Data Extraction Using Computer Use within Copilot Studio\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#listItem\",\"position\":3,\"name\":\"Automating PDF Data Extraction Using Computer Use within Copilot Studio\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/technical\\\/#listItem\",\"name\":\"Technical\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"By Inogic\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inogic-logo.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#organizationLogo\",\"width\":1000,\"height\":325,\"caption\":\"inogic logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inogicindia\",\"https:\\\/\\\/twitter.com\\\/inogic\",\"https:\\\/\\\/www.instagram.com\\\/inogicindia\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCM4V7ousgLSu1hbOEv4DUuQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inogicindia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/sam-kumar\\\/#author\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/sam-kumar\\\/\",\"name\":\"Sam Kumar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ede4386d06665d3d5ee2ecccb6c36df60385d561e317372bd89dffb7e4b1de2f?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Sam Kumar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#webpage\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/\",\"name\":\"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2026\\\/08\\\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/sam-kumar\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/sam-kumar\\\/#author\"},\"datePublished\":\"2026-08-07T16:24:51+05:30\",\"dateModified\":\"2026-08-07T16:26:55+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"alternateName\":\"Inogic\",\"description\":\"By Inogic\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact","canonical_url":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#blogposting","name":"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks","headline":"Automating PDF Data Extraction Using Computer Use within Copilot Studio","author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/sam-kumar\/#author"},"publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio-.png","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#articleImage"},"datePublished":"2026-08-07T16:24:51+05:30","dateModified":"2026-08-07T16:26:55+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#webpage"},"isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#webpage"},"articleSection":"Microsoft Copilot Studio, Technical, PDF Data Extraction"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.inogic.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/technical\/#listItem","name":"Technical"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/technical\/#listItem","position":2,"name":"Technical","item":"https:\/\/www.inogic.com\/blog\/category\/technical\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#listItem","name":"Automating PDF Data Extraction Using Computer Use within Copilot Studio"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#listItem","position":3,"name":"Automating PDF Data Extraction Using Computer Use within Copilot Studio","previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/technical\/#listItem","name":"Technical"}}]},{"@type":"Organization","@id":"https:\/\/www.inogic.com\/blog\/#organization","name":"Microsoft Dynamics 365 CRM Tips and Tricks","description":"By Inogic","url":"https:\/\/www.inogic.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2023\/02\/inogic-logo.png","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#organizationLogo","width":1000,"height":325,"caption":"inogic logo"},"image":{"@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/inogicindia","https:\/\/twitter.com\/inogic","https:\/\/www.instagram.com\/inogicindia\/","https:\/\/www.youtube.com\/channel\/UCM4V7ousgLSu1hbOEv4DUuQ","https:\/\/www.linkedin.com\/company\/inogicindia"]},{"@type":"Person","@id":"https:\/\/www.inogic.com\/blog\/author\/sam-kumar\/#author","url":"https:\/\/www.inogic.com\/blog\/author\/sam-kumar\/","name":"Sam Kumar","image":{"@type":"ImageObject","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ede4386d06665d3d5ee2ecccb6c36df60385d561e317372bd89dffb7e4b1de2f?s=96&d=mm&r=g","width":96,"height":96,"caption":"Sam Kumar"}},{"@type":"WebPage","@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#webpage","url":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/","name":"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/#breadcrumblist"},"author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/sam-kumar\/#author"},"creator":{"@id":"https:\/\/www.inogic.com\/blog\/author\/sam-kumar\/#author"},"datePublished":"2026-08-07T16:24:51+05:30","dateModified":"2026-08-07T16:26:55+05:30"},{"@type":"WebSite","@id":"https:\/\/www.inogic.com\/blog\/#website","url":"https:\/\/www.inogic.com\/blog\/","name":"Microsoft Dynamics 365 CRM Tips and Tricks","alternateName":"Inogic","description":"By Inogic","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic","og:type":"article","og:title":"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks","og:description":"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact","og:url":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/","og:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png","og:image:secure_url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png","article:published_time":"2026-08-07T10:54:51+00:00","article:modified_time":"2026-08-07T10:56:55+00:00","article:publisher":"https:\/\/www.facebook.com\/inogicindia","twitter:card":"summary_large_image","twitter:site":"@inogic","twitter:title":"Automating PDF Data Extraction Using Computer Use within Copilot Studio - Microsoft Dynamics 365 CRM Tips and Tricks","twitter:description":"Business documents such as purchase orders, invoices, reports, and shipping documents often contain valuable information in tabular format. In many organizations, this information is still copied manually into spreadsheets or business applications, which takes time and increases the possibility of errors. Microsoft Copilot Studio includes Computer Use, a capability that enables an agent to interact","twitter:creator":"@inogic","twitter:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2026\/08\/Automating-PDF-Data-Extraction-Using-Computer-Use-within-Copilot-Studio--scaled.png","twitter:label1":"Written by","twitter:data1":"Sam Kumar","twitter:label2":"Est. reading time","twitter:data2":"10 minutes"},"aioseo_meta_data":{"post_id":"45612","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-07 09:42:11","updated":"2026-08-07 11:07:04","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/technical\/\" title=\"Technical\">Technical<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAutomating PDF Data Extraction Using Computer Use within Copilot Studio\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.inogic.com\/blog"},{"label":"Technical","link":"https:\/\/www.inogic.com\/blog\/category\/technical\/"},{"label":"Automating PDF Data Extraction Using Computer Use within Copilot Studio","link":"https:\/\/www.inogic.com\/blog\/2026\/08\/automating-pdf-data-extraction-using-computer-use-within-copilot-studio\/"}],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/45612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=45612"}],"version-history":[{"count":2,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/45612\/revisions"}],"predecessor-version":[{"id":45628,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/45612\/revisions\/45628"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=45612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=45612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=45612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}