Documenting tested Python and library versions.

pull/44/head
Alexander Pacha 3 years ago
parent 4ce0e47529
commit 8b6b749ad4

@ -16,6 +16,10 @@ Clone the repository, enter it and run
`pip install .`
### Requirements
This project has been tested with Python 3.6 and the library versions specified in the requirements.txt, but might also work with later versions of Tensorflow.
### Models
Pre-trained models in `HDF5` format can be downloaded from here:

@ -1,5 +1,5 @@
numpy
setuptools >= 41
opencv-python-headless
ocrd >= 2.38.0
setuptools>=41
ocrd==2.38.0
opencv-python-headless==4.6.0.66
tensorflow >= 2.4.0

Loading…
Cancel
Save