Custom Model Form Recognizer in Logic App?

Viewed 47

How can I use created Custom Model of Form Recognizer in Logic App? I am getting an error 'Specified model not found or not ready, Model Id: XXXXXXX' while using Analyze Custom Form of Logic App. What is the correct way of using Custom Model in Logic App?

1 Answers

Are you using that along with form recognizer studio?

The current form recognizer task only supports the previous version of the API. Note here it says "This tutorial and the Logic App Form Recognizer connector targets Form Recognizer REST API v2.1 and must be used in conjunction with the FOTT sample labelling tool"

Form Recognizer Studio is available with the v3.0 API. (here)

Some time ago I posted an alternative way using the logic App Http task (here).

You can try using that or use the concept to do something like a custom adapter until they release a task that works with 3.0

Related