mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-10 05:38:17 +00:00
fix(tesseract): initialize df_osd to avoid uninitialized variable error (#1718)
* fix: initialize df_osd to avoid uninitialized variable error Signed-off-by: IoannisMaras <maras2002@gmail.com> * Fix formatting Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> * Satisfy mypy, regenerate OCR tests Signed-off-by: Christoph Auer <cau@zurich.ibm.com> --------- Signed-off-by: IoannisMaras <maras2002@gmail.com> Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> Signed-off-by: Christoph Auer <cau@zurich.ibm.com> Co-authored-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> Co-authored-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
"prov": [
|
||||
{
|
||||
"bbox": [
|
||||
70.90211866351085,
|
||||
689.216658542347,
|
||||
504.8720079864275,
|
||||
69.6796630536824,
|
||||
689.0124221922704,
|
||||
504.8720051760782,
|
||||
764.9216921155637
|
||||
],
|
||||
"page": 1,
|
||||
|
||||
Reference in New Issue
Block a user