colrev.ops.pdf_prep_man.PDFPrepMan¶
- class PDFPrepMan(*, review_manager, notify_state_transition_operation=True)[source]¶
Bases:
Operation
Prepare PDFs manually
Methods
Apply PDF prep man from csv/bib
Check the operation precondition
Conclude the operation (stop Docker containers)
Decorator for operations
Discard records whose PDFs need manual preparation (set to pdf_not_available)
Extract coverpage from PDF
Extract last page from PDF
Apply PDF prep man to csv/bib
Extract pages from PDF
Get the data for PDF prep man
main
Notify the review_manager about the next operation
Determine PDF prep man statistics
Check whether PDFs were prepared manually
Set the PDF to manually prepared
Attributes
type
- 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
- discard()[source]¶
Discard records whose PDFs need manual preparation (set to pdf_not_available)
- Return type:
None
- notify(*, state_transition=True)¶
Notify the review_manager about the next operation
- Return type:
None