Sample · Beta

Property

Extract parties and registration fields from sale deeds (beta).

ParseMind · Property Sample output

Sample input

PDF preview

Sale Deed
Seller / Buyer
Registration value

Extracted fields

  • Seller name
  • Buyer name
  • Registration number
  • Sale value
Field Value
Sale Value ₹85,00,000
Confidence
82%
Fields
7+

Exports available

JSON CSV

Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.

Create free account to export

Business value

Before

Deed PDF

After

Registration fields

Outcome

Due diligence file

Use this through the API

Same structured output via REST — ideal for embedded workflows and batch automation.

Request

POST /api/v1/extract
Authorization: Bearer pm_live_••••

{
  "industry": "property",
  "template": "sale_deed",
  "file": "@document.pdf"
}

Response

{
  "document_type": "sale_deed",
  "status": "processed",
  "export_ready": true
}

Try Property with your own file

Run the live demo with this template pre-selected — no account required for the first runs.