Skip to main content

Find OCR Text Position With File

Searches for a given file path, and returns OCRCoordinates

Input

  • Path: File Path Description
    • Type: System.String
    • Required
  • FPoint: Helps to make the image more readable by enlarging or reducing the size of the image by the entered setting in the OCR library. Note: Making the image too large does not mean that the image is read very well. When the image is too large, breaks can occur.
    • Type: System.Int32
    • Required
  • Text: Text to search
    • Type: System.String
    • Required
  • Language Type: OCR Language Type
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • All
      • Eng
      • Tur
      • Deu
      • Fra
      • Hin
      • Ita
      • Lat
      • Rus
      • Spa
  • Is Scanned: Indicates whether the relevant image was scanned by a browser.
    • Type: System.Boolean
  • Config Type: Config Type of OCR
    • Type: System.Int32
    • Dropdown Options:
      • None
      • PSM 4
      • PSM 4 Only Digits
      • PSM 6
      • PSM 6 Only Digits
      • PSM 11
      • PSM 11 Only Digits

Output

  • Output: These are the parts that return the coordinates of the text inside the UI element.
    • Type: System.Collections.Generic.IEnumerable<ArenaRobotics.Domain.Entities.OCRCoordinate>
    • Required