Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-11-19 17:17:08 -03:00 committed by GitHub
parent 6dfa763f84
commit 24df56e026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,9 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| SET HTTP HEADER _key = _value_ | Defines an HTTP header to be used to next GET call | | SET HTTP HEADER _key = _value_ | Defines an HTTP header to be used to next GET call |
| SET HTTP USERNAME = _value_ | Defines the HTTP username to be used to next GET call | | SET HTTP USERNAME = _value_ | Defines the HTTP username to be used to next GET call |
| SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call | | SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call |
| SEE CAPTION OF _url_ AS _variable_ | Extracts an caption, using a pre-trained neural network, from a image|
| SEE TEXT OF _url_ AS _variable_ | Extracts text from the image in a OCR (Optical Character Recognition) feature. |
| SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call |
## How To ## How To