Action group: Text, subgroup: NER
This action is used to extract bank data from the text. The following data can be extracted: TIN, KPP, account number, BIC.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | Text for analysis. | Robin.String | No | |
Results | ||||
Result | Collection of extracted data. If the same entity appears several times in the text, it will be written once in the resulting array. | Robin.Collection |
If the same entity appears more than once in the text, it will be recorded once in the resulting array.
There is a text:
Settlement account of the organization OOO Romashka:
S/a 40602810206000050025 OAO Uraltorgbank of Russia, Ryazan.
Director General: Ivanov Vadim Yuryevich
Phone/e-mail +7 (4912) 21-66-99
You need to extract bank data from text and display it in a dialog box.
Use the actions " Extract bank data", "Show message", "Get value by index".
The program robot completed successfully. The required value is displayed in the dialog box.