Skip to content
Discussion options

You must be logged in to vote

No, not 100%. spaCy is an NLP library that focuses just on text analysis. It doesn't include all the functionality for this kind of document processing out of the box, like representing the location of the text on a page or dealing with OCR errors.

Many of the tasks you mentioned could probably be implemented using spaCy, but you would be writing rules and/or training statistical models from scratch for these particular tasks.

Please see: https://spacy.io/usage/spacy-101

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Moorky
Comment options

Answer selected by Moorky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage
2 participants