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

offer more development options #65

Open
bertsky opened this issue Feb 20, 2020 · 1 comment
Open

offer more development options #65

bertsky opened this issue Feb 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@bertsky
Copy link
Collaborator

bertsky commented Feb 20, 2020

I see the need for at least two more elaborate all-in-one tasks we could encapsulate as well:

  1. automatic tests (e.g. make tests): This would delegate to the modules' respective make test or whatever is available. We would sometimes have to install additional dependencies like make deps-test or clone more subrepos.
  2. download models (e.g. make models): This would delegate to the modules' respective model files or other data. In some cases this means cloning more subrepos, in others running web downloads.

Both would have to be encapsulated locally in each module section. When used in Dockerfiles during build-time these would produce larger development images.

@bertsky bertsky added the enhancement New feature or request label Feb 20, 2020
@stweil
Copy link
Collaborator

stweil commented Feb 21, 2020

What about components for training? Adding make training-install for Tesseract would be easy and provide tools not only for training, but also for handling of traineddata (for example adding word lists). A new tesstrain submodule (from tesseract-ocr/tesstrain) would be needed for real training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants