We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 197437b + 314e3fe commit decb06fCopy full SHA for decb06f
README.md
@@ -63,6 +63,10 @@ pip install ocrd_modelfactory
63
64
All python software released by [OCR-D](https://github.com/OCR-D) requires Python 3.6 or higher.
65
66
+**NOTE** Some OCR-D-Tools (or even test cases) _might_ reveal an unintended behavior if you have specific enviroment modifications, like:
67
+* using a custom build of [ImageMagick](https://github.com/ImageMagick/ImageMagick), whose format delegates are different from what OCR-D supposes
68
+* custom Python logging configurations in your personal account
69
+
70
## Command line tools
71
72
**NOTE:** All OCR-D CLI tools support a `--help` flag which shows usage and
0 commit comments