zdenop / qt-box-editor

QT4 editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
170 stars 66 forks source link

error during make command #66

Closed IzumiKohaku closed 2 years ago

IzumiKohaku commented 6 years ago

i was installing qrbox editor inside my raspberrypi for my school project. i want to train the font uses and needed the tessdata in tiff. let alone the data, i couldn't install and execute it. can you help me please?

zdenop commented 6 years ago

what error message you get?

jassim-jasmin commented 5 years ago

src/MainWindow.cpp:27:10: fatal error: tesseract/baseapi.h: No such file or directory

include <tesseract/baseapi.h>

      ^~~~~~~~~~~~~~~~~~~~~

compilation terminated. Makefile:692: recipe for target 'build/release/MainWindow.o' failed make: *** [build/release/MainWindow.o] Error 1

zdenop commented 5 years ago

This means you do not have installed tesseract (dev)

deenamanick commented 2 years ago

Installing the below lib package will fix the issue

sudo apt-get install libtesseract-dev