Import text from keyboard

Goal

Input text using keyboard for further processing with Orange Textable.

Ingredients

Widget Text Field
Icon text_field_icon
Quantity 1

Procedure

Example usage of widget Text Field

Figure 1: Importing a string using widget Text Field.

  1. Create an instance of Text Field on the canvas.
  2. Open its interface by double-clicking on the created instance.
  3. Type text in the text field at the top of the interface.
  4. Click the Send button (or make sure the Send automatically checkbox is selected).
  5. 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.