Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jan 16, 2025 Jan 16, 2025

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:jeff_PCSHHS_2-1737034683746.png

My flow sees the text I need to extract

jeff_PCSHHS_0-1737034524838.png

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

jeff_PCSHHS_1-1737034577524.png

 

 

Thank you

303
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 16, 2025 Jan 16, 2025
LATEST

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:

jeff_PCSHHS_0-1737054696201.png

 

{

    "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,
           

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources