Skip to content

Change the text processing to remove empty blocks full of whitespace #1017

Change the text processing to remove empty blocks full of whitespace

Change the text processing to remove empty blocks full of whitespace #1017

Triggered via push October 13, 2023 20:00
Status Failure
Total duration 2m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (C901): src/sec_certs/utils/ocr.py#L105
src/sec_certs/utils/ocr.py:105:5: C901 `ocr_segments_with_garbage_text` is too complex (13)
Ruff (C901): src/sec_certs/utils/pdf.py#L153
src/sec_certs/utils/pdf.py:153:5: C901 `convert_pdf_file` is too complex (19)
Ruff (C901): src/sec_certs/utils/pdf.py#L163
src/sec_certs/utils/pdf.py:163:9: C901 `segmented_pdf_to_text` is too complex (11)
ruff
Process completed with exit code 1.
black
Process completed with exit code 1.