NOTICE: All information contained herein is, and remains
the property of TechnoCore Automate.
textAnchor
object (TextAnchor)
Optional. Provenance of the entity. Text anchor indexing into the Document.text.
type
string
Required. Entity type from a schema e.g. Address.
mentionText
string
Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
mentionId
string
Optional. Deprecated. Use id field instead.
confidence
number
Optional. Confidence of detected Schema entity. Range [0, 1].
pageAnchor
object (PageAnchor)
Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
id
string
Optional. Canonical id. This will be a unique value in the entity list for this document.
normalizedValue
object (NormalizedValue)
Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
properties[]
object (Entity)
Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
provenance
object (Provenance)
Optional. The history of this annotation.
redacted
boolean
Optional. Whether the entity will be redacted for de-identification purposes.
//: <> (CYTHON START)
cythonize -3 -a -i ObjServiceGoogleOcr.py
Compiling /home/axion/projects/axion/factory.service/package.core/ObjServiceGoogleOcr.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.service/package.core/ObjServiceGoogleOcr.py
Updated : 2025-09-10