UiPath Documentation
activities
latest
false
Document Understanding activities

Character Class

Character class in UiPath.OCR.Contracts, representing a digitized character with confidence and font properties.

Definition​

  • Namespace: UiPath.OCR.Contracts.DataContracts
  • Assembly: UiPath.OCR.Contracts

Description​

A public class that represents a digitized character.

Members​

Properties​

  • Char char - Stores a single character.
  • Confidence int - Provides the confidence computed for the current character.
  • FontFamily string - Specifies the family font of the character.
  • FontSize int - Specifies the font size of the character.
  • PolygonPoints System.Drawing.PointF[] - The polygon created around the word, with all points arranged in clockwise order, the first one being the top left corner. Required.
  • Rotation - Specifies the rotation of the character.
  • Style - Specifies the style of the character.
  • Definition​
  • Description​
  • Members​
  • Properties​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated