Ask a question to get started
Enter to sendā¢Shift+Enter new line
Parses a Blob lazily using online processing.
Blob
online_process( self, blob: Blob, field_mask: Optional[str] = None, **process_options_kwargs: Any = {} ) -> Iterator[Document]
blob
Blob to parse.
field_mask
Optional[str]
None
Comma-separated list of which fields to include in the Document AI response. suggested: 'text,pages.pageNumber,pages.layout'
'text,pages.pageNumber,pages.layout'
process_options_kwargs
Any
{}
Optional parameters to pass to the Document AI processors