The desired output location and metadata.
JSON representation | |
---|---|
{
"pagesPerShard": integer,
"gcsDestination": {
object ( |
Fields | |
---|---|
pagesPerShard |
The max number of pages to include into each output Document shard JSON on Google Cloud Storage. The valid range is [1, 100]. If not specified, the default value is 20. For example, for one pdf file with 100 pages, 100 parsed
pages will be produced. If Example value="/document-ai/docs/_project.yaml" outputs with 157 pages and pagesPerShard = 50:
|
gcsDestination |
The Google Cloud Storage location to write the output to. |
GcsDestination
The Google Cloud Storage location where the output file will be written to.
JSON representation | |
---|---|
{ "uri": string } |
Fields | |
---|---|
uri |
|