Googly.DocumentAI.Model.GoogleCloudDocumentaiV1OcrConfigPremiumFeatures (googly_document_ai v0.1.0)

Copy Markdown View Source

Configurations for premium OCR features.

Attributes

  • compute_style_info (type: boolean()) - Turn on font identification model and return font style information.
  • enable_math_ocr (type: boolean()) - Turn on the model that can extract LaTeX math formulas.
  • enable_selection_mark_detection (type: boolean()) - Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1OcrConfigPremiumFeatures{
  compute_style_info: boolean() | nil,
  enable_math_ocr: boolean() | nil,
  enable_selection_mark_detection: boolean() | nil
}