Robert Nitsch
Robert Nitsch
The code for this was already provided in another issue by [stefan6419846](https://github.com/stefan6419846): https://github.com/sirfz/tesserocr/issues/300#issuecomment-1143322864
Thank you for reporting. What type of filesystem are you using?
I have implemented a potential fix for this issue in commit 75eebaa8d0cd214dd89e68cf088d48eff8cb4f9b. Please try version 1.2.1b1 which includes this fix: `pip install py3createtorrent==1.2.1b1`
Addendum: The issue is both present in version `0.1.0` (which I accidentally used first, see #733) and in the latest version `av1an 0.4.1-unstable (rev 05fcb0b) (release)`.
I will close this now because I assume the fix works.
> E.g. if path is true and backup.source is changed, it won't match existing snapshots anymore, therefore forget (retention) as well as any other commands that select snapshots will not...
I am integrating tesseract into my project and get a build error, too: ``` (...) [131/140] [org.sw.demo.boost.filesystem-1.81.0].lib Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:840, function execute1: When executing: [pub.egorpugin.primitives.command-0.3.1]/src/command.cpp C:/Users/Robert/.sw/storage/pkg/9d/a6/8d0d/src/sdir/src/command/src/command.cpp(142): error C2039: "contains"...
> Use the latest VS2022. I might need to update sw binary first to make it work. Unfortunately, I cannot easily switch to VS 2022, because that breaks compatibility with...
I get a new error now: `ninja: error: 'C:/Users/Robert/.sw/storage/pkg/b1/62/8e34/obj/bld/485381/lib/org.sw.demo.google.tesseract.libtesseract-5.3.1.lib', needed by 'CMakeFiles/MYPROJECT_autogen_timestamp_deps', missing and no known rule to make it` My CMakeLists.txt: ``` # Add Tesseract via SW # Source:...
Sorry @egorpugin I am now using vcpkg to integrate tesseract. My CMakeLists.txt now looks like this: ``` # Make vcpkg install all binaries (DLLs) set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON) # Setting the toolchain...