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
This code block from the README didn't work for me
fromdoctranimportExtractPropertyproperties=ExtractProperty(
name="millenial_or_boomer",
description="A prediction of whether this document was written by a millenial or boomer",
type="string",
enum=["millenial", "boomer"],
required=True
)
document=awaitdocument.extract(properties=properties).execute()
This code block from the README didn't work for me
Had to do
instead
The text was updated successfully, but these errors were encountered: