17 | {{ $t('404.heading') }} 18 |
19 |20 | {{ $t('404.content') }} 21 |
22 |15 | Interactively explore the NodeFlow editor and get to know all major 16 | functionalities 17 |
18 | 32 |39 | {{ tips[tip_index] }} 40 |
41 |
2 |
3 |
4 |
13 |
14 | # (Planned) Features
15 |
16 | NodeFlow provides the following features:
17 |
18 | - Create and / or edit OCR workflows using a node editor (powered by [baklavajs](https://github.com/newcat/baklavajs))
19 | - Leverage dozens of OCR processors (thanks to OCR-D) and configure all available parameters to your liking
20 | - Interactively explore the processor and parameter documentation of every implemente OCR processor
21 | - Export your workflows for command line usage or to use them in other OCR tools
22 | - Interactively explore NodeFlow with the internal tour
23 |
24 | ## Getting Started
25 |
26 | ### 1. Install packages
27 |
28 | ```bash
29 | yarn
30 | ```
31 |
32 | ### 2. Run
33 |
34 | In development mode,
35 |
36 | ```bash
37 | yarn app:dev
38 | ```
39 |
40 | In preview mode,
41 |
42 | ```bash
43 | yarn app:preview
44 | ```
45 |
46 | To build for production,
47 |
48 | ```bash
49 | yarn app:build
50 | ```
51 |
--------------------------------------------------------------------------------
/src/components/Editor/Custom/PaletteEntry.vue:
--------------------------------------------------------------------------------
1 |
58 |
59 |
60 |