Public examples of using John Snow Labs' OCR for Apache Spark.
You need
Secret key
and
License key
.
Please contact us at
[email protected]
for get it.
Secret key
is a key for download or install python package and jar from
https://pypi.johnsnowlabs.com/
.
Secret key
is specific for each release.
License key
is a key for run Spark OCR.
Need set value for
license
variable:
license = "license key"
Linux, Mac OS:
export JSL_OCR_LICENSE=license_key
Windows:
set JSL_OCR_LICENSE=license_key
Github
tab.
SparkOcrSimpleExample.ipynb
notebook.
secret
and
license
variables to valid values in first cell.
python3 -m pip install --user jupyter
git clone https://github.com/JohnSnowLabs/spark-ocr-workshop
cd spark-ocr-workshop
jupyter-notebook
jupyter/SparkOcrSimpleExample.ipynb
notebook.
secret
and
license
variables to valid values in first cell.
It is possible to call functionality from Java project.
./java/
folder contains sample of Java project that could be built with Maven.