PDF metadata auto segmentation #20
Annotations
6 errors and 1 warning
Ruff (F841):
OCR/ocr/ocr_example.py#L15
OCR/ocr/ocr_example.py:15:9: F841 Local variable `num_pages` is assigned to but never used
|
Ruff (F401):
OCR/ocr/pdf_extract.py#L1
OCR/ocr/pdf_extract.py:1:8: F401 `subprocess` imported but unused
|
Ruff (F401):
OCR/ocr/pdf_extract.py#L4
OCR/ocr/pdf_extract.py:4:23: F401 `pdf2image.convert_from_path` imported but unused
|
Ruff (F401):
OCR/ocr/pdf_extract.py#L5
OCR/ocr/pdf_extract.py:5:17: F401 `PIL.Image` imported but unused
|
Ruff (F401):
OCR/ocr/pdf_extract.py#L6
OCR/ocr/pdf_extract.py:6:8: F401 `io` imported but unused
|
python
Process completed with exit code 1.
|
python
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|