Automate the reading of product catalogs with AI
References, prices, descriptions, categories, availability: extracted by AI, ready to integrate your e-commerce or ERP tools.
50 free credits
No credit card
100% secured


The best teams work with Koncile
Transform your PDF product catalogs into Excel data
Koncile's AI learns to identify your key fields, even when the models change, and renders the data in a clear and structured format. An extraction OCR reliable for automating catalog updates, stock management or integration into your e-commerce tools.


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.
What information can I extract from product catalogs?
Accelerate the management of your catalogs thanks to a standardized extraction of product data: name, reference, price, stock, category, visuals... Koncile provides you with a clear, usable database ready to integrate your tools. Automate other documents as well, such as technical data sheets or purchase order, for centralized and fluid treatment.
Name | Type | Example | Guideline | |
---|---|---|---|---|
Validité | Text | Oui | Vérifie que le RIB est bien constitué des éléments suivants : | |
Choose Koncile for your Purchasing documents
Test data extraction new generation
Start with a ready-to-use model, test on a document, and scale up.
Créez vos modèles d’extraction, testez sur un premier document et passez à l’échelle !
Why use a specialized Achat extraction tool?
Fluid reading of documents Various purchases
Koncile adapts to all types of catalogs: general, technical, technical, multilingual, multi-brand, with or without images, PDF or scanned formats...
Intelligent semantic extraction
Product name, reference, unit price, technical characteristics, technical characteristics, availability, variants, visuals, legal notices...
Immediate structuring
Export to JSON, Excel, or API. Data ready to use for your Purchasing tools, ERP or dashboards.
Full text search and automatic sorting
Find all products with a price greater than €500, low availability or a “novelty” mention in the description.
Simplified audit & catalog compliance
Facilitate the monitoring of product standards, the identification of pricing differences, or the preparation for a quality or customs audit.
The OCR API for automate document management
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
Lack of training on your data
Fully encrypted software
Secure storage of extracted data
RGPD compliant
Automate all your Purchasing documents
Any question?
Contact us at contact@koncile.ai, check out our documentation, or book a demo.
How does OCR extract information from a product catalogue?
Koncile OCR automatically detects the key elements of the catalog: product name, reference, description, price, technical characteristics or categories. It thus makes it easy to structure a PDF catalog into a usable database.
Can I extract specific information from a product catalogue?
Yes! You can configure OCR to extract only certain fields such as prices, item codes, descriptions or product families, according to your objectives (PIM, e-commerce, ERP...).
In what format should I import a product catalogue for OCR analysis?
You can upload your document in PDF, PNG, or JPEG format. These formats ensure optimal compatibility with our OCR technology and guarantee reliable data extraction. See documentation for more details.
Can OCR process a printed or scanned product catalogue?
Yes, Koncile OCR supports printed, scanned, or photographed product catalogs. It recognizes complex layouts with columns, images, and tables, and retrieves information accurately, even with dense graphical elements.