Share via


PDF4me AI (Preview)

Enhance your workflows with the powerful capabilities of the PDF4me AI Connector. Seamlessly integrate advanced artificial intelligence features, including language processing, image recognition, document parsing, generative AI and more to drive better efficiency and intelligence across your processes.

This connector is available in the following products and regions:

Service Class Regions
Copilot Studio Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name PDF4me Support
URL https://dev.pdf4me.com/help/
Email support@pdf4me.com
Connector Metadata
Publisher Ynoox GmbH
Website https://dev.pdf4me.com/
Privacy policy https://dev.pdf4me.com/privacy-policy/
Categories AI;Website

Title: PDF4me AI

Description: Enhance your workflows with the powerful capabilities of the PDF4me AI Connector. Seamlessly integrate advanced artificial intelligence features, including language processing, image recognition, document parsing, generative AI and more to drive better efficiency and intelligence across your processes.

Publisher: PDF4me Ynoox GmbH

Prerequisites : You need a trial or an active/valid subscription in order to try our AI features.

Supported Operations

Operation 1 : AI - Invoice Parser","This action collects and returns detailed information about the provided invoice file.,

Operation 2 : AI - Healthcard Parser","This action collects and returns detailed information about the provided Health card file.,

Operation 3 : AI - Contract Parser","This action collects and returns detailed information about the provided Contract file,

Obtaining Credentials : To use this integration, you need to have an account on the PDF4me Developer Portal. Follow steps below to get your Subscription Key.

How to get PDF4me Subscription Key

  • Register in PDF4me Developer Portal and start a Free Trial
  • Go to Api Keys tab in the Developer Portal.
  • Select an application or Create a new application.
  • You will find a Primary Key and Secondary Key listed under the application. Click on Copy Key button beside the Primary Key for Power Automate text and paste it to Power Automate PDF4me connection

Getting Started : You can integrate PDF4me connector with Flow in easy steps. To know about the integration & more, visit our documentation page: PDF4me : Getting Started

Known Issues and Limitations : None

Deployment Instructions : It is very simple to deploy as any other costom connector.

You're now ready to start using this AI integration.

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring please see https://dev.pdf4me.com/general-guidelines/getting-started-with-api-portal True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

AI - Contract Parser

This action collects and returns detailed information about the provided Contract file.

AI - Healthcard Parser

This action collects and returns detailed information about the provided Healthcard file.

AI - Invoice Parser

This action collects and returns detailed information about the provided invoice file.

AI - Contract Parser

This action collects and returns detailed information about the provided Contract file.

Parameters

Name Key Required Type Description
File Content
docContent byte

The content of the contract file.

Name
Name string

The name of the file.

Returns

AI - Healthcard Parser

This action collects and returns detailed information about the provided Healthcard file.

Parameters

Name Key Required Type Description
File Content
docContent byte

The content of the health card file.

Name
Name string

The name of the file.

Returns

AI - Invoice Parser

This action collects and returns detailed information about the provided invoice file.

Parameters

Name Key Required Type Description
File Content
docContent byte

The content of the invoice file.

Name
Name string

The name of the file.

Returns

Definitions

InvoiceData

Name Path Type Description
invoiceNumber
invoiceNumber string
invoiceDate
invoiceDate date
orderId
orderId string
vendorName
vendorName string
vendorAddress
vendorAddress string
vendorGSTIN
vendorGSTIN string
vendorPAN
vendorPAN string
vendorCIN
vendorCIN string
billTo
billTo string
billToAddress
billToAddress string
billToState
billToState string
billToPincode
billToPincode string
lineItems
lineItems array of InvoiceLineItem
subTotal
subTotal decimal
cgst
cgst decimal
sgst
sgst decimal
cgstRate
cgstRate decimal
sgstRate
sgstRate decimal
total
total decimal
confidence
confidence object

InvoiceLineItem

Name Path Type Description
hsnCode
hsnCode string
description
description string
unitPrice
unitPrice decimal
discount
discount decimal
quantity
quantity decimal
taxableValue
taxableValue decimal
cgstAmount
cgstAmount decimal
sgstAmount
sgstAmount decimal
total
total decimal

ContractData

Name Path Type Description
title
title string
contractId
contractId string
parties
parties array of Party
executionDateStr
executionDateStr string

Execution date as string.

effectiveDateStr
effectiveDateStr string

Effective date as string.

expirationDateStr
expirationDateStr string

Expiration date as string.

contractDuration
contractDuration string
jurisdiction
jurisdiction Jurisdiction

Party

Name Path Type Description
legalParty
legalParty string
name
name string
address
address string
referenceName
referenceName string
fullDescription
fullDescription string

Jurisdiction

Name Path Type Description
jurisdictions
jurisdictions array of string
courtLocation
courtLocation string
fullDescription
fullDescription string
region
region string

HealthInsuranceCardData

Name Path Type Description
memberId
memberId string
groupNumber
groupNumber string
planType
planType string
insuranceProvider
insuranceProvider string
memberName
memberName string
dateOfBirth
dateOfBirth string
effectiveDate
effectiveDate string
rxBin
rxBin string
rxPcn
rxPcn string
rxGroup
rxGroup string
copayInfo
copayInfo array of string
confidence
confidence object