Closed dondonj closed 4 months ago
Hi @dondonj ,
Which version are you looking at? The latest version google_vision: ^1.2.1+1 does have Block
s as shown in the source - https://github.com/faithoflifedev/google_vision_workspace/blob/main/packages/google_vision/lib/src/model/page.dart
The code for the Block
model can be seen here - https://github.com/faithoflifedev/google_vision_workspace/blob/main/packages/google_vision/lib/src/model/block.dart
In the latest version, we don't have list of block parameter even though the api returns the list of blocks for FullTextAnnotation