Logo

WordInfo Data Type

Container to carry word information.

Properties
name data type constraints description
pageNumber number required int Number of the page on which the word is on.
word string   Word.
boundingBox BoundingBox   Position information.

Example

{
  "pageNumber" : 12345,
  "word" : "...",
  "boundingBox" : {
    "left" : 12345,
    "top" : 12345,
    "right" : 12345,
    "bottom" : 12345
  }
}