Extract data from non-disclosure agreements thanks to an AI OCR

Koncile's AI OCR, a solution for extracting data from non-disclosure agreements, powered by AI, finally reliable, customizable and available as an API.

50 free credits

No credit card

100% secured

Scan PDF to text automatically extracting information from a non-disclosure agreement, such as the names of the signatory parties, the date of signature, the subject of the agreement, the validity period, the non-disclosure obligations, and the territorial scope of application.Scan PDF to text automatically extracting information from a non-disclosure agreement, such as the names of the signatory parties, the date of signature, the subject of the agreement, the validity period, the non-disclosure obligations, and the territorial scope of application.

The best teams work with Koncile

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

Analyze & pre-validate non-disclosure agreements thanks to intelligent data capture.

Koncile's OCR for non-disclosure agreements is ideal for quickly organizing and processing the information in NDAs, by extracting key data such as the names of signatories, the date of signature, the subject of the agreement, the duration, or non-disclosure clauses.

It also makes it possible to detect omissions or inconsistencies in a large volume of documents.Upload your non-disclosure agreements in image or PDF format into the OCR software Koncile software and obtain structured data in spreadsheet, JSON or database format, easily usable by your management or compliance tools.

Scan PDF to text automatically extracting information from a non-disclosure agreement, such as the names of the signatory parties, the date of signature, the subject of the agreement, the validity period, the non-disclosure obligations, and the territorial scope of application.

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.

List of extracted information

Koncile automates the analysis of non-disclosure agreements (NDAs), significantly reducing the manual workload associated with their review.

Beyond extracting key fields, the solution enables automated document classification, checks for required legal mentions, and compares clauses against your internal templates.

These features support KYC compliance by ensuring reliable traceability of contractual commitments. Legal teams, compliance officers, and procurement departments can thus quickly verify the consistency and validity of NDAs.

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

Party 1 Name

Text ABC SAS Company Search for the name of the company or natural person listed as the first party in the preamble or the “Between the undersigned” clause.

Party 2 Name

Text XYZ Technologies Ltd Identify the second signatory, often introduced by “hereafter referred to” or “Part 2.”

Purpose of the agreement

Text Protection of technical and commercial information Extract the sentence or paragraph specifying the purpose of confidentiality, often located after the “Purpose” or “Article 1” title.

Duration of the agreement

Number 3 years Search for durations expressed in the form of numbers + units (years, months), near the words “duration”, “valid for” or “expires after”.

Date de signature

Date March 14, 2025 Extract the date indicated for the signing of the compromise

Non-disclosure clause

Text The parties undertake not to disclose confidential information to third parties. Identify the section relating to confidentiality obligations, often introduced by “Non-disclosure” or “Confidentiality.”

Territoriality/Scope

Text Valid on the territory of the European Union Extract the geographical or scope of application terms, generally indicated in the “Scope of application” or “Territoriality” section.
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 NDA Processing?

99% reliability

Unparalleled precision for your legal documents

With a success rate above 99%, our OCR engine delivers exceptional accuracy on key fields in legal documents.

Every piece of information is captured reliably, whether it’s names, dates, clauses, or legal references.

Thanks to our built-in anomaly detection system, you can spot errors, omissions, or inconsistencies early on, enabling automated quality control and greater legal security.

Multilingual legal OCR

A multilingual OCR tailored for international legal documents

Our OCR engine, enhanced by advanced language models (LLMs), accurately recognizes alphabets and languages used in legal documents worldwide. Chinese, Arabic, Cyrillic, Japanese...

Whatever the format or language of a contract, legal act, or supporting document, Koncile identifies key fields (names, dates, clauses) and enables automatic translation.

Digitize, extract, and centralize your legal data securely—even in complex multilingual or international environments.

intégration juridique

Integrated with your tools to manage legal documents

Koncile integrates perfectly into your digital ecosystem: connection via API, automatic import from your emails or direct synchronization with your ERP.

Easily import documents, trigger automated extractions, and retrieve structured data where you need it.

Whether you use Excel, Outlook, SAP or another business tool, Koncile adapts to your workflow to simplify document management and maximize your productivity gains.

Logo de Koncile.

Experience Next-Generation NDA Data Extraction

Partez d’un modèle d'accord de confidentialité, testez-le et passez à l’échelle

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

An OCR solution designed to extract your non-disclosure agreements

Intelligent reading of contract sections

An advanced algorithm for detecting and interpreting key areas (signatory parties, duration, clauses) for all types of NDAs.

OCR for accurate extraction of critical information

Automatically identify the contracting parties, the subject of the agreement, the duration, the date of signature, and the non-disclosure obligations.

Automatic processing of agreements in all formats

Convert your NDAs, whether paper, PDF, or scanned, into structured data ready to be analyzed.

Extraction of contract data via API

Create a complete and reliable database of your non-disclosure agreements, accessible and integrable via API or SDK.

Beyond OCR: Validation and control of extracted information

Are my NDAs still active? Are all the critical clauses in place? What is the geographic area covered? Automate the monitoring and compliance of your agreements with intelligent OCR.

Streamline NDA Workflows with Koncile API

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}],
		}
}

Secure by Design: AI OCR You Can Trust

No training on your data

Fully encrypted software

Secure storage of extracted data

GDPR compliant

Cadenas noir entouré d'étoiles noires.

Explore Our Library of Documents Ready for Automation

SEE ALL TEMPLATES
OCR Certificate of Good Standing

Legal

Name, Certificate of Good Standing number, registry, legal form, date of registration: extracts by AI, ready to integrate your compliance tools or CRM.

Power of attorney

Legal

Principal, agent, dates, signatures, signatures, object, purpose, duration, checked areas, handwritten mentions.

certificate of Incorporation

Legal

Company name, SIREN, legal form, share capital, legal representative...

Tenancy agreement thumbnails

Legal

Information of the parties and key clauses of the contract

Any question?

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

How does OCR extract information from a non-disclosure agreement?

OCR analyzes agreements using computer vision techniques to identify blocks of text and uses NLP to understand the legal context. It automatically identifies contracting parties, the subject of the agreement, the duration, duration, obligations, obligations, non-disclosure clauses, and possible limitations.

Can I extract specific information from a non-disclosure agreement?

Yes, you can extract specific information from an NDA, such as, the names of the signatories or contracting parties, the subject of the agreement, the duration or end date, the non-disclosure or exclusion clauses, the date of signature.

OCR can be set up to extract this data based on the sections and structure of your agreements.

Can OCR process a non-disclosure agreement if it is printed or handwritten?

Yes, OCR is capable of handling non-disclosure agreements printed or handwritten.If the document is handwritten, OCR uses advanced handwriting recognition techniques to convert the information into digital text, while ensuring the reliability of the extracted data.

In what format should I upload a non-disclosure agreements for OCR analysis?

You can upload your non-disclosure agreements in PDF, PNG, or JPEG. These formats are compatible with our OCR technology, allowing accurate extraction of the legal information contained in the document. Consult the documenting for more details on accepted formats and the upload process.

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 the dedicated page in our documentation.

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.