google_api_vision v0.22.1 GoogleApi.Vision.V1.Model.Page View Source
Detected page from OCR.
Attributes
-
blocks
(type:list(GoogleApi.Vision.V1.Model.Block.t)
, default:nil
) - List of blocks of text, images etc on this page. -
confidence
(type:number()
, default:nil
) - Confidence of the OCR results on the page. Range [0, 1]. -
height
(type:integer()
, default:nil
) - Page height. For PDFs the unit is points. For images (including TIFFs) the unit is pixels. -
property
(type:GoogleApi.Vision.V1.Model.TextProperty.t
, default:nil
) - Additional information detected on the page. -
width
(type:integer()
, default:nil
) - Page width. For PDFs the unit is points. For images (including TIFFs) the unit is pixels.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Vision.V1.Model.Page{ blocks: [GoogleApi.Vision.V1.Model.Block.t()], confidence: number(), height: integer(), property: GoogleApi.Vision.V1.Model.TextProperty.t(), width: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.