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

ocrolib/h5utils.py: Move to OLD #150

Merged
merged 2 commits into from Nov 10, 2016
Merged

Conversation

kba
Copy link
Collaborator

@kba kba commented Nov 7, 2016

h5utils.py is only imported by OLD/ocropus-lattices and
OLD/ocropus-db. It's the only tool outside OLD to use tables.
Hence moving h5utils.py to OLD allows dropping the requirement
on pytables and the two-step requirements.txt setup.

`h5utils.py` is only imported by `OLD/ocropus-lattices` and
`OLD/ocropus-db`. It's the only tool outside `OLD` to use `tables`.
Hence moving h5utils.py to `OLD` allows dropping the requirement
on pytables and the two-step `requirements.txt` setup.
@kba
Copy link
Collaborator Author

kba commented Nov 7, 2016

Passes ./run-test: https://circleci.com/gh/kba/ocropy/60

@amitdo
Copy link
Contributor

amitdo commented Nov 8, 2016

What aboutlattice.py and ngraphs.py. Both aren't being used with the current lstm based engine.

@QuLogic QuLogic mentioned this pull request Nov 9, 2016
@tmbdev
Copy link
Collaborator

tmbdev commented Nov 9, 2016

For new code, h5py is preferable anyway (old versions didn't support variable length arrays).

@kba kba merged commit 8ce2df9 into ocropus-archive:master Nov 10, 2016
kba added a commit to kba/ocropy that referenced this pull request Nov 10, 2016
@kba kba deleted the retire-h5utils branch November 14, 2016 22:34
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

Successfully merging this pull request may close these issues.

None yet

3 participants