Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vision text detection #2299

Merged
merged 1 commit into from
Sep 15, 2016
Merged

Conversation

daspecster
Copy link
Contributor

Based off #2237.

Adds text detection.

This is the last of the Entity based detections.

Safe Search and Image properties are left.

@daspecster daspecster added do not merge Indicates a pull request not ready for merge, due to either quality or timing. api: vision Issues related to the Cloud Vision API. labels Sep 12, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 12, 2016
@daspecster daspecster force-pushed the vision-text-detection branch 2 times, most recently from deeb833 to 8b2e716 Compare September 12, 2016 21:57
@@ -210,10 +210,12 @@ Detecting text with ORC from an image.
>>> client = vision.Client()
>>> image = client.image('./image.jpg')
>>> text = image.detect_text()
>>> text.locale
>>> text[0].locale

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Sep 13, 2016

LGTM: you can address my comments or leave them be, if you think best.

@daspecster
Copy link
Contributor Author

Ok, I updated the code based on your comments. I'll let travis run and then I'll make the next two PRs.

@daspecster daspecster merged commit 51d11da into googleapis:master Sep 15, 2016
@dhermes dhermes mentioned this pull request Sep 19, 2016
@daspecster daspecster deleted the vision-text-detection branch January 24, 2017 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vision Issues related to the Cloud Vision API. cla: yes This human has signed the Contributor License Agreement. do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants