mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 07:59:04 +08:00
Remove empty tessbox.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
12f45a5758
commit
a32d24fa65
@ -70,7 +70,6 @@
|
||||
#include "globals.h"
|
||||
#include "edgblob.h"
|
||||
#include "equationdetect.h"
|
||||
#include "tessbox.h"
|
||||
#include "makerow.h"
|
||||
#include "otsuthr.h"
|
||||
#include "osdetect.h"
|
||||
|
@ -25,7 +25,7 @@ pkginclude_HEADERS = \
|
||||
noinst_HEADERS = \
|
||||
control.h docqual.h equationdetect.h fixspace.h mutableiterator.h \
|
||||
output.h paragraphs.h paragraphs_internal.h osdetect.h paramsd.h pgedit.h \
|
||||
reject.h tessbox.h tessedit.h tesseractclass.h tessvars.h werdit.h
|
||||
reject.h tessedit.h tesseractclass.h tessvars.h werdit.h
|
||||
|
||||
noinst_LTLIBRARIES = libtesseract_main.la
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <cstring>
|
||||
#include "tessbox.h"
|
||||
#include "tessvars.h"
|
||||
#include "memry.h"
|
||||
#include "reject.h"
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include "pgedit.h"
|
||||
#include "reject.h"
|
||||
#include "sorthelper.h"
|
||||
#include "tessbox.h"
|
||||
#include "tesseractclass.h"
|
||||
#include "tessvars.h"
|
||||
#include "werdit.h"
|
||||
|
@ -3,21 +3,21 @@
|
||||
* Description: Implements a pass over the page res, exploring the alternative
|
||||
* spacing possibilities, trying to use context to improve the
|
||||
* word spacing
|
||||
* Author: Phil Cheatle
|
||||
* Created: Thu Oct 21 11:38:43 BST 1993
|
||||
*
|
||||
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*
|
||||
**********************************************************************/
|
||||
* Author: Phil Cheatle
|
||||
* Created: Thu Oct 21 11:38:43 BST 1993
|
||||
*
|
||||
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#include <ctype.h>
|
||||
#include "reject.h"
|
||||
@ -26,7 +26,6 @@
|
||||
#include "fixspace.h"
|
||||
#include "genblob.h"
|
||||
#include "tessvars.h"
|
||||
#include "tessbox.h"
|
||||
#include "globals.h"
|
||||
#include "tesseractclass.h"
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/**********************************************************************
|
||||
* File: tessbox.cpp (Formerly tessbox.c)
|
||||
* Description: Black boxed Tess for developing a resaljet.
|
||||
* Author: Ray Smith
|
||||
* Created: Thu Apr 23 11:03:36 BST 1992
|
||||
* Author: Ray Smith
|
||||
* Created: Thu Apr 23 11:03:36 BST 1992
|
||||
*
|
||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -18,7 +18,6 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "mfoutline.h"
|
||||
#include "tessbox.h"
|
||||
#include "tesseractclass.h"
|
||||
|
||||
#define EXTERN
|
||||
|
@ -1,28 +0,0 @@
|
||||
/**********************************************************************
|
||||
* File: tessbox.h (Formerly tessbox.h)
|
||||
* Description: Black boxed Tess for developing a resaljet.
|
||||
* Author: Ray Smith
|
||||
* Created: Thu Apr 23 11:03:36 BST 1992
|
||||
*
|
||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef TESSBOX_H
|
||||
#define TESSBOX_H
|
||||
|
||||
#include "ratngs.h"
|
||||
#include "tesseractclass.h"
|
||||
|
||||
// TODO(ocr-team): Delete this along with other empty header files.
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user