how can we install the library tesseraact in Rstudio cloud?
According to the official instruction:https://github.com/ropensci/tesseract
we could use the following script:
sudo apt-get install -y libtesseract-dev libleptonica-dev
However, that does not work.
It asks me for my password, I tried with my Rstudio cloud password but it does not work.