Skip to main content

Package to make sense of images with text information

Project description

Install instruction: Install package >>> pip install pip install NLPKnowledge Install basic NLP model >>> python -m spacy download en_core_web_sm Install tesseract (Mac OS) >>> brew install tesseract Or use use this guide https://github.com/tesseract-ocr/tesseract/wiki for other platform install instruction. Check path where language models should be installed >>>brew list tesseract

it should look like “/usr/local/Cellar/tesseract/4.0.0/share/tessdata/”

Install language models to tessdata: wget -P /usr/local/Cellar/tesseract/4.0.0/share/tessdata/ https://github.com/tesseract-ocr/tessdata/raw/4.00/eng.traineddata wget -P /usr/local/Cellar/tesseract/4.0.0/share/tessdata/ https://github.com/tesseract-ocr/tessdata/raw/4.00/rus.traineddata

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

NLPKnowledge-0.0.2-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page