Skip to main content
Participant
January 16, 2025
Question

Extract PDF API in Power Automate - missing list of semantics..

  • January 16, 2025
  • 1 reply
  • 292 views

Need some direction on using the Extract text from PDF document into JSON Object within Power Automate. 

 

Adobe Extract PDF vid Followed this vid from an Adobe Developer all the way to "initialize var". Test run I can see the the parsed json and text I want to extract - first screen grab. When I add the "Select" step, I do not see any "list of semantic..."

 

From Adobe video:

My flow sees the text I need to extract

Select does not see "list of semantics..."

 

 

Thank you

    1 reply

    jeffPCSAuthor
    Participant
    January 16, 2025

    I can see the list of semantics as dynamic content now. Using this schema developer.adobe.com/document-services/docs/extractJSONOutputSchema2.json

    BUT Power Automate is now showing json errors:

     

    {

        "errors": [
            {
                "message": "Required properties are missing from object: is_signed.",
                "lineNumber": 0,
                "linePosition": 0,
                "path": "extended_metadata",
                "value": [
                    "is_signed"
                ],
                "schemaId": "#/properties/extended_metadata",
                "errorType": "required",
                "childErrors": []
            },
            {
                "message": "Property 'ObjectID' has not been defined and the schema does not allow additional properties.",
                "lineNumber": 0,
                "linePosition": 0,
                "path": "elements[0].ObjectID",
                "value": "ObjectID",
                "schemaId": "#/properties/elements/items",
                "errorType": "additionalProperties",
                "childErrors": []
            },
            {
                "message": "Property 'ObjectID' has not been defined and the schema does not allow additional properties.",
                "lineNumber": 0,
                "linePosition": 0,