You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to build bibnumber on the following setup
Windows 10
Visual Studio 2017 15.9
CMake 3.13
latest leptonica, tesseract from GitHub + CPPAN
OpenCV 2.4
Boost
With a bit of coaxing I was able to get it to compile. However when running the program
bibnumber <path_to_images>
The processing stops as the first image. I was able to trace it to textdetection.cppfindLegallyConnectedComponents, right on the last statement return components.
For some reason it takes forever to exit this method.
This happens on the Debug build.
When compiled for Release, the program progresses further, generating bib-components, bib-rotated and bib-tess-input images, however, it crashes with a heap corruption error.
The text was updated successfully, but these errors were encountered:
I was able to build bibnumber on the following setup
With a bit of coaxing I was able to get it to compile. However when running the program
The processing stops as the first image. I was able to trace it to
textdetection.cpp
findLegallyConnectedComponents
, right on the last statementreturn components
.For some reason it takes forever to exit this method.
This happens on the Debug build.
When compiled for Release, the program progresses further, generating bib-components, bib-rotated and bib-tess-input images, however, it crashes with a heap corruption error.
The text was updated successfully, but these errors were encountered: