GoodocDocumentHeader

AI Overview😉

  • Potential purpose of the module: This module appears to be related to Optical Character Recognition (OCR) and font analysis of documents. It may be used to extract text from images or scanned documents, and analyze the font styles and types used in the document.
  • Impact on search results: This module could impact search results by allowing Google to better understand the content of documents, even if they are in image or scanned format. This could lead to more accurate search results, especially for searches related to specific documents or texts. It may also help Google to identify and rank documents that are more readable or well-formatted.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their documents are in a format that can be easily OCR'd, such as using clear and readable fonts, and providing text-based versions of documents in addition to image-based versions. Additionally, using structured data and clear formatting in documents could help Google's algorithm to better understand the content and structure of the document.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentHeader (google_api_content_warehouse v0.4.0)

Attributes

  • OcrEngineId (type: String.t, default: nil) -
  • OcrEngineVersion (type: String.t, default: nil) -
  • font (type: list(GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentHeaderFont.t), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentHeader{
  OcrEngineId: String.t() | nil,
  OcrEngineVersion: String.t() | nil,
  font: [GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentHeaderFont.t()] | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.