You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Having the drawing at correct scale
Additional context
My understanding is that the problems occures because the function save_analysis_artifiacts called here uses an AnalysisDrawer that calls convert_pdf_to_image without using the pdf_image_dpi given to the partition_pdf function so it uses a 200 dpi value.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
partition_pdf
on a filepath withanalysis=True
and a value forpdf_image_dpi
, the analysis drawings are at wrong scale.To Reproduce
Expected behavior
Having the drawing at correct scale
Additional context
My understanding is that the problems occures because the function
save_analysis_artifiacts
called here uses anAnalysisDrawer
that callsconvert_pdf_to_image
without usingthe pdf_image_dpi
given to thepartition_pdf
function so it uses a 200 dpi value.The text was updated successfully, but these errors were encountered: