How do 'PDF_TEXT_TABLE.ipynb' "JavaPackage object is not callable" on Spark OCR? #336
Answered
by
JustHeroo
JustHeroo
asked this question in
sparknlp-ocr
-
I tried to run your colab notebook 'PDF_TEXT_TABLE.ipynb' but I got the following error: ERROR: Could not find a version that satisfies the requirement spark-ocr==3.1.0 (from versions: 3.1.0.spark23, 3.1.0.spark24, 3.1.0.spark30, 0.0.1) |
Beta Was this translation helpful? Give feedback.
Answered by
JustHeroo
Aug 31, 2021
Replies: 1 comment
-
Please use 3.1.0.spark24 or 3.1.0.spark30 related to the version of the Spark. !python -m pip install --upgrade spark-ocr==$version.spark24 --extra-index-url https://pypi.johnsnowlabs.com/$secret |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustHeroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use 3.1.0.spark24 or 3.1.0.spark30 related to the version of the Spark.
!python -m pip install --upgrade spark-ocr==$version.spark24 --extra-index-url https://pypi.johnsnowlabs.com/$secret