Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TransferBot
HFT TransferBot
Commits
983fccad
Commit
983fccad
authored
Jul 16, 2025
by
minhnguyengp1
Browse files
delete unnecessary output_dir_path handling
parent
419d00b5
Pipeline
#11748
failed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ingestion/src/file_parser.py
View file @
983fccad
...
@@ -31,8 +31,6 @@ class FileParser:
...
@@ -31,8 +31,6 @@ class FileParser:
do_formula_enrichment
:
bool
=
False
,
do_formula_enrichment
:
bool
=
False
,
)
->
DoclingDocument
:
)
->
DoclingDocument
:
self
.
logger
.
info
(
f
"Starting parsing workflow for input file:
{
file_path
}
"
)
self
.
logger
.
info
(
f
"Starting parsing workflow for input file:
{
file_path
}
"
)
output_dir_path
=
Path
(
image_output_dir
)
output_dir_path
.
mkdir
(
parents
=
True
,
exist_ok
=
True
)
pdf_pipeline_options
=
PdfPipelineOptions
(
pdf_pipeline_options
=
PdfPipelineOptions
(
generate_page_images
=
False
,
generate_page_images
=
False
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment