Layout-Parser / layout-parser

A Unified Toolkit for Deep Learning Based Document Image Analysis
https://layout-parser.github.io/
Apache License 2.0
4.82k stars 464 forks source link

Minor installation instruction error #162

Open bholtdwyer opened 1 year ago

bholtdwyer commented 1 year ago

On Mac, the command

pip3 install -U layoutparser[ocr]

doesn't work (returns "zsh: no matches found: layoutparser[ocr]"), you need to do

pip3 install -U "layoutparser[ocr]"