Skip to content

Releases: akempler/spacy-tesseract

Initial beta release

Initial beta release Pre-release
Pre-release

Choose a tag to compare

@akempler akempler released this 30 Aug 19:59
  • Add Spacy PoS capabilities.
  • Refactor codebase to use Flask blueprints for better code organization.
  • Provide ability to pass some Tesseract settings via api such as oem and psm.

Spacy sentence and named entity support

Pre-release

Choose a tag to compare

@akempler akempler released this 06 Aug 02:25
  • Provide basic support for retrieving sentences and named entities via spacy.
  • Add ability to upload a pdf (only first page of pdf currently used).
  • Add ability to send text to Spacy insteda of a file.

Basic spacy integration

Pre-release

Choose a tag to compare

@akempler akempler released this 04 Aug 01:42

Provides an api endpoint for having spacy process an image and return sentences.

Basic OCR of images

Basic OCR of images Pre-release
Pre-release

Choose a tag to compare

@akempler akempler released this 02 Aug 18:57
  • Tesseract / pytesseract image ocr exposed as api endpoint.
    NOTE: this only works with images. Upcoming pdf support.