vitis::ai::OCRResult - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English

Declaration

typedef struct
{
  int width;
  int height;
  std::vector< std::string > words;
  std::vector< std::vector< cv::Point > > box;

} vitis::ai::OCRResult;
Table 1. Structure vitis::ai::OCRResult Member Description
Member Description
width width of network input.
height Height of network input.
words vector of recognized words in input pic
box vector of box information of the recognized words in input pic