GoodocDocumentPageMergedPageInfo

AI Overview😉

  • The potential purpose of this module is to track the origin and processing history of text content within a document, specifically when it's merged from different sources, such as a PDF text layer and an OCR'd (Optical Character Recognition) document. This helps Google understand the provenance and quality of the text content.
  • This module could impact search results by influencing the ranking of documents based on the quality and reliability of their text content. If a document's text is merged from multiple sources, Google may use this information to determine its credibility, accuracy, or relevance, potentially affecting its position in search results.
  • To be more favorable for this function, a website could ensure that its document processing and merging procedures are transparent and accurate, providing clear information about the sources and processing history of its text content. This could involve using standardized metadata formats, providing detailed documentation on content creation and editing processes, and implementing quality control measures to detect and correct errors in merged text content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

If we have merged text from another goodoc into this one (for example, from a PDF text layer goodoc into an OCR'd goodoc), we record some source goodoc info here.

Attributes

  • OcrEngineId (type: String.t, default: nil) -
  • OcrEngineVersion (type: String.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.GoodocDocumentPageMergedPageInfo{
  OcrEngineId: String.t() | nil,
  OcrEngineVersion: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.