Business Cards OCR
Mindee’s Business Cards OCR API uses deep learning to automatically, accurately, and instantaneously parse your documents details. In a few seconds, the API extracts a set of data from your PDFs or photos of business cards, including:
Firstname
Lastname
Job Title
Company
Email
Phone Number
Mobile Number
Fax Number
Address
Website
social Media
The Business Cards OCR API supports documents from any geographies and languages.
Set up the API
To test your API, you can use the sample document provided below.

Access your Business Card OCR API by clicking on the corresponding product card in the Document Catalog

From the left navigation, go to documentation > API Reference, you'll find sample code in popular languages and command line.
Replace my-api-key-here with your new API key, or use the select an API key feature and it will be filled automatically.
Copy and paste the sample code of your desired choice in your application, code environment, terminal etc.
Replace
/path/to/the/file.extwith the path to your input document.
Remember to replace with your V1 API key.
Run your code. You will receive a JSON response with your document details.
API Response
Here is the full JSON response you get when you call the API:
You can find the prediction within the prediction key found in document > inference > prediction for document-level predictions: it contains the different fields extracted at the document level, meaning that for multi-pages PDFs, we reconstruct a single object using all the pages.
Detailed Field Information
Using the above document example the following are the basic fields that can be extracted.
Firstname
firstname: The given name of the person.
Lastname
lastname: The lastname of the person.
Job Title
job_title: The job title of the person.
Company
company: The company the person works for.
Email
email: The email address of the person.
Phone Number
phone_number: The phone number of the person.
Mobile Number
mobile_number: The mobile number of the person.
Fax Number
firstname: The Fax number of the person.
Address
address: The address of the person.
Website
website: The website of the person or company.
Social Media
social_media: The social media profiles of the person or company.
Last updated
Was this helpful?

