MistralClient.Models.OCRUsageInfo (mistralex_ai v0.1.0)

View Source

Represents usage information for OCR processing.

Summary

Functions

Create OCR usage info from a map.

Types

t()

@type t() :: %MistralClient.Models.OCRUsageInfo{
  doc_size_bytes: integer() | nil,
  pages_processed: integer()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

Create OCR usage info from a map.