mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-21 18:55:16 +02:00
chore: linting
This commit is contained in:
parent
219a5977b7
commit
c187b04e82
25 changed files with 102 additions and 108 deletions
|
|
@ -181,9 +181,7 @@ class EtlPipelineService:
|
|||
# Common case: the configured ETL service can't OCR
|
||||
# this image format (or no service is configured at
|
||||
# all). Don't spam warnings -- just no OCR for it.
|
||||
logging.debug(
|
||||
"Skipping per-image OCR for %s: %s", image_name, exc
|
||||
)
|
||||
logging.debug("Skipping per-image OCR for %s: %s", image_name, exc)
|
||||
return ""
|
||||
return ocr_result.markdown_content
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue