How do I solve the "ERROR: No matching distribution found for spark-ocr==3.3.0" on Spark OCR? #339
-
I received spark-ocr license keys and try some notebooks https://colab.research.google.com/github/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/streamlit_notebooks/ocr/PDF_TO_TEXT.ipynb?hl=en ,but with no success. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please use version related to version of Spark which you need: 3.3.0.spark23, 3.3.0.spark24, 3.3.0.spark30. Also please upgrade to the latest version ---> pip install spark-ocr==3.5.0.spark30 --extra-index-url=https://pypi.johnsnowlabs.com/$secret |
Beta Was this translation helpful? Give feedback.
Please use version related to version of Spark which you need: 3.3.0.spark23, 3.3.0.spark24, 3.3.0.spark30.
By default you can install Spark OCR with Spark 3 using command:
pip install spark-ocr==3.3.0.spark30 --extra-index-url=https://pypi.johnsnowlabs.com/$secret
Also please upgrade to the latest version ---> pip install spark-ocr==3.5.0.spark30 --extra-index-url=https://pypi.johnsnowlabs.com/$secret