Sayfayı Yazdır | Pencereyi Kapat

tesseract r552 1bppIndexed image error

Nereden Yazdırıldığı: Datakent
Kategori: Diğer bölümler
Forum Adı: C, C++, Visual C++
Forum Tanımlaması: C, C++, Visual C++ Örnekleri
URL: http://forum.datakent.com/forum_posts.asp?TID=2468
Tarih: 18.Nisan.2024 Saat 13:58


Konu: tesseract r552 1bppIndexed image error
Mesajı Yazan: aziz.alkurt
Konu: tesseract r552 1bppIndexed image error
Mesaj Tarihi: 09.Aralik.2012 Saat 13:13
1bppIndexed image -> AccessViolationException

Solution in ccmain->output.cpp-> void Tesseract::write_results( //write output ETEXT_DESC *monitor, WERD_RES *word, //word to do BLOCK *block, //block it is from ROW_RES *row, //row it is from const STRING &text, //text to write const STRING &text_lengths) {.....} this function calls for 3 times "ocr_append_char" function but it use "pix_grey_" variable. if you change it "pix_grey_" to "pix_binary_", the error improves



Sayfayı Yazdır | Pencereyi Kapat