You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Used Homebrew on OS X 10.15 to create Apache/php72 stack. Also homebrew to install tesseract, popplar, Ghostscript, LibreOffice. Have successfully soft-linked required bin executables for GS and popplar. Have tried same with tess and libreoffice without being recognized on 'Software details' page:
cd /User/user/Sites/librarian/bin
ln -s /usr/local/Cellar/tesseract/4.1.1/tesseract/bin/tesseract tesseract
Have also tried copying entire tesseract-ocr pkg from GitHub to librarian/bin without success.
Less obvious how to link libreoffice to librarian/bin - which file should be linked? Prefer to get complete installation on OS X than to run I-librarian from Linux/Vbox. Appears I am close... And I can offer updated OS X instructions for others if this can be worked out...
Used Homebrew on OS X 10.15 to create Apache/php72 stack. Also homebrew to install tesseract, popplar, Ghostscript, LibreOffice. Have successfully soft-linked required bin executables for GS and popplar. Have tried same with tess and libreoffice without being recognized on 'Software details' page:
cd /User/user/Sites/librarian/bin
ln -s /usr/local/Cellar/tesseract/4.1.1/tesseract/bin/tesseract tesseract
Have also tried copying entire tesseract-ocr pkg from GitHub to librarian/bin without success.
Less obvious how to link libreoffice to librarian/bin - which file should be linked? Prefer to get complete installation on OS X than to run I-librarian from Linux/Vbox. Appears I am close... And I can offer updated OS X instructions for others if this can be worked out...