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!










share|improve this question
























  • are you using the GET for simple Text or for Document Text?
    – Cosmin Cretu
    Nov 21 at 13:03















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!










share|improve this question
























  • are you using the GET for simple Text or for Document Text?
    – Cosmin Cretu
    Nov 21 at 13:03













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!










share|improve this question















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!







google-cloud-platform google-cloud-vision






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














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





















































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







Popular posts from this blog

Paul Cézanne

UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

Angular material date-picker (MatDatepicker) auto completes the date on focus out