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
Backends pypdfium and docling_parse expose method - get_text_in_rect.
By given bbox user can receive programmatic PDF text.
We have page scale parameter that can be changed, and we need to introduce it as an optional parameter to get_text_in_rect, so that bbox coordinates can be correctly re-computed for text extraction in case scale is not 1.
The text was updated successfully, but these errors were encountered:
Backends
pypdfium
anddocling_parse
expose method -get_text_in_rect
.By given bbox user can receive programmatic PDF text.
We have page
scale
parameter that can be changed, and we need to introduce it as an optional parameter toget_text_in_rect
, so that bbox coordinates can be correctly re-computed for text extraction in case scale is not 1.The text was updated successfully, but these errors were encountered: