GoodocWordAlternates

AI Overview😉

  • The potential purpose of this module is to provide alternative words or corrections to the main OCR (Optical Character Recognition) engine's output. This helps to improve the accuracy of text recognition and extraction from images or documents.
  • This module could impact search results by providing more accurate and relevant text data for search queries. For example, if a user searches for a specific phrase, the corrected OCR output could help the search engine to better match the query with relevant documents or web pages, leading to more accurate search results.
  • To be more favorable for this function, a website could ensure that their document or image content is of high quality, with clear and readable text. This could include using high-resolution images, providing alternative text for images, and using clear and concise language in documents. Additionally, websites could consider using OCR-friendly formatting and layouts to make it easier for the OCR engine to accurately recognize and extract text.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Alternate OCR words for Ptolemy OCR Correction. This is the output of the Ptolemy error estimator. See http://go/Ptolemy.

Attributes

  • ErrorProbability (type: integer(), default: nil) - The probability that the main OCR engine (Abbyy) string is incorrect; range is 0 (definitely correct) to 100 (definitely incorrect).
  • alternate (type: list(GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternatesAlternate.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.GoodocWordAlternates{
  ErrorProbability: integer() | nil,
  alternate:
    [GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternatesAlternate.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.