i.e. for an image that OCR is performed, i want to be able to fetch the list of text on the image. Is this possible using the SDK? If so how, and if not are there any suggestions as to using google's OCR to fetch words in an image.
标签:
google-drive-api
相关问题
- How can I force all files in a folder to be owned
- google-drive can't get push notifications
- File upload via REST v3 appears as “Untitled”
- PyDrive Upload and Remove
- Android: Google Drive onActivityResult() getting r
相关文章
- How can my Google Apps Script be run by others the
- Google Drive raw data?
- how to programmatically download a public Google D
- Is it possible to send HTTP request from inside Go
- Google Drive API is not working after Proguard obf
- How to style a Google Doc using Google Drive API?
- Google Drive Realtime API OAuth2 Refresh Errors (P
- keep getting kicked out my google login when using
When you create a file or copy it with the Drive API, you can perform OCR on it to convert it to a Google Document which will contain the OCR text. The relevant parameters are:
ocr
boolean Whether to attempt OCR on .jpg, .png, or .gif uploads.ocrLanguage
string If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.