Install docker
Install Java 8
Install sbt
Clone the automates repo
Go to the text reading docker subdirectory and launch the grobid-quantities docker container
cd automates/text_reading/docker
docker-compose up grobidquantities
cd automates/text_reading
sbt webapp/run
Note: The first time you run this, it will take a while because it is downloading and installing scala as well as the library dependencies and compiling the code. Subsequent runs will be MUCH faster.
Open a browser and go to localhost:9000
submit
. The first query will take longer (~60 seconds) because of model loading. Subsequent queries will be much faster.