colrev.ops.pdf_get_man.PDFGetMan¶
- class PDFGetMan(*, review_manager, notify_state_transition_operation=True)[source]¶
Bases:
Operation
Get PDFs manually
Methods
Check the operation precondition
Conclude the operation (stop Docker containers)
Decorator for operations
Discard missing PDFs (set to pdf_not_available)
Export a table for manual PDF retrieval
Get the data for pdf-get-man
Get the records that are missing a PDF
main
Notify the review_manager about the next operation
Record pdf-get-man decision
Check whether PDFs were retrieved manually
Attributes
MISSING_PDF_FILES_RELATIVE
type
pdf_get_man_package_endpoints
- check_precondition()¶
Check the operation precondition
- Return type:
None
- conclude()¶
Conclude the operation (stop Docker containers)
- Return type:
None
- classmethod decorate()¶
Decorator for operations
- Return type:
Callable
- notify(*, state_transition=True)¶
Notify the review_manager about the next operation
- Return type:
None