AI OCR for Alta Settlement Statement

Koncile reads your Alta settlement statements and extracts essential information in a few seconds, usable in a spreadsheet or API.

50 free credits

No credit card

100% secured

OCR analysis of a Alta settlement statement OCR analysis of a Alta settlement statement

The best teams work with Koncile

logo Kuhn
logo Sightness
logo demathieu bard
logo SpendHQ
logo Giesper
logo Beal
logo Cosma
logo skyrm

Transform your notarial acts into usable data

Koncile OCR extracts key legal fields from a bill of sale to automate entry, archiving or report generation.

AI extraction of a Alta settlement statement

Koncile automates the intelligent extraction of contractual data. Despite the complexity of our clients’ contracts, the tool ensures quality and speed, saving us valuable time.

Fields extracted from a Alta settlement statement

List of fields automatically extracted by Koncile's AI OCR from a bill of sale.

Name

Type

Example

Guideline

Validité

Text

Oui

Vérifie que le RIB est bien constitué des éléments suivants :
- Code banque (5 chiffres)
- Code guichet (5 chiffres)
- Numéro de compte (11 caractères alphanumériques)
- Clé RIB (2 chiffres)
Si les RIB est bien constitué de ces éléments, choisis la valeur "Oui". Sinon choisis la valeur "Non".

Vendor name

Text Jean Martin Figure in the first few lines, introduced by “The Seller” or “Sir/Madam.”

Buyer name

Text Claire Dubois Generally mentioned after the seller, introduced by “The purchaser.”

Signature date

Date June 10, 2025 Found at the header or at the end of the document, after the “Done and signed on” form.

Property address

Text 18 Avenue du Parc, 75016 Paris Described in the section designating the building or property sold.

Sales price

Price 325,000€ Mentioned in numbers and letters, often introduced with “for the price of.”

Cadastral reference

Text Section AB No. 452 Presented in the description of the property, after the address information.

Notary name

Text Master Lefèvre Often at the end of the document, preceded by “In the presence of” or “In front of me.”

Office notarial

Text Office notarial Paris Rive Droite Mentionné dans l’en-tête ou en pied de page, parfois sous le nom du notaire.

Payment terms

Text Cash payment by bank transfer Specified in a specific section or after the sale price.
Flèche courbée vers le haut.

Add any extraction field

Flèche courbée vers le haut.

Edit AI instructions

Why choose Koncile for your Alta settlement statement ?

Multilingual real estate OCR

Multilingual OCR for real estate

Our OCR engine, enriched by advanced language models (LLM), recognizes alphabets and languages from around the world with high accuracy.

Chinese, Arabic, Cyrillic, Japanese... Whatever the format or language of the lease, inventory or supporting document, Koncile identifies the key fields and allows you to translate them automatically.

Digitize, extract and centralize data from your rental files with ease, even in a complex multilingual environment.

Extraction of rent receipt

Real estate documents scanned or photographed

Whether scanned, photographed or photocopied, your real estate documents are converted into usable data with remarkable reliability thanks to our OCR technology.

Even handwritten inventories, old leases or fuzzy supporting documents can be analyzed using our automatic correction engine.

Unrecognized fields are isolated and sent back to an alert center for manual validation, guaranteeing complete and reliable extraction at each stage of your rental management.

Inventory manuscript extraction

Handwriting on real estate documents

Our Handwritten OCR detects and interprets handwriting accurately, even under complex conditions: average scan quality, poorly legible handwriting, or incomplete documents.

The tool supports multiple handwritten languages and relies on artificial intelligence models that are trained to recognize various writing styles.

Ideal for processing inventories, handwritten leases, receipts or certificates filled in by hand, while guaranteeing an excellent recognition rate.

Extraction of rent receipt

Customized extraction of rental data

A simple and intuitive interface to precisely select the fields to be extracted from your real estate documents.

This technology can be adapted to all types of documents used in real estate management: rental leases, inventories, rent receipts, insurance certificates, expense reports, technical diagnoses, etc.

Eliminate manual entries and speed up your document flows with extraction that is perfectly adapted to your needs.

Real Estate Integration

Integration with your rental management tools

Koncile integrates perfectly into your real estate management environment : connection via API, automatic import from your emails or synchronization with your business tools (rental management software, CRM, ERP...).

Easily import your leases, inventories or receipts, trigger automatic data extraction, and centralize them where you need them.

Whether you use Excel, Outlook, a solution like Rentila, Lockimmo or custom software, Koncile adapts to your workflow to simplify document management and optimize your operations.

99% reliability

Unparalleled precision for your rental documents

With a success rate of over 99%, our OCR engine guarantees exceptional precision in the essential fields of real estate documents.

Each piece of information is captured reliably, whether it is the names of tenants, dates of signature, rental amounts or cadastral references.

Thanks to our integrated anomaly detection system, you identify errors or inconsistencies (duplicates, missing data, etc.) in advance, for automated quality control and more effective rental management.

Logo de Koncile.

Test our AI OCR on your bills of sale

Upload a typical notary document and discover the automated extraction of essential data.

Créez vos modèles d’extraction, testez sur un premier document et passez à l’échelle !

Why use Koncile for your notarial deeds?

Key data automatically extracted

Access the essential information of a document without manual re-entry: names, prices, notary, etc.

Multi-format compatible

PDF, scans, handwritten or typed images: OCR adapts to your documentary reality.

Excel, JSON, or API export

Integrate the extracted data directly into your business tools or your documentary database.

Monitoring of suspensive conditions

OCR makes it possible to identify the important clauses to be monitored for the proper execution of the contract.

Save time for notaries and agencies

Accelerate the digitization of your actions with ultra-reliable and untrained AI reading.

The OCR API for your notarial acts

document_id

integar

Unique number assigned to each invoice

general_fields

objects

General fields that appear only once in each extracted document. Returned in the format: {field name: extracted value}

line_fields

objects

Repeated fields extracted in bulk for each line or table. Returned in the format: {field name: extracted value}

status

string

Document status, which can be DONE, DUPLICATE, or IN PROGRESS.

status

string

Statut du document qui peut être DONE, DUPLICATE, IN PROGRESS.

document_id

integer

Numéro unique attribué pour chaque document

general_fields

objects

Champs généraux apparaissant une seule fois dans chaque document extrait. Retour au format : {nom du champ: valeur extraite}

line_fields

objects

Champs répétés extraits en bloc pour chaque ligne ou chaque tableau. Retour au format : {nom du champ: valeur extraite}

Request

curl api.koncile.ai/tasks/{task_id}/ \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $API_KEY"
response = requests.get(f"{api_url}/tasks/{task_id}/",
headers={"accept": "application/json", "Authorization":{"Bearer{api_key}"})

Response

{
"status": DONE | DUPLICATE | IN PROGRESS | FAILED,
"document_id": ID,
"document_name": "name",
"status_message": "",
	"General_fields":
		{
		"Date" : {"value": "05/08/2022", "confidence_score": 0.99},
		"Price" : {"value": "$23", "confidence_score": 0.98}
		}
	,
	"Line_fields":
		{
		"Date" : [{"value": "05/08", "confidence_score": 0.97}, {"value" : "05/08", "confidence_score": 0.98}, ],
		"Price" : [{"value": "$23", "confidence_score": 0.98}, {"value": "$12", "confidence_score": 0.97}],
		}
}

An AI OCR designed for security

No training on your documents

End-to-end encryption

Secure hosting in Europe

RGPD compliance guaranteed

Cadenas noir entouré d'étoiles noires.

Discover other documents to automate

SEE ALL TEMPLATES
Building Permit Declaration

Real estate

PC reference, address, area, plot, plot, beneficiary, architect

Energy Performance Certificate

Real estate

Label: energy, GHG, annual consumption, recommendations

ocr reservation contract, extraction of reservation contract, automatic reading of real estate contract, automatic reading of real estate contract, structuring of reservation contract, digitalization of reservation contract, extraction of reservation data, reserved lot pdf, selling price, reservation contract, sale price, reservation contract, sales price, reservation contract, reservation contract, sale price, reservation contract, reservation contract of sale, contract of sale, reservation contract of sale, contract of residence, contract of sale, contract of sale, reservation contract of sale, reservation contract of sale, reservation contract of sale, reservation contract of sale, of reservation contract of sale, of reservation contract, structure real estate contract data, OCR software contract reservation, software OCR, reservation contract, integration, integration, notary data, integration, contract, reservation, legal text, legal text processing, export, excel, contract reservation, convert, document, reservation into json, off-plan document, ocr, real estate reservation, signature, real estate reservation, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation contract, signature, reservation, signature, reservation contract, signature, ocr in pdf contract image, reserved lot information recognition, legal OCR engine, OCR smart real estate contract, smart contract real estate ocr, smart contract contract extraction, automatic extraction contract field, legal data structuring, VEFA reservation, OCR reservation of new housing, OCR reservation of new housing, OCR real estate deeds, OCR real estate deeds, OCR real estate document management, OCR real estate document.

Real estate

Booker, promoter, reserved lot, price, suspensive conditions...

Status report OCR OCR status report automatic reading state of situation data extraction state of situation model state of situation model state of situation PDF text recognition state of situation automated processing documents trustee structuring status digitization statement of situation digitization statement of situation digitalization status report digitization status of situation information to be extracted in a state of situation information to be extracted in a state of situation co-owner information to be extracted in a state of situation co-owner statement of situation information to be extracted in a state of situation co-owner statement of situation report Co-owner account statement real estate OCR AI real estate automation real estate automation documents rental management documents JSON extraction status extract status into Excel API OCR real estate software OCR document trustee structuring real estate accountant text structuring capture of custom fields PDF syndic export custom fields capture PDF syndic export accounting data OCR export accounting data OCR export accounting data OCR document processing PDF document processing OCR image mixed text status co-ownership analysis Smart reading union documents

Real estate

Co-owner, lot number, amount of charges, period, trustee...

Any question?

Contact us at contact@koncile.ai, check out our documentation, or book a demo.

How does OCR extract information from a Alta settlement statement ?

OCR analyzes the Alta settlement statement using computer vision algorithms to detect and read the characters. Thanks to natural language processing (NLP), it identifies key data. This allows structured or unstructured content to be extracted reliably.

Can OCR process a printed or handwritten Alta settlement statement?

Yes, OCR can process a notarized bill of sale whether printed or handwritten. For manuscripts, it uses advanced handwriting recognition techniques to convert content into usable text with a high level of precision.

Can I extract specific information from a Alta settlement statement?

Yes, it is possible to extract specific elements such as the names of the parties, dates, amounts or cadastral references. OCR can be adapted to extract this data according to the structure of the document.

In what format should I import a Alta settlement statement for OCR analysis?

You can import a notarized bill of sale in PDF or image format (PNG, JPEG, etc.). These formats are fully compatible with OCR for automated and reliable extraction of legal data.