谷歌 API Java OCR
我想知道是否可以使用 Java 中的 google-docs api 上传和 OCR 文档。我知道我可以通过发布这样的 http 帖子来执行此操作:
POST /feeds/default/private/full?ocr=true HTTP/1.1 Host: docs.google.com GData-Version: 3.0 Authorization: Content-Length: 1984 Content-Type: image/png Slug: OCRd Doc ... png contents here ...
但是可以使用 DocsService 来实现此目的吗?
I'm wondering if it is poosible to upload and OCR a document using google-docs api in Java. I know I can in a way perform this by making such a http post:
POST /feeds/default/private/full?ocr=true HTTP/1.1 Host: docs.google.com GData-Version: 3.0 Authorization: Content-Length: 1984 Content-Type: image/png Slug: OCRd Doc ... png contents here ...
But is it possible to achieve this using DocsService?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需添加:
You just have to add: