Assigned
Status Update
Comments
te...@gmail.com <te...@gmail.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
[Deleted User] <[Deleted User]> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
I cannot find confidence scores for each page/block/paragraph/word when using TEXT_DETECTION (instead of DOCUMENT_TEXT_DETECTION).
What you expected to happen:
When using TEXT_DETECTION, confidence score for a page/block/paragraph/word level as stated here.
For page,
For block,
For paragraph,
For word,
Steps to reproduce:
1. Go to
2. Make sure type is TEXT_DETECTION
3. Press "EXECUTE" button
4. Check the response.
Other information (workarounds you have tried, documentation consulted, etc):
When the type is DOCUMENT_TEXT_DETECTION, I can get the confidence scores. However, when using TEXT_DETECTION, I could only find the following score. I don't think it is the confidence score of the OCR results.
"detectedLanguages": [
{
"languageCode": "en",
"confidence": 0.87
}
]