Hello.
As I can see, Document AI processors interface had "Export data set" functionality. But I cannot find a way how to import this exported dataset to different processor. I found some info in this doc - https://cloud.google.com/document-ai/docs/label-documents?authuser=1#import-labels but link "Sending a processing request to an existing processor" broken and show 404.
Context: I need copy schema and already labled documents in custom processor from invoice processor.
Thanks
Solved! Go to Solution.
Hi @oleks_vasyliev,
Welcome to Google Cloud Community!
The link to "Sending a processing request to an existing processor" redirects to the 404 page on my end as well. But I found the correct link which you can access here. Although Document AI processors offer an "Export dataset" functionality, there isn't a straightforward way to import the entire dataset, including the schema and labeled documents, into a different processor.
However, you can consider a couple of workarounds:
1. Auto-labeling with a Foundation Model Processor:
2. Recreate the Schema and Manually Import Labeled Documents:
I hope the above information is helpful.