Hi,
we have a requirement to extract the invoice from pdf formats, we went through the documentation and able to extract the data,
but having an issue with the document type "invoice".
const request = {
parent,
inputConfig: {
gcsSource: {
uri: gcsInputUri,
},
mimeType: 'application/pdf',
},
documentType: "invoice"
}
Error in node js code = "Feature "invoice" not enabled for project"
We filled the document and sent for approval,
Ideally how much time it will take to get an approval/review the request?
Is there any other issue while looking at error?.
If someone helps to understand the error it would be helpful.