Reference

SRFax

Retrieve faxes from SRFax and extract text using LandingAI OCR.

Retrieve faxes from SRFax and extract text using LandingAI OCR.

Category: Document Management. Adds 1 action to a care flow.

What to configure

Set these once, on the extension in Awell Studio. An action fails at run time if a required setting is missing.

SettingRequiredNotes
Account IDYes
Base URLNo
PasswordYes— Stored as a secret.

Actions

SRFax adds this action to a care flow. Add one to a step, then fill in its inputs.

Get fax document with OCR

Get fax document with SRFax and extract structured data with OCR

This action can be previewed in Studio before you publish.

InputTypeRequiredDescription
Fax IdstringYesSRFax FaxDetailsID (the number after the "|" in FileName) or full FileName
OCR ProviderstringYesThe provider or service used for OCR One of: Awell (Landing.ai).
OCR Provider API KeystringYesWe advise using a obfuscated constant
Fields schemajsonNoDefines the structure of the fields to extract from the document. Providing a schema is optional but strongly recommended, as it significantly improves the accuracy of the extracted data.

Returns:

Data pointType
chunksjson
datedate
directionstring
extractedDataBasedOnSchemajson
extractedMetadatajson
formatstring
markdownstring
pageCountnumber
statusstring

Setup and notes

Retrieve fax documents from SRFax and extract text via LandingAI OCR.

Extension settings

Action: Get fax document with OCR

  • Inputs
    • faxId (string, required): SRFax FaxDetailsID (number after the |) or full FileName
    • ocrProvider: awell-landing-ai
    • ocrProviderApiKey (string, required)
    • fieldsSchema (JSON, optional)
  • Outputs
    • markdown (string)
    • chunks (json)
    • extractedDataBasedOnSchema (json)
    • extractedMetadata (json)
    • direction (string)
    • date (date)
    • status (string)
    • format (string)
    • pageCount (number)

Changelog

All notable changes to the SRFax extension will be documented in this file.

1.0.0

  • Initial release: getFaxDocumentWithOCR action using SRFax Retrieve_Fax and LandingAI OCR (base64 mode).

Where this page comes from

The settings, actions, inputs, outputs and webhooks above are generated from the extension's own code, at @awell-health/awell-extensions v2.1.159. They match what the platform actually does rather than a description of it.

Field-level detail also appears in Awell Studio when you configure the action. Something wrong or missing? Email support@awellhealth.com.

On this page