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
Installed Marker from the dev branch, under Win11. For some reason it always skips complete Chapter 5 -> "V. Instructions, Procedures, and Drawings"
Document attached: 10CFR50AppB_LibOff.pdf
When executing script, I also get this warning message, but it seems that it does not cause any issues:
D:\PDF\vMarker2a\lib\site-packages\threadpoolctl.py:1214: RuntimeWarning:
Found Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at the same time. Both libraries are known to be incompatible and this can cause random crashes or deadlocks on Linux when loaded in the same Python program.
Using threadpoolctl may cause crashes or deadlocks. For more information and possible workarounds, please see
https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md
warnings.warn(msg, RuntimeWarning)
The text was updated successfully, but these errors were encountered:
Looking at the position of Chapter Five, it's located closer to the bottom of the page, which might have caused the model to misidentify it as a footnote or footer, thus removing it from the final output.
Installed Marker from the dev branch, under Win11. For some reason it always skips complete Chapter 5 -> "V. Instructions, Procedures, and Drawings"
Document attached:
10CFR50AppB_LibOff.pdf
When executing script, I also get this warning message, but it seems that it does not cause any issues:
The text was updated successfully, but these errors were encountered: