Extracting data from EPC

Automatically analyze and structure the key data for Energy Performance Certificate: energy label, GHG, annual consumption, recommendations... available in Excel, JSON or API.

50 free credits

No credit card

100% secured

Energy Performance CertificateEnergy Performance Certificate

The best teams work with Koncile

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

Why automate EPC management?

The DPE is an indispensable regulatory document but often tedious to process manually.

The Koncile's OCR automates the extraction of essential information: energy and GHG labels, annual consumption, work recommendations, surface area, validity date, etc.

Increase reliability, productivity and structure your data to cross-reference or analyze it on a large scale.

Energy Performance Certificate

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.

Information to be extracted from EPCs

Koncile's OCR DPE is aimed at real estate professionals, landlords, landlords, legaltechs, communities and data startups who want to exploit energy performance diagnostics on a large scale.

By automating the reading of EPDs, you access standardized data, ready to be analyzed, cross-referenced or integrated into your tools thanks to the Intelligent Document Processing.

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".

EPC number

Text EPC-456789 Unique diagnostic reference, assigned by the diagnoser.

Date of issuance of the EPC

Date 15/04/2024 Date when the diagnosis was made.

Living area

Number 65 Surface in square meters of the property concerned.

Energy class

Text D Letters ranging from A to G representing energy performance.

Greenhouse gas emissions

Text E Letter from A to G representing CO₂ emissions.

Annual consumption

Number 210 Numerical value of annual energy consumption. (kWh/m².year)

Estimated annual costs

Currency 1 350,00 € Estimation of the annual energy cost for housing.

Validity date

Date 15/04/2034 End date of validity of the diagnosis (valid for 10 years).

Improvement recommendations

Text Attic insulation, boiler change Summary of suggestions for improving energy performance.

Diagnostician name

Text Clara Morel Full name of the professional who carried out the EPC.
Flèche courbée vers le haut.

Add any extraction field

Flèche courbée vers le haut.

Edit AI instructions

Why choose Koncile OCR for your Energy Performance Certificates?

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.

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.

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.

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

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.

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.

Logo de Koncile.

Try New Generation Data Extraction

Start with a ready-to-use model, test on a document and scale

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

A tool to automate EPC management

Smart reading of PDFs or scanned documents

Koncile detects key fields on scanned documents, even of average quality or unstructured.

Structured and reusable export

The extracted data is delivered in Excel, JSON or API, ready to be integrated into your business tools.

Full recognition of EPC data

Energy label, GHG label, annual consumption, housing concerned, housing concerned, housing concerned, date of diagnosis, work recommendations, validity period, living area...

Designed for mass processing

Koncile allows you to process hundreds of EPCs at the same time, with fast and consistent extraction.

Designed for real estate, diagnosers and data platforms

Koncile meets the needs of real estate agencies, social landlords, software publishers, diagnosers and data startups. Centralize DPEs, check their consistency, create an enriched database, feed your energy recovery or monitoring tools. Koncile's AI OCR gives you a clear and actionable view of your diagnoses.

The OCR API for automaton Your EPC data capture

status

string

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

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

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 Data

Fully Encrypted Software

Secure Storage of Extracted Data

RGPD compliant

Cadenas noir entouré d'étoiles noires.

Discover all the documents to be automated in real estate

SEE ALL TEMPLATES
OCR notarized bill of sale

Real estate

With Koncile AI OCR, automatically structure the data of a Alta settlement statement : names, prices, addresses, notary, terms and conditions.

Building Permit Declaration

Real estate

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

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.

Can OCR process a printed or handwritten Energy Performance Diagnosis?

Yes, Koncile OCR can handle DPE printed or handwritten. For handwritten documents, it applies advanced character recognition to ensure reliable conversion to digital text.

How does OCR extract information from an Energy Performance Diagnosis?

Koncile OCR automatically detects the key elements of a DPE, such as the energy class of the property, the estimated consumption in kWh and recommendations for energy improvement.

Can I extract specific information from an Energy Performance Diagnosis?

Yes! You can set up OCR to only extract fields like living space, heating type, or CO₂ emissions, depending on your needs.

In what format should I import an Energy Performance Diagnosis for OCR analysis?

You can upload your DPE in the format PDF, PNG, or JPEG. These formats are compatible with our OCR technology, ensuring accurate extraction of the information contained in the document.

How does Koncile integrate with my existing tools and software?

Koncile is accessible via an API, with complete documentation available here. Additionally, you can import your documents directly into the application and download the extracted data in XLSX, XLS, CSV, or JSON formats for seamless integration into your workflows.

I need further assistance.

Check our API documentation, contact us at contact@koncile.ai. You can also create a demo account or book a demonstration with our team.

What are Koncile's prices?

Koncile offers 3 plans, including enterprise options for handling large volumes of data. You can check our pricing on our pricing page.

What are general fields and repeated fields?

In each extraction template, you will find:

  • General fields: These are pieces of information that appear only once in each document (e.g., the invoice number or the invoice date).
  • Repeated fields: These are pieces of information that appear multiple times in a document, such as item descriptions or prices in each line of a quote. Use repeated fields for extracting tables and charts from your documents.