Am I able to use a form extractor I created in orch, within a studio project?

I created a Invoice Form Extractor:

I’ve tried using this in orchestrator (using the endpoint address), with no luck. Am I missing something?

image

Hi @David_Hernandez2 - What kind of issue exactly are you facing.

Check out the below things, I did not explored but found on internet might helpful

  1. Publish Form Extractor: First, ensure that your form extractor is published to Orchestrator. This means that the extractor is deployed to Orchestrator and is available for use by other processes or projects.
  2. Reference Form Extractor: In your Studio project, you need to reference the form extractor from Orchestrator. You can do this by configuring the dependencies of your project to include the form extractor package from Orchestrator. This allows your Studio project to access and use the functionalities provided by the form extractor.
  3. Invoke Form Extractor: Once you’ve referenced the form extractor in your Studio project, you can use the activities provided by the extractor to extract information from forms within your automation workflow. This typically involves using activities such as “Extract Form Fields” or similar activities provided by the form extractor package.
  4. Run the Studio Project: After configuring your Studio project to use the form extractor from Orchestrator and implementing the necessary workflow, you can run the project locally on your development environment or deploy it to Orchestrator for execution on robots.

you can read below link, I hope this will help you

Solution: Don’t use the Form Extractor, use the machine learning extractor and place the endpoint in that activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.