https://github.com/maxnth/nodeflow
An Editor for creating simple or complex OCR workflows
https://github.com/maxnth/nodeflow
electron ocr vue
Last synced: about 1 year ago
JSON representation
An Editor for creating simple or complex OCR workflows
- Host: GitHub
- URL: https://github.com/maxnth/nodeflow
- Owner: maxnth
- License: mit
- Created: 2023-01-21T17:38:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T11:32:03.000Z (about 2 years ago)
- Last Synced: 2025-03-27T07:47:55.714Z (about 1 year ago)
- Topics: electron, ocr, vue
- Language: Vue
- Homepage:
- Size: 1.91 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
NodeFlow is an open‑source, multi-platform desktop application for creating and managing OCR workflows. It allows beginner and advanced users to interactively craft everything from basic linear to complex branched workflows and export them for command line usage or for the usage in other applications like [OCR4all](https://github.com/OCR4all/OCR4all).
| WARNING: This is still a very early proof of concept with major missing features and possibly severe bugs! |
|------------------------------------------------------------------------------------------------------------|

# (Planned) Features
NodeFlow provides the following features:
- Create and / or edit OCR workflows using a node editor (powered by [baklavajs](https://github.com/newcat/baklavajs))
- Leverage dozens of OCR processors (thanks to OCR-D) and configure all available parameters to your liking
- Interactively explore the processor and parameter documentation of every implemente OCR processor
- Export your workflows for command line usage or to use them in other OCR tools
- Interactively explore NodeFlow with the internal tour
## Getting Started
### 1. Install packages
```bash
yarn
```
### 2. Run
In development mode,
```bash
yarn app:dev
```
In preview mode,
```bash
yarn app:preview
```
To build for production,
```bash
yarn app:build
```