# Mindee

## V2 - Latest

- [Mindee Documentation](https://docs.mindee.com/getting-started/readme.md): Mindee helps anyone automate document processing through data recognition, computer vision, and machine learning.
- [Key Features](https://docs.mindee.com/getting-started/key-features.md): Mindee's key features.
- [Quick Start](https://docs.mindee.com/getting-started/quickstart.md): Follow the fastest path from account creation to your first successful document processing request with Mindee.
- [Defining a Model](https://docs.mindee.com/getting-started/defining-a-model.md): Build your model from a prebuilt template or create one from scratch using a sample document.
- [Glossary](https://docs.mindee.com/getting-started/glossary.md): A glossary of common Mindee terminology.
- [Models Overview](https://docs.mindee.com/models/models-overview.md): Understand the core concepts of Mindee models, the different types available, and how to use them.
- [Live Test](https://docs.mindee.com/models/live-test.md): The Live Test page from Mindee allows you to test your model, download sample documents or view your document history.
- [Model Settings](https://docs.mindee.com/models/model-settings.md): Base model settings, model mutability, and legal requirements such as processing zone and document storage.
- [Data Processing Policies](https://docs.mindee.com/models/data-processing-policies.md): Mindee provides flexible options to help you manage how and where your document data is processed, stored, and deleted.
- [Credit Cost](https://docs.mindee.com/models/pricing.md): Information on credit consumption for processing documents using a given model.
- [Extraction Model Overview](https://docs.mindee.com/extraction-models/extraction-models-overview.md): Extraction models enable structured data extraction based on fields, which can be configured for any document type.
- [Data Schema Overview](https://docs.mindee.com/extraction-models/data-schema.md): General description of an extraction model's Data Schema.
- [Data Schema Best Practices](https://docs.mindee.com/extraction-models/data-schema-best-practices.md): Best practices for designing a Data Schema that improves extraction accuracy.
- [Optional Features](https://docs.mindee.com/extraction-models/optional-features.md): Optional model features to enhance document processing.
- [Continuous Learning (RAG)](https://docs.mindee.com/extraction-models/optional-features/improving-accuracy.md): Enhance extraction accuracy with Retrieval-Augmented Generation (RAG) using your own documents.
- [Confidence Score and Accuracy Boost](https://docs.mindee.com/extraction-models/optional-features/automation-confidence-score.md): Enable automated workflows by enhancing model accuracy and measuring field confidence.
- [Polygons (Bounding Boxes)](https://docs.mindee.com/extraction-models/optional-features/polygons-bounding-boxes.md): Add the polygon coordinates of each extracted field to the API response.
- [Raw Text (Full OCR)](https://docs.mindee.com/extraction-models/optional-features/raw-text-full-ocr.md): Add the full text content of your documents to the API response.
- [SDK Integration](https://docs.mindee.com/extraction-models/sdk-integration.md): Integrate an Extraction model using the Mindee SDKs.
- [Extraction Quick Start](https://docs.mindee.com/extraction-models/sdk-integration/quick-start.md): Quickest way to get started using the client libraries.
- [Extraction Configuration](https://docs.mindee.com/extraction-models/sdk-integration/extraction-configuration.md)
- [Extraction Result](https://docs.mindee.com/extraction-models/sdk-integration/extraction-result.md): Reference documentation on processing an Extraction result using the Mindee SDKs.
- [No-Code Integration](https://docs.mindee.com/extraction-models/no-code-integration.md): No-Code and Low-Code integration support.
- [make.com Scenarios](https://docs.mindee.com/extraction-models/no-code-integration/make.com-scenarios.md): Integrating Mindee in make.com scenarios.
- [n8n Workflows](https://docs.mindee.com/extraction-models/no-code-integration/n8n-workflows.md): Integrating Mindee in n8n workflows.
- [Zapier Zaps](https://docs.mindee.com/extraction-models/no-code-integration/zapier-zaps.md): Integrating Mindee in Zapier Zaps.
- [Split Model Overview](https://docs.mindee.com/split-models/split.md): Automatically breaking a multi-page source file into separate documents and associate a class to each one.
- [Extraction Model Chaining](https://docs.mindee.com/split-models/extraction-model-chaining.md): Extract data from detected split ranges.
- [SDK Integration](https://docs.mindee.com/split-models/sdk-integration.md): Integrate a Split model using the Mindee SDKs.
- [Split Quick Start](https://docs.mindee.com/split-models/sdk-integration/split-quick-start.md): Integrate a Split Model.
- [Split Result](https://docs.mindee.com/split-models/sdk-integration/split-result.md): Reference documentation on processing a Split result using the Mindee SDKs.
- [Crop Model Overview](https://docs.mindee.com/crop-models/crop.md): Automatically identify the borders of documents on each page, and match one to a category.
- [Extraction Model Chaining](https://docs.mindee.com/crop-models/extraction-model-chaining.md): Extract data from detected crops.
- [SDK Integration](https://docs.mindee.com/crop-models/sdk-integration.md): Integrate a Crop model using the Mindee SDKs.
- [Crop Quick Start](https://docs.mindee.com/crop-models/sdk-integration/crop-quick-start.md): Integrate a Crop Model.
- [Crop Result](https://docs.mindee.com/crop-models/sdk-integration/crop-result.md): Reference documentation on processing a Crop result using the Mindee SDKs.
- [Classification Model Overview](https://docs.mindee.com/classification-models/classification.md): Automatically attribute a class to a given document, from a list of classes you define yourself.
- [Extraction Model Chaining](https://docs.mindee.com/classification-models/extraction-model-chaining.md): Extract data from detected classes.
- [SDK Integration](https://docs.mindee.com/classification-models/sdk-integration.md): Integrate a Classification model using the Mindee SDKs.
- [Classification Quick Start](https://docs.mindee.com/classification-models/sdk-integration/classification-quick-start.md): Integrate a Classification Model.
- [Classification Result](https://docs.mindee.com/classification-models/sdk-integration/classification-result.md): Reference documentation on processing a Classification result using the Mindee SDKs.
- [Raw Text Model Overview](https://docs.mindee.com/raw-text-ocr-models/ocr.md): Automatically extract the raw text from each page of a document using OCR.
- [SDK Integration](https://docs.mindee.com/raw-text-ocr-models/sdk-integration.md): Integrate an OCR model using the Mindee SDKs.
- [OCR Quick Start](https://docs.mindee.com/raw-text-ocr-models/sdk-integration/ocr-quick-start.md): Integrate an OCR Model.
- [OCR Result](https://docs.mindee.com/raw-text-ocr-models/sdk-integration/ocr-result.md): Reference documentation on processing an OCR result using the Mindee SDKs.
- [Integration Overview](https://docs.mindee.com/integrations/api-overview.md): Overview of connecting your system to the Mindee API.
- [Client Libraries / SDKs](https://docs.mindee.com/integrations/client-libraries-sdk.md): Officially supported client libraries for integrating the Mindee platform.
- [Command Line Tools (CLI)](https://docs.mindee.com/integrations/client-libraries-sdk/command-line-tools-cli.md): For quick testing you can use the integrated CLI tools that ship with the Client Libraries.
- [Client Configuration](https://docs.mindee.com/integrations/client-libraries-sdk/configure-the-client.md): Reference documentation on preparing and configuring the Mindee client.
- [Basic Model Configuration](https://docs.mindee.com/integrations/client-libraries-sdk/basic-model-configuration.md): Reference documentation on preparing and configuring the Mindee model inference.
- [Load and Adjust a File](https://docs.mindee.com/integrations/client-libraries-sdk/load-and-adjust-a-file.md): Reference documentation on loading and manipulating files prior to sending, using Mindee client libraries.
- [Load an URL](https://docs.mindee.com/integrations/client-libraries-sdk/load-an-url.md): Reference documentation on loading URLs for sending, using Mindee client libraries.
- [Send a File or URL](https://docs.mindee.com/integrations/client-libraries-sdk/send-a-file-or-url.md): Reference documentation on sending files or URLs for processing using Mindee client libraries.
- [Response Processing](https://docs.mindee.com/integrations/client-libraries-sdk/process-the-response.md): Reference documentation on processing responses using the Mindee client libraries.
- [Manage API Keys](https://docs.mindee.com/integrations/api-keys.md): Managing and using Mindee API keys.
- [Technical Best Practices](https://docs.mindee.com/integrations/technical-guidelines.md): Technical guidelines for an optimal integration.
- [Technical Limitations](https://docs.mindee.com/integrations/technical-limitations.md): Technical limitations when integrating Mindee.
- [Response Times](https://docs.mindee.com/integrations/response-times.md): Considerations affecting response times such as document structure, schema complexity, and enabled features.
- [Using Polling](https://docs.mindee.com/integrations/polling-for-results.md): Overview of processing files using a polling flow.
- [Using Webhooks](https://docs.mindee.com/integrations/webhooks.md): Overview of processing files using a webhook flow.
- [Error Handling](https://docs.mindee.com/integrations/problem-database.md): Common error messages and their handling.
- [Plans](https://docs.mindee.com/account-management/plans.md): Pricing plans & feature comparison
- [Support Levels](https://docs.mindee.com/account-management/support-levels.md): Mindee provides different levels of support depending on your subscription plan. Support options range from community-driven help to real-time chat with priority handling for urgent needs.
- [Account Settings](https://docs.mindee.com/account-management/account-settings.md): Manage your Mindee account.
- [Organization & Members](https://docs.mindee.com/account-management/organizations.md): Organizations in Mindee enable collaborative work: users can belong to an organization and participate in workspaces with role-based access control.
- [Billing](https://docs.mindee.com/account-management/billing.md): The Billing page in your Mindee account lets you manage your subscription and access past invoices.
- [Insights](https://docs.mindee.com/account-management/insights.md): The insights page allows you to view various data concerning your usage of the Mindee platform and API.
- [Extraction Use Cases](https://docs.mindee.com/use-cases/extraction-models.md): Common document extraction models you can build with Mindee.
- [Invoice](https://docs.mindee.com/use-cases/extraction-models/invoice.md): Automatically parse invoices and extract structured financial data using the pre-trained Invoice model available in the Catalog.
- [Receipt](https://docs.mindee.com/use-cases/extraction-models/receipt.md): Use our pre-trained Receipt model or adjust with the fields you need with Mindee V2.
- [Financial Document](https://docs.mindee.com/use-cases/extraction-models/financial-documents.md): Process a wide variety of financial documents and adapted to your specific needs.
- [International ID Card](https://docs.mindee.com/use-cases/extraction-models/international-id-card.md): Mindee enables the automatic extraction of structured identity data from ID cards, a critical component for use cases like identity verification, KYC, and onboarding.
- [Passport](https://docs.mindee.com/use-cases/extraction-models/passport.md): Whether you are building a Know Your Customer (KYC) process, onboarding flow, or document verification pipeline, Mindee helps you parse structured passport data with accuracy.
- [Driver's License](https://docs.mindee.com/use-cases/extraction-models/drivers-license.md): Automatically parse driver licenses and extract structured driver data using the Driver License model available in the Catalog.
- [Boarding Pass](https://docs.mindee.com/use-cases/extraction-models/boarding-pass.md): With Mindee, you can extract all the information needed for a passenger to access a flight: traveler identity, flight details, departure and arrival airports, and boarding information.
- [Resume](https://docs.mindee.com/use-cases/extraction-models/resume.md): Automatically parse résumés/CVs and extract structured candidate data using the pre-trained Resume model available in the Catalog.
- [Bill of Lading](https://docs.mindee.com/use-cases/extraction-models/bill-of-lading.md): Automatically parse Bills of Lading and extract structured shipping data using the pre-trained Bill of Lading model template available in the Catalog.
- [Bank Statement](https://docs.mindee.com/use-cases/extraction-models/bank-statement.md): Automatically parse bank statements and extract structured financial data using the pre-trained Bank Statement model template available in the Catalog.
- [European Vehicle Registration](https://docs.mindee.com/use-cases/extraction-models/european-vehicle-registration.md): Documentation for the data schema of European Vehicle Registration model.
- [Nutrition Facts](https://docs.mindee.com/use-cases/extraction-models/nutrition-facts.md): Automatically parse food labels and extract structured nutritional data using the pre-trained Nutrition Facts model available in the Catalog.
- [Bank Account Details](https://docs.mindee.com/use-cases/extraction-models/bank-account-details.md): Automatically parse bank account details and extract structured KYC data using the pre-trained Bank Account Details model template available in the Catalog.
- [Business Card](https://docs.mindee.com/use-cases/extraction-models/business-card.md): Automatically parse business cards and extract structured KYC data using the pre-trained Business Card model template available in the Catalog.
- [Payslip](https://docs.mindee.com/use-cases/extraction-models/payslip.md): Automatically parse payslips and extract structured salary data using the pre-trained Payslip model template available in the Catalog.
- [US Healthcare Card](https://docs.mindee.com/use-cases/extraction-models/us-healthcare-card.md): Automatically parse US healthcare cards and extract structured healthcare provider data using the pre-trained US Healthcare Card model template available in the Catalog.

## V1



---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mindee.com/getting-started/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
