OCR for Spanish Company Card - CIF
Complete extraction of Spanish Company Card (CIF) data, including NIF, company name, addresses, CSV, etc.

Try it out
Experience the power of our OCR. Upload a document and see the results instantly.
Drop document or click to upload
Supports PDF, PNG, JPG (max 10MB)
By uploading a document, you agree to our terms. We do not store your data.
Tax identification number (Número de Identificación Fiscal / CIF)
Whether the NIF control character has been mathematically verified
Legal name of the company (Razón social)
Registered social address of the company (Domicilio social)
Tax address of the company (Domicilio fiscal)
Code of the AEAT (Agencia Estatal de Administración Tributaria) office that issued the document
Name or location of the issuing AEAT office
Date on which the document was issued (Fecha de emisión)
Whether the document is a provisional (temporary) certificate
Electronic verification code of the document (Código electrónico)
Secure verification code (Código Seguro de Verificación - CSV)
Easy to Integrate
Connect our OCR to your application in minutes. We provide ready-to-use fragments for the most popular languages and tools.
curl -X POST "https://api.tiny-idp.com/api/extractors/run/es-cif" \ -H "x-api-key: YOUR_API_KEY" \ -F "files=@/path/to/your/document.jpg"
const formData = new FormData();
const fileInput = document.querySelector('input[type="file"]');
formData.append('files', fileInput.files[0]);
const response = await fetch("https://api.tiny-idp.com/api/extractors/run/es-cif", {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY'
},
body: formData
});
const result = await response.json();
console.log(result);import requests
url = "https://api.tiny-idp.com/api/extractors/run/es-cif"
headers = {"x-api-key": "YOUR_API_KEY"}
files = {"files": open("document.jpg", "rb")}
response = requests.post(url, headers=headers, files=files)
print(response.json())Ready to build?
Get your free API key and start extracting data from documents in minutes. No credit card required for the free tier.
Common Use Cases
Discover how businesses are using our OCR to automate their workflows.
Automated Onboarding
Extract data from documents to streamline user registration and KYC processes.
Data Verification
Instantly verify document details against your records or third-party databases.
International Documents
Process identity documents from over 190 countries with high accuracy.
Workflow Automation
Eliminate manual data entry by piping structured document data directly into your CRM or ERP.
Enterprise-grade Compliance & Security
We take data privacy seriously. Tiny IDP is built from the ground up to meet the strictest European data protection standards.
Zero Data Retention
We don't store your documents, images, or predictions. Data is processed in-memory and immediately discarded.
GDPR Compliant
Full compliance with European data protection regulations (GDPR) for your peace of mind.
EU-Based Infrastructure
All data is processed and hosted exclusively in secure European data centers.
Do you need a custom OCR?
We support custom extractors! Define your own fields, rules, and logic to extract data from any type of document.