Augusto Firmo
Augusto Firmo

Reputation: 11

It's possible create a dataset in document ai processor and import documents via python API?

It's possible, to do the steps in the below guide, using the Python API? I saw some documentation about creating processors and training processors via Python API. But, none about creating the dataset and importing documents in the processor.

https://cloud.google.com/document-ai/docs/workbench/create-dataset

Documentations that I already know:

Upvotes: 0

Views: 637

Answers (1)

Holt Skinner
Holt Skinner

Reputation: 2234

UPDATE: There are now exposed API methods to create datasets and import documents using the v1beta3 endpoint.

Similar answer as Train a custom classifier on Document AI through API

There's not currently an exposed API method to create datasets, import documents, or label documents. This all must be done through the UI.

Upvotes: 0

Related Questions