Runs Google Document AI PDF Batch Processing on a list of blobs.
Document AI has a 1000 file limit per batch, so batches larger than that need to be split into multiple requests. Batch processing is an async long-running operation and results are stored in a output GCS bucket.
name of a Document AI processor.
amount of documents per batch
a config option for the parser
a comma-separated list of which fields to include in the Document AI response. suggested: "text,pages.pageNumber,pages.layout"