You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DocAIParser on the currently released version, there is an error stemming from here: ImportError: cannot import name 'IndividualPageSelector' from 'google.cloud.documentai_v1.types'
This is because in versions of google-cloud-documentai after v.2.26 (which is required by this package), IndividualPageSelector moved from google.cloud.documentai_v1.types into google.cloud.documentai_v1.types.document_processor_serviceProcessOptions.
Incidentally this is fixed in #294 where I'll add another note.
The text was updated successfully, but these errors were encountered:
When using
DocAIParser
on the currently released version, there is an error stemming from here:ImportError: cannot import name 'IndividualPageSelector' from 'google.cloud.documentai_v1.types'
This is because in versions of google-cloud-documentai after v.2.26 (which is required by this package),
IndividualPageSelector
moved fromgoogle.cloud.documentai_v1.types
intogoogle.cloud.documentai_v1.types.document_processor_service
ProcessOptions.Incidentally this is fixed in #294 where I'll add another note.
The text was updated successfully, but these errors were encountered: