Skip to content

Upd tab2 #13416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 25, 2023
Merged

Upd tab2 #13416

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...|
+--------------------+--------------------+--------------------+--------------------+-------+--------------------+--------------------+--------------------+------+--------------------+--------------------+--------------------+-----------------+---------+--------------------+--------------------+
```
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ val result = pipeline.transform(image_df).cache()

```bash
text_regions table_image pagenum modificationTime path table_regions length image image_with_regions hocr tables exception table_index
[{0, 0, 566.32025... {file:/content/ta... 0 2023-01-23 08:21:... file:/content/tab... {0, 0, 40.0, 0.0,... 172124 {file:/content/ta... {file:/content/ta... <?xml version="1.... {{0, 0, 0.0, 0.0,... null 0
[{0, 0, 566.32025... {file:/content/ta... 0 2023-01-23 08:21:... file:/content/tab... {0, 0, 40.0, 0.0,... 172124 {file:/content/ta... {file:/content/ta... <?xml version="1.... {0, 0, 0.0, 0.0,... null 0
```

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ result = result.filter(result.pagenum == 1)

```bash
path modificationTime length hocr height_dimension width_dimension pagenum token image total_pages documentnum table_regions scaled_image image_with_regions tables exception table_index
file:/content/f11... 2023-01-23 08:16:... 3471478 <div title="bbox ... 791 611 1 [{token, 0, 2, 23... {file:/content/f1... 1 0 {0, 0, 32.839153,... {file:/content/f1... {file:/content/f1... {{0, 0, 0.0, 0.0,... null 0
file:/content/f11... 2023-01-23 08:16:... 3471478 <div title="bbox ... 791 611 1 [{token, 0, 2, 23... {file:/content/f1... 1 0 {0, 0, 32.839153,... {file:/content/f1... {file:/content/f1... {0, 0, 0.0, 0.0,... null 0
```

```bash
Expand Down