Please enable JavaScript.
Coggle requires JavaScript to display documents.
phs - Фото распознать (start ($SYS.POST (QUESTION (fileId=%phs_photoDiskId…
phs - Фото распознать
start
$SYS.POST
QUESTION
fileId=%phs_photoDiskId
method=google.copyFile
gauth=%sys.googleOAuth2
folderId=%phs_folderId
ocr=true
ANSWER
%phs_ocrDocId=fileId
%phs_status=status
%phs_error=message
https://aubot.azurewebsites.net//api/Execute
else
end
?phs_status=ok
$SYS.POST
QUESTION
docId=%phs_ocrDocId
method=google.getDocText
gauth=%sys.googleOAuth2
ANSWER
%phs_ocrText=text
%phs_status=status
%phs_error=message
https://aubot.azurewebsites.net//api/Execute
$SYS.POST
QUESTION
fileId=%phs_ocrDocId
method=deleteFile
gauth=%sys.googleOAuth2
ASYNC
https://aubot.azurewebsites.net//api/Execute
end