gnewtothis101 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Patch for /classify/blobclass.cpp #1314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.) Should we flush the data so that we don't have to wait for the program to 
close and the OS to clean up the dangling pointer "FeatureFile" In order to 
update the .tr file?

Reason: In a batch script that executes each of the training programs isn't a 
problem. However, when running this code in another program, this cannot be 
expected to update the .tr file before the program finishes executing. The 
pointer is never closed or flushed. Also, the FeatureFile needs to be closed.. 
but this might involve something that changes things across multiple files.

Original issue reported on code.google.com by oriahulr...@microvu.com on 17 Sep 2014 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
This is a duplicate of Bug 1252

http://code.google.com/p/tesseract-ocr/issues/detail?id=1252

Original comment by smaragds...@gmail.com on 22 Sep 2014 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by joregan on 13 May 2015 at 3:20