How to use Spark OCR in a Scala / SBT project. #331
-
I'm wondering how to specify the dependencies with the secret url -- or does one just need to use: SparkSession.builder.config("spark.jars", "https://pypi.johnsnowlabs.com/####") ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Can you please check the related NB here ---> https://github.com/JohnSnowLabs/spark-ocr-workshop/blob/master/databricks/scala/SparkOcrSimpleExample.scala and here is how you can install the jars with the secrets and aws keys you might have Veysel 7 months ago You can also download jar files from s3 manually and add it as deps to sbt project. |
Beta Was this translation helpful? Give feedback.
Can you please check the related NB here ---> https://github.com/JohnSnowLabs/spark-ocr-workshop/blob/master/databricks/scala/SparkOcrSimpleExample.scala
and here is how you can install the jars with the secrets and aws keys you might have
Veysel 7 months ago
https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/jupyter/SparkNLP_offline_installation.ipynb
You can also download jar files from s3 manually and add it as deps to sbt project.