Azure-Samples / Azure-Samples/cognitive-services-quickstart-code

How to turn off text orientation detection

未关闭
#287 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
389
派生
556
平均合并
3 天 12 小时
30 天内合并 PR
1

描述

I do not want MS Read API to return a "flipped" box.
e.g.
```
"words": [
{
"bounding_box": [
1113.0,
85.0,
1072.0,
86.0,
1072.0,
66.0,
1112.0,
66.0
],
"text": "NOS)",
"confidence": 0.147
}
]
```

I'm using this function

```
def read_in_stream(
self, image, language=None, pages=None, model_version="latest", reading_order="basic", custom_headers=None, raw=False, callback=None, **operation_config):
```
putting detectionOrientation : False in query_parameters didn't work.

贡献指南

打开贡献指南

调研方向

首先跟踪 Python 入口点 read_in_stream,以及 detectionOrientation 是如何添加到查询参数中的。检查 Azure Read API 的请求选项以及任何相关示例或测试;完成的标准是确定一种受支持的禁用方向检测的方法,或记录所请求的行为不可用。

由索引模型根据 Issue 内容生成。

评估

技术栈
azure, python
领域
api, cloud
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。