GoogleCloudDocumentaiV1DocumentTextChange

AI Overview😉

  • Potential purpose of module: This module appears to be responsible for tracking and managing text changes or corrections made to a document, such as OCR (Optical Character Recognition) corrections. It keeps a record of the changes made, including the original text, the corrected text, and the history of the corrections.
  • Impact on search results: This module could impact search results by allowing Google to better understand the content of a document, even if it contains errors or inaccuracies. By tracking corrections, Google can improve the accuracy of its search results and provide more relevant information to users. Additionally, this module could help Google to identify and prioritize high-quality content that has been carefully reviewed and corrected.
  • Changes to be more favorable: To be more favorable to this function, a website could ensure that its content is accurate and well-reviewed, with clear records of any corrections or changes made. This could involve implementing a robust editing and review process, as well as providing transparent and detailed information about the history of changes to a document. Additionally, websites could consider using structured data and metadata to provide Google with more context about their content, which could help the search engine to better understand and prioritize it.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message is used for text changes aka. OCR corrections.

Attributes

  • changedText (type: String.t, default: nil) - The text that replaces the text identified in the text_anchor.
  • provenance (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t), default: nil) - The history of this annotation.
  • textAnchor (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t, default: nil) - Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segments element. If the start and end index of the text segment are the same, the text change is inserted before that index.

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.GoogleCloudDocumentaiV1DocumentTextChange{
    changedText: String.t() | nil,
    provenance:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t()
      ]
      | nil,
    textAnchor:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.