[tesseract-ocr] Tesseract training

2021-02-20 Thread karim abed el hadi
Hello everyone, My name is Karim Abed El Hadi, I am a telecommunications engineering student at the Holy Spirit University of Kaslik, Lebanon. I am working on a Syriac OCR project. For the first part of my project, I did a GUI that lets the user select an image or a PDF file from the device

[tesseract-ocr] Output layout

2021-02-20 Thread karim abed el hadi
Hello, Is there a way to let the OCR output have the same text layout as the input image? if yes, can you please tell me how? Karim Abed El Hadi -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this grou

[tesseract-ocr] Cannot open normproto file

2021-03-07 Thread karim abed el hadi
Hello, I did the training for tesseract 4 on python (not LSTM), and it's working fine for 1 picture. But when I merge multiple tiff images into one tiff file, and start the training, the VSCode gives me an error: "The system cannot find the file specified: 'normproto'" What did I do wrong? Can