https://github.com/mpolinowski/tesseract-spacy-python
Tesseract OCR & spaCy NER
https://github.com/mpolinowski/tesseract-spacy-python
python3 spacy-ner tesseract-ocr
Last synced: 3 months ago
JSON representation
Tesseract OCR & spaCy NER
- Host: GitHub
- URL: https://github.com/mpolinowski/tesseract-spacy-python
- Owner: mpolinowski
- Created: 2021-12-13T05:19:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T12:22:58.000Z (over 3 years ago)
- Last Synced: 2025-01-28T19:17:31.346Z (4 months ago)
- Topics: python3, spacy-ner, tesseract-ocr
- Language: Jupyter Notebook
- Homepage: https://mpolinowski.github.io/devnotes/2021-10-31--tesseract_ocr_arch_linux
- Size: 4.19 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Natural Language Processing in Python
## Building an Name Card Scanner with Tesseract
[Tesseract OCR on Arch Linux](https://mpolinowski.github.io/devnotes/2021-10-31--tesseract_ocr_arch_linux)
## Processing Name Entities in spaCy
[spaCy NER on Arch Linux](https://mpolinowski.github.io/devnotes/2021-11-01--spacy_natural_language_processing)
## Working with Prediction Models
[spaCy NER Predictions](https://mpolinowski.github.io/devnotes/2021-11-02--spacy_ner_predictions)