Extract bank data Version 1 (Net)
Group "ROBIN AI", subgroup "NER (PREFERENTUM)"
Description
The action extracts the bank details from the text. You can extract the following data: INN, KPP, account number, BIK
Action icon
Parameters and their settings
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | Банковские реквизиты заказчика: | Yes |
Results | ||||
Result | Collection of extracted data | Collection |
Special conditions of use
If the same entity appears several times in the text, it will be written once in the resulting array.
Example of use
Task
There is a text:
"Расчетный счет организации ООО "Ромашка":
Р/с 40602810206000050025 ОАО «Уралторгбанк России», г. Рязань.
Генеральный директор: Иванов Вадим Юрьевич
Телефон/e-mail +7 (4912) 21-66-99
Zvezdaooo@mail.ru"
You need to extract bank data from text and display it in a dialog box.
Solution
Use the actions “Extract bank data”, “Message” and “Get value by index”.
Implementation
- Create a variable “Collection” into which the result of the “Extract bank data” action will be written.
- Drag the “Extract bank data” action to the workspace.
- Fill in the “Text” parameter of the “Extract bank data” action.
- Add the variable “Collection” to the result.
- Drag the “Get value by index” action to the workspace.
- Set the parameters of the “Get value by index” action.
- Drag and drop the “Message” action to the workspace.
- Set the parameters of the “Message” action.
In the “Message text” field add the result of the “Get value by index” action. - Click on the “Start” button in the top panel.
Result
The program robot has completed successfully. The required value is displayed in the dialog box.