Skip to content
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

Accessibility of RectangleSpatialIndex #240

Closed
ejschoen opened this issue Jun 22, 2018 · 2 comments
Closed

Accessibility of RectangleSpatialIndex #240

ejschoen opened this issue Jun 22, 2018 · 2 comments

Comments

@ejschoen
Copy link
Contributor

I wonder if it would be possible to make the RectangleSpatialIndex class public. I am working on an alternative ObjectExtractor that finds rulings in a different manner, and it wants to make a Page the same way that ObjectExtractor does. However, it can't, because RectangleSpatialIndex is private.

Alternatively, if there were a way to invoke a different engine than ObjectExtractorStreamEngine from within ObjectExtractor, that'd work, too.

@jazzido
Copy link
Contributor

jazzido commented Jun 24, 2018

Hi @ejschoen,

Those are good suggestions. I can't take care of this at the moment, but I'd be happy to incorporate code that does what you suggest. Feel free to send us a pull request.

Thanks!

@ejschoen
Copy link
Contributor Author

Will do. As it turns out, it's also possible to feed rulings to the spreadsheet extractor, so it would only be useful for non-spreadsheet extractor tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants