-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Add unit test for OSD, update apiexample test #1359
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
Conversation
apiexample_test.log
|
osd_test.log
|
Could we move all images and other binaries for testing to a new extra repository https://github.com/tesseract-ocr/testing? Keeping the source code repository small saves disk space for all use cases which want to compile the code without running tests. We can still integrate that external repository as a submodule (like it is already done with googletest). @zdenop? |
I think that's a good idea.
At the same time, we should also combine some of test related folders
Eg. Unittest and Tests
Testdata and testing
Or
Leave the original testing folder as before and add unittest related files
to testdata ,
@stweil would be best, if you can create a PR for @zdenop to merge.
…On Sun 4 Mar, 2018, 12:36 AM Stefan Weil, ***@***.***> wrote:
Could we move all images and other binaries for testing to a new extra
repository https://github.com/tesseract-ocr/testing? Keeping the source
code repository small saves disk space for all use cases which want to
compile the code without running tests. We can still integrate that
external repository as a submodule (like it is already done with
googletest). @zdenop <https://github.com/zdenop>?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1359 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2_o1aCyrHa68HKjq8GBVi5ABTJD8aYks5taumZgaJpZM4SbA9f>
.
|
@amitdo I have added the rotated images and tests to check that rotation degrees match. Is there a way to programmatically rotate the images to test, rather than add more images to testdata? |
Yes, with Leptonica. |
New versions of
#1299
#1302