Reliable and customizable AI-powered OCR software for ID cards
A reliable and customizable solution for extracting and verifying identity card data, integrable via API.
50 free credits
No credit card
100% secured


The best teams work with Koncile
Extracting data from an identity card using AI
Save time with a reliable and accurate AI-powered OCR that automatically extracts all key data from an ID card.
Customizable to your needs, it integrates seamlessly with your tools via API to automate verification, onboarding, or document control processes using KYC OCR.


Pierre Laprée
Founder & CPO at SpendHQ
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 identity cards
Koncile automatically extracts data from French and international ID cards.
Upload your PDF or image files and get structured data (Excel, JSON) ready to use to automate your verifications and accelerate your workflows with ID OCR.
Name | Type | Example | Guideline | |
---|---|---|---|---|
Validité | Text | Oui | Vérifie que le RIB est bien constitué des éléments suivants : | |
Why choose Koncile OCR for your ID cards?

Customized data extraction for KYC documents
A simple and intuitive interface to precisely select the fields to be extracted from your documents.
Automatically identify key information from KYC documents : name, first name, date of birth, date of birth, document number, validity dates, and much more.
Eliminate manual entries and speed up your document flows with extraction that is perfectly adapted to your needs.

Precision at the service of your KYC compliance
With a recognition rate of over 99%, our OCR engine offers exceptional precision in the essential fields of identity documents.
Every piece of information is extracted reliably, whether it's name, date of birth, document number, or nationality.
With our integrated anomaly detection system, you can immediately identify errors or inconsistencies for automated quality control and faster and more secure identity verification.

Multilingual OCR for KYC documents
Our OCR engine, enriched by advanced language models (LLM), accurately recognizes alphabets and languages from around the world.
Chinese, Arabic, Cyrillic, Japanese... regardless of the format or language of the identity document, Koncile automatically identifies key fields such as name, date of birth or nationality, and allows you to translate them automatically.
Digitize, extract, and centralize your KYC data with ease, even in a demanding multilingual environment.

Integrated into your KYC document management tools
Koncile integrates perfectly into your digital ecosystem: connection via API, automatic import from your emails or direct synchronization with your ERP.
Import your identity documents, start automatic data extraction, and retrieve structured information directly into your internal systems.
Whether you use a business tool such as Excel, Outlook, a CRM or a KYC platform, Koncile adapts to your workflow to streamline identity verification and accelerate your compliance processes.

ID cards scanned or photographed
Whether your ID documents are scanned, photographed, or photocopied, our OCR technology transforms them into usable data with great reliability.
Even old, fuzzy, or partially framed documents can be processed using our intelligent correction engine.
Unrecognized fields are isolated and reported to an alert center for validation or manual processing, ensuring a high level of completeness and compliance.
Try next-generation data extraction
Start with an ID card template, test it and scale it
Créez vos modèles d’extraction, testez sur un premier document et passez à l’échelle !
An OCR solution designed to extract your identity cards
ID flow management
Manage large volumes of ID cards
OCR that adapts to your extraction needs
The Koncile data capture tool allows you to modify, add, or describe the information to be extracted.
KYC check
Convert PDF documents into Excel files with all the key information.
Detection of errors and fraud
Set up a control workflow for ID cards.
Automatically crossing ocerized fields
Once the extracted data is captured, automatically cross the extracted information with a database, automatically enrich each data point thanks to intelligent reconciliation.
The OCR API to automate ID card management
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-powered OCR designed for security
No training on your data
Fully encrypted software
Secure storage of extracted data
RGPD compliant
Access our library of automatable documents

Compliance / KYC
Name, first name, nationality, date of birth, date of birth, type of title, type of title, validity dates, AGDREF number, issuing authority.
Any question?
Contact us at contact@koncile.ai, check out our documentation, or book a demo.
Can I extract specific information from an ID card?
Yes! You can select only certain fields such as nationality, card number, or issuing authority, depending on your needs.
In what format should I import an ID card for OCR analysis?
You can upload an image or a scan of your ID card in PDF, PNG, or JPEG. These formats ensure optimal compatibility with our OCR technology and ensure accurate information extraction. See documentation for more details.
Can OCR process a printed or handwritten ID card?
Yes, Koncile OCR supports printed id cards with great precision. For handwritten or damaged maps, OCR applies advanced techniques to improve the reading and extraction of critical data.
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.