From b627bcdfbe547ab2650704bebed70854694d4358 Mon Sep 17 00:00:00 2001 From: Ayman Date: Tue, 24 Jan 2023 20:48:55 +0100 Subject: [PATCH] remove {{ --- docs/_posts/aymanechilah/2023-01-03-table_recognition_en_3_3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/aymanechilah/2023-01-03-table_recognition_en_3_3.md b/docs/_posts/aymanechilah/2023-01-03-table_recognition_en_3_3.md index 0ca1abf73aa90d..dd50c91c7b54d0 100644 --- a/docs/_posts/aymanechilah/2023-01-03-table_recognition_en_3_3.md +++ b/docs/_posts/aymanechilah/2023-01-03-table_recognition_en_3_3.md @@ -194,6 +194,6 @@ val tables_results = pipeline_table.transform(df).cache() +--------------------+--------------------+--------------------+--------------------+-------+--------------------+--------------------+--------------------+------+--------------------+--------------------+--------------------+-----------------+---------+--------------------+--------------------+ | table_image| region| image_with_regions| image_1|pagenum| modificationTime| path| image|length| cells| output_image| table| confidence|exception| text| positions| +--------------------+--------------------+--------------------+--------------------+-------+--------------------+--------------------+--------------------+------+--------------------+--------------------+--------------------+-----------------+---------+--------------------+--------------------+ -|{file:/content/cT...|{0, 0, 214.0, 437...|{file:/content/cT...|{file:/content/cT...| 0|2022-09-28 18:54:...|file:/content/cTD...|{file:/content/cT...|385071|[[[[0, 0, 408, 32...|{file:/content/cT...|{{0, 0, 0.0, 0.0,...|95.43954744611467| null| ...|[{[{ , 0, 170.0, ...| +|{file:/content/cT...|{0, 0, 214.0, 437...|{file:/content/cT...|{file:/content/cT...| 0|2022-09-28 18:54:...|file:/content/cTD...|{file:/content/cT...|385071|[[[[0, 0, 408, 32...|{file:/content/cT...|{0, 0, 0.0, 0.0,...|95.43954744611467| null| ...|[{[{ , 0, 170.0, ...| +--------------------+--------------------+--------------------+--------------------+-------+--------------------+--------------------+--------------------+------+--------------------+--------------------+--------------------+-----------------+---------+--------------------+--------------------+ ```