Skip to main content

Document Classification

Finovox automatically classifies documents into categories to help you organize and process them efficiently. Each document is assigned one or more tags based on its content and structure.

Document Quality

The accuracy and completeness of document classification depends on the quality of the document. Clear, high-resolution documents with readable text will yield better classification results.

Available Document Categories​

Below is the complete list of document categories that Finovox can identify:

Loading tags...

API Usage​

To receive document classification in your analysis results, include "data_extraction" in the analyse_type array:

{
"analyse_type": ["data_extraction"]
}

The tags are returned in the tags field of the response:

{
"tags": ["invoice", "commercial_transaction"],
"name": "document.pdf"
}

Multi-Tag Classification​

Some documents can belong to multiple categories. For example, an invoice is also a commercial_transaction.

This hierarchical classification helps you filter and process documents more effectively.