FAQs

Papex charges 1 token per page processed

Example:

  • If Multi-Invoice Detection is enabled, the system still consumes tokens per page.
  • If a PDF contains 15 pages, it will consume 15 tokens.
  • Even if those 15 pages contain only one invoice spread across all pages, it still consumes 15 tokens.

Token usage = Number of pages processed

To integrate securely:

  • Generate credentials from API Keys > Generate Credentials.
  • Use X-Client-Id and X-Client-Secret in request headers.

Supported endpoints include:

  • POST - Upload and extract data
  • GET - Fetch processed results

Templates are mandatory for extraction.

  • If no template is selected, the Extract Information button will be disabled.
  • The system cannot infer fields without a defined template.

Use AI Generate to auto-create templates from sample documents if unsure about field structure.

Yes - enable API Push in Settings > Settings:

  • Toggle Api_push to Enabled.
  • During extraction, Papex will send structured data to the configured endpoint.
  • Ensure the external API is properly configured under Settings > External API.

This is ideal for real-time integrations with ERP, CRM, or accounting systems.

If a document fails to process:

  • Ensure the selected template matches the document type.
  • Verify your token balance in Dashboard > Token Usage Overview.

Yes, Papex allows you to preview extracted data:

  • After processing, view the JSON output in the Processing Results section.
  • Use the View JSON option under the Actions menu in the Transactions Page.
Scroll