Is there a way to tell/force ocropus to see and use N number of columns? (user-specified)
I currently do not see a way. Algorithmically speaking/thinking -- it seems an addition of such a feature should not be awfully hard. Insert a bypass of auto-detect- columns in the code, by means of "user_force_column_number", and continue computing as it normally does. Unless, of course, the detection of column **boundaries** is too closely interwoven with the determination of how many columns there are... in that case, of course, an extra code module would be needed to detect column boundaries in the case where the user has specified number of columns. (But then, such a module, would probably consist mostly of code bits there are already used to determine column boundaries at this point). Or maybe a modularization -- whereby both auto-detect- and user-specified- "number_of_columns" functions shared modules/functions external to each. TIA -- You received this message because you are subscribed to the Google Groups "ocropus" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/ocropus?hl=en.
