colrev.env.grobid_service.GrobidService

class colrev.env.grobid_service.GrobidService[source]

Bases: object

An environment service for machine readability/annotation (PDF to TEI conversion).

Initialize the instance.

Methods

check_grobid_availability

Check whether the GROBID service is available.

start

Start the GROBID service.

Attributes

GROBID_IMAGE

GROBID_URL

check_grobid_availability(*, wait=True)[source]

Check whether the GROBID service is available.

Return type:

bool

start()[source]

Start the GROBID service.

Return type:

None