notary-property-extractor

Extract verbatim property descriptions from Argentine legal deeds using Python regex.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/diegogalmarini/EscriAR --skill notary-property-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notary-property-extractor
Source: https://github.com/diegogalmarini/EscriAR/tree/main/.agent/skills/notary-property-extractor
Command: npx skills add https://github.com/diegogalmarini/EscriAR --skill notary-property-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the extraction of detailed property descriptions from Argentine legal deeds, ensuring no critical information like boundaries, measurements, or surfaces is missed, even across multiple pages or properties.

Core Features & Use Cases

  • Verbatim Extraction: Captures the exact, word-for-word technical description of properties.
  • Multi-Page Handling: Seamlessly processes descriptions that span across multiple pages of a document.
  • Multiple Property Support: Capable of identifying and extracting descriptions for several properties within a single deed.
  • Use Case: For legal professionals drafting new deeds, this Skill ensures the complete and accurate inclusion of property details, preventing errors and omissions in official documents.

Quick Start

Use the notary-property-extractor skill to get the full technical description of the property from the provided deed document.

Frequently Asked Questions about notary-property-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract property descriptions from Argentine legal deeds automatically?

You can extract property descriptions from Argentine legal deeds by applying Python regular expressions that identify start and end triggers, capturing verbatim technical details like boundaries and measurements. This approach ensures complete data retrieval without premature cutoffs.

What is the best way to handle multi-page property extraction in notary documents?

Handling multi-page property extraction in notary documents requires pattern matching logic that spans across page breaks, ensuring critical details like cadastral information are fully captured. Robust regular expressions prevent premature cuts when descriptions continue on subsequent pages.

Can I extract multiple property descriptions from a single legal deed?

Yes, you can extract multiple property descriptions from a single legal deed. The extraction logic identifies and delineates each property's technical description separately, preserving all essential data for each individual real estate parcel within the same document.

Does automated deed extraction preserve the exact verbatim text of real estate descriptions?

Automated deed extraction preserves the exact verbatim text of real estate descriptions. By using precise regular expression pattern matching, it captures word-for-word technical details including boundaries, measurements, and surfaces exactly as written in the original legal document.

What are the limitations of using regular expressions for notary property extraction?

The limitation of using regular expressions for notary property extraction is the reliance on robust pattern matching to delineate descriptions accurately. If start and end triggers are not precisely defined, extraction risks premature cuts or missing critical cadastral information across complex multi-page documents.