Change the text processing to remove empty blocks full of whitespace #1017
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|