File: /api/baseapi.cpp Function: ProcessPages() SVN revision: 1105 - Enabled streaming input and output of multi-page documents
I noticed that in this SVN revision, quite a bit of modication was done on ProcessPages(), one of them was changing pixRead to pixReadMem. I was using this function to create searchable PDF output and but after this revision I'm getting fatal errors when calling pixReadMem. Changing it back to pixRead works. After some debugging, I found that the cause of the crash is inside pixReadMemJpeg (my source is a jpeg file) where there's a line fp = tmpfile() which always return NULL, therefore it crashes when calling fwrite after that. I wonder is it because I'm running tesseract on Android device? Thanks for listening :) -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/89839323-f3e1-4e8e-84b0-33eed75e2963%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

