KItinerary

barcodedocumentprocessorhelper.h
1/*
2 SPDX-FileCopyrightText: 2021-2022 Volker Krause <vkrause@kde.org>
3 SPDX-License-Identifier: LGPL-2.0-or-later
4*/
5
6#ifndef KITINERARY_BARCODEDOCUMENTPROCESSORHELPER_H
7#define KITINERARY_BARCODEDOCUMENTPROCESSORHELPER_H
8
9#include "barcodedecoder.h"
10
11namespace KItinerary {
12
13class ExtractorDocumentNode;
14class ExtractorEngine;
15
16/** Barcode-related document processor implementation details. */
17namespace BarcodeDocumentProcessorHelper
18{
19bool expandNode(const QImage &img, BarcodeDecoder::BarcodeTypes barcodeHints, ExtractorDocumentNode &parent, const ExtractorEngine *engine);
20}
21
22}
23
24#endif // KITINERARY_BARCODEDOCUMENTPROCESSORHELPER_H
A node in the extracted document object tree.
Semantic data extraction engine.
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.