| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 73a529b commit 67810f8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -316,7 +316,7 @@ def print_entity(entity: documentai.Document.Entity) -> None: | |||
| 316 | 316 | # https://cloud.google.com/document-ai/docs/processors-list | |
| 317 | 317 | key = entity.type_ | |
| 318 | 318 | ||
| 319 | - # Some other value formats in addition to text are availible | ||
| 319 | + # Some other value formats in addition to text are available | ||
| 320 | 320 | # e.g. dates: `entity.normalized_value.date_value.year` | |
| 321 | 321 | text_value = entity.text_anchor.content | |
| 322 | 322 | confidence = entity.confidence | |
| Back | FazBrowse Home | New Git URL |
0 commit comments