-
Notifications
You must be signed in to change notification settings - Fork 32
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing StructMap and StructLink to mets xml. #304
Comments
We do have some code for writing stuctMaps but only the physical ones, not logical ones. Can you elaborate a bit on what you need and point me to the code you're currently using? Since you are currently the only project producing logical structMaps, you have the opportunity to shape this API to your liking. :-) |
As our module includes document analysis, we have to link each of the physical file to the logical label (front page, chapter, section..) produced by our classifier. |
Possible spec solution to be implemented to fix this: OCR-D/spec#154 |
These is useful functionality and doable but since |
I am against closing this. Why should core depend on a single module here? After all, we know that some basic API for this is indeed needed, in the least to allow implementations like ocrd_anybaseocr and to fulfil the spec. Keeping this visibly open helps finding the topic – closing would bury it. |
But who is going to do that for ocrd_anybaseocr? As I said, I do think the functionality is useful, it would just be much more motivating to have an actual, in-development implementation that needs it. But okay, let's keep it open, let's hope such an implementation will come around in the future. |
I see core as an enabler here. Coming up with a concept/spec how this should eventually look like in the METS, and implementing a simple API is much easier than devising some detection model for it. Maybe the first use-case will be an interactive tool for the intellectual part of digitization workflows, perhaps even as simple as a view in ocrd_browser... |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Currently, there are no methods to write StructMap and StructLink to the mets file to link the logical and physical structure of the document. It would be nice, if those functions are added in the next release. @kba
The text was updated successfully, but these errors were encountered: