【发布时间】:2012-01-21 12:22:16
【问题描述】:
Google docs api 提供OCR service。
在手动上传期间,我可以指定文档语言(需要 ocr 非英文文档), 但我在 api 参考/示例中没有看到这样的选项。
是我遗漏了什么还是缺少此功能?
【问题讨论】:
标签: ocr google-docs-api
Google docs api 提供OCR service。
在手动上传期间,我可以指定文档语言(需要 ocr 非英文文档), 但我在 api 参考/示例中没有看到这样的选项。
是我遗漏了什么还是缺少此功能?
【问题讨论】:
标签: ocr google-docs-api
根据文档,您可以使用 '''ocr-language''' 参数...
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#OCR
【讨论】: