Import text from keyboard¶
Goal¶
Input text using keyboard for further processing with Orange Textable.
Ingredients¶
Widget Text Field Icon Quantity 1
Procedure¶

Figure 1: Importing a string using widget Text Field.
- Create an instance of Text Field on the canvas.
- Open its interface by double-clicking on the created instance.
- Type text in the text field at the top of the interface.
- Click the Send button (or make sure the Send automatically checkbox is selected).
- A segmentation covering the input text is then available on the Text Field instance’s output connections; to display or export it, see Cookbook: Text output.