跳到主要内容

AI处理抵押贷款文件 Make

人工智能处理抵押贷款文件 是一个 PDF4me 用于人工智能模块 Make 从抵押贷款文件中提取结构化数据 PDF 或图像。它返回贷款人、借款人和共同借款人、房产地址、贷款金额、 利率期限、评估价值、成交费用以及 ISO 8601 交割日期已定,准备进行贷款处理和合规流程。

本模块的功能

PDF4me 人工智能处理抵押贷款文件 从抵押贷款文件中提取结构化数据 PDFs 或者您里面的图片 Make 使用人工智能的场景。提供信托契约、本票或贷款申请,模块将返回结果。 贷款人、借款人和共同借款人、房产地址、贷款金额、利率、期限、评估价值、交易费用、交易日期和预计还款额 作为可单独映射的字段,可用于贷款处理、风险评估、投资组合管理和合规性跟踪。无需模板设置。

相关博客文章
目前尚无关于此功能的博客文章——敬请期待。
在此期间,您可以浏览 PDF4me 博客,查看适用于各平台的教程和工作流程。
访问博客

验证您的身份 API 要求

每一个 PDF4me 模块 Make 需要有效 联系创建或选择一个可以容纳您的 PDF4me API 关键在于确保该方案能够安全地验证 AI 抵押贷款提取请求。

您不容错过的重要事实

设置文档类型以提高准确性
可选的“文档类型”字段(信托契约、本票、抵押协议、贷款申请)告诉人工智能预期的布局,从而提高对该特定文档格式的字段识别能力。
返回一个 projectedPayments 大批
除了平坦的场之外,输出还包括 projectedPayments 包含本金、利息和预计每月还款总额对象的数组。遍历该数组。 Make 核实付款计划或提交摊销支票。
对扫描和数字文档进行处理
接受 PDFPNGJPG, 和 JPEG人工智能可以处理扫描仪输出、数字化生成的成交文件包和拍摄的页面,无需人工输入即可提取贷款和房产数据。
已配置 PDF4me AI 处理抵押贷款文档模块,连接设置为“我的 PDF4me 连接”,输入数据类型设置为“二进制数据”,并已映射上一步文件下载步骤中获取的抵押贷款文档,准备提取贷款人、借款人、房产和贷款详情。

选择输入数据类型,映射抵押贷款文件,并可选择性地设置文档类型。输出结果将公开贷款人、借款人、房产和贷款字段,以供后续处理。

AI处理抵押贷款文件时使用哪些参数? Make

必需的: 连接、输入数据类型和抵押贷款文件名称。匹配的输入字段(输入二进制字段, Base64 内容或文档 URL取决于所选的输入数据类型。文档类型和自定义字段键是可选的。

范围必需的它的作用例子
ConnectionRequiredPDF4me API connection. Click Add and paste your API key the first time. Reused automatically across all PDF4me modules.My PDF4me connection
Input Data TypeRequiredHow the mortgage document is supplied. Binary Data reads from a previous module (most common). Base64 String accepts an encoded payload. URL downloads from a public link.Binary Data
Input Binary FieldConditionalBinary content of the mortgage document. Required when Input Data Type is Binary Data. Map from Dropbox, Google Drive, or an HTTP request Data field.1. Data
Base64 Mortgage Document ContentConditionalBase64-encoded mortgage document. Required when Input Data Type is Base64 String. Supports .pdf, .png, .jpg, and .jpeg.JVBERi0xLjQK...
Mortgage Document URLConditionalPublic URL to the mortgage document. Required when Input Data Type is URL. The link must not require authentication.https://example.com/mortgage.pdf
Mortgage Document NameRequiredFilename with the correct extension (.pdf, .png, .jpg, .jpeg). Used for format detection and AI processing optimization.mortgage_2026.pdf
Document TypeNoOptional document type to improve parsing accuracy, for example Deed of Trust, Promissory Note, Mortgage Agreement, or Loan Application.Deed of Trust
Custom Field KeysNoOptional array of extra field keys to extract beyond the standard mortgage schema.["escrowAmount"]

输出字段

场地类型它包含什么
documentTypeStringType of mortgage document detected, for example Deed of Trust.
lenderNameStringName of the lender or financial institution.
propertyAddressStringComplete address of the property being mortgaged.
loanAmountNumberPrincipal amount of the mortgage loan.
interestRateNumberAnnual interest rate as a percentage.
loanTermNumberTerm or duration of the loan in months or years.
loanTypeStringType of loan, for example Fixed Rate, Adjustable Rate, FHA, or VA.
borrowerNameStringName of the primary borrower.
coBorrowerNameStringName of the co-borrower, if present.
appraisedValueNumberAppraised value of the property.
closingCostsNumberTotal closing costs associated with the mortgage.
closingDateStringClosing date of the mortgage in ISO 8601 format.
projectedPaymentsArrayArray of projected payment objects with principal, interest, and estimated total monthly payment.
successBooleanTrue if the AI extraction completed successfully; false if it failed.
messageStringHuman-readable status message confirming success or describing the error.

如何在抵押贷款文件中设置AI处理功能? Make

  1. 添加 PDF4me 并选择 人工智能处理抵押贷款文件
  2. 选择 联系 (或点击) 添加 用你的 PDF4me API 钥匙)。
  3. 选择 输入数据类型二进制数据 Base64 字符串,或 URL
  4. 提供匹配的输入字段并设置 抵押文件名称 使用正确的扩展名。
  5. (可选) 文档类型 (例如信托契约) 自定义字段键 提高提取效率。
  6. 点击 节省 运行后,输出结果将显示贷款人、借款人、房产和贷款字段:可将其连接到贷款发起系统、风险模型、数据库或合规报告中。

工作流程示例

工作流程示例Common Make scenario patterns using AI-Process Mortgage Document.
贷款文件上传至贷款发起系统
  1. 抵押贷款文件已上传至受监控的 Google 云端硬盘文件夹。
  2. AI处理抵押贷款文件提取 lenderNameborrowerNameloanAmountinterestRate, 和 closingDate
  3. 验证步骤会将贷款金额和利率与预期范围进行比较。
  4. 贷款发起系统中会创建一个新的贷款记录,贷款专员会收到一份电子邮件摘要。
风险评估 LTVDTI 检查
  1. 一份新的抵押贷款申请随附了成交文件包。
  2. AI处理抵押贷款文件提取 loanAmountappraisedValue以及借款人详细信息。
  3. A Make 该公式计算贷款价值比和债务收入比。
  4. 高风险贷款将进入人工审核队列;其余贷款将继续审批。
每月合规性审查批次
  1. 预定的审核流程会检索所有待审核的抵押贷款文件。
  2. 迭代器将每个文件传递给 AI 处理抵押贷款文件。
  3. 提取的字段将根据监管要求进行检查。
  4. 不合规贷款会被标记出来,合规报告会通过电子邮件发送给团队。

常见问题解答

What fields does AI-Process Mortgage Document extract?+
The module returns documentType, lenderName, propertyAddress, loanAmount, interestRate, loanTerm, loanType, borrowerName, coBorrowerName, appraisedValue, closingCosts, closingDate in ISO 8601, and a projectedPayments array, along with success and message status fields.
What mortgage document types are supported?+
PDF, PNG, JPG, and JPEG files are supported. Set the optional Document Type field to a value such as Deed of Trust, Promissory Note, Mortgage Agreement, or Loan Application so the AI can optimize field recognition for that layout.
Can I extract custom fields beyond the standard set?+
Yes. Use the optional Custom Field Keys array to request additional fields beyond the standard mortgage schema. The AI attempts to locate and return each custom key alongside the standard output.
How do I process mortgage documents in bulk?+
Add a Dropbox, Google Drive, or SharePoint Watch Files trigger and pass each new file to AI-Process Mortgage Document. Add an Iterator for multi-document batches and route the parsed data to your loan origination system, database, or compliance report.
Does the module change the original document?+
No. AI-Process Mortgage Document only reads the file and returns extracted data. The source PDF or image is left untouched, so you can archive the original alongside the structured output for audit purposes.

相关模块

获取帮助