What types of documents can I upload?

Different types of input types are supported.

  • Input containing one document
    • Human readable only: a single file intended to be read by humans, with no metadata or structure required. E.g.: a standalone PDF invoice or .docx document
    • Structured only: a single structured file containing all the required data to process a document. E.g. a UBL XML invoice, a JSON API payload
    • Structured + human readable: two associated files: a human-readable document and a structured data file describing it. E.g. XML+PDF, UBL+ visual PDF …
  • Input containing multiple documents
    • Multi-doc PDF: one human-readable file containing file containing many documents that must be split downstream. E.g. a PDF with 50 invoices for 50 receivers
    • AFP File: a raw document+layout container encoding many communications. E.g. AFP file with design and content for multiple documents
    • Structured batch file: a structured file describing multiple documents for multiple receivers. E.g. CSV with data for 100 invoices; XML with grouped statements
    • Hybrid batch set: a structured batch file + multiple document attachments. E.g. CSV+100 PDS’s each corresponding to a line in the data file.