Cloud Vision - Read strings are separated by specific characters
up vote
0
down vote
favorite
I've got an issue with Cloud Vision.
While reading scanned data from an image Cloud Vision splits the returned string into parts if that string contains spaces, periods or slashes. The entire string is required in this case.
For example:
If my target is "data: hello world" then I scan the value using the key "data". The result is that the first returned value from the string will be ”hello” and the second will be “world”, instead of the intended “hello world”. Another example is if my target is "data: 16.24" then it will be split by dot(.) and will return “16” and “24.
If anyone knows how to resolve this issue it will be of great help. Thanks in advance!
add a comment |
up vote
0
down vote
favorite
I've got an issue with Cloud Vision.
While reading scanned data from an image Cloud Vision splits the returned string into parts if that string contains spaces, periods or slashes. The entire string is required in this case.
For example:
If my target is "data: hello world" then I scan the value using the key "data". The result is that the first returned value from the string will be ”hello” and the second will be “world”, instead of the intended “hello world”. Another example is if my target is "data: 16.24" then it will be split by dot(.) and will return “16” and “24.
If anyone knows how to resolve this issue it will be of great help. Thanks in advance!
are you using the GET for simple Text or for Document Text?
– Cosmin Cretu
Nov 21 at 13:03
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've got an issue with Cloud Vision.
While reading scanned data from an image Cloud Vision splits the returned string into parts if that string contains spaces, periods or slashes. The entire string is required in this case.
For example:
If my target is "data: hello world" then I scan the value using the key "data". The result is that the first returned value from the string will be ”hello” and the second will be “world”, instead of the intended “hello world”. Another example is if my target is "data: 16.24" then it will be split by dot(.) and will return “16” and “24.
If anyone knows how to resolve this issue it will be of great help. Thanks in advance!
I've got an issue with Cloud Vision.
While reading scanned data from an image Cloud Vision splits the returned string into parts if that string contains spaces, periods or slashes. The entire string is required in this case.
For example:
If my target is "data: hello world" then I scan the value using the key "data". The result is that the first returned value from the string will be ”hello” and the second will be “world”, instead of the intended “hello world”. Another example is if my target is "data: 16.24" then it will be split by dot(.) and will return “16” and “24.
If anyone knows how to resolve this issue it will be of great help. Thanks in advance!
edited Nov 19 at 7:49
LundinCast
2,01131020
2,01131020
asked Nov 18 at 10:56
QnA
1
1
are you using the GET for simple Text or for Document Text?
– Cosmin Cretu
Nov 21 at 13:03
add a comment |
are you using the GET for simple Text or for Document Text?
– Cosmin Cretu
Nov 21 at 13:03
are you using the GET for simple Text or for Document Text?
– Cosmin Cretu
Nov 21 at 13:03
are you using the GET for simple Text or for Document Text?
– Cosmin Cretu
Nov 21 at 13:03
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53360084%2fcloud-vision-read-strings-are-separated-by-specific-characters%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
are you using the GET for simple Text or for Document Text?
– Cosmin Cretu
Nov 21 at 13:03