Skip to content

Unknown error when using the Table Extraction interface to upload a PDF file #1

@ryansun117

Description

@ryansun117

Description

Encountered an unknown error when trying to use the Table Extraction interface to upload a PDF file. The error message seems to be coming from here. My goal is to use the table extraction feature specifically. I am unsure if this is the correct way to run this application. Thank you.

To reproduce the error

  1. Clone this repository and download the model and put it in docker/table-outline-server/table_outline/
  2. Modify docker-compose.yaml in the root directory by adding network: host under service_name.build to bypass this issue.
service_name:
    container_name: name
    build: 
      context: .
      network: host
    ...
  1. Execute docker-compose up -d in the root directory
  2. Check there are four containers, including table-outline-server, table-frontend, table-backend, and grobid-server, started up like in the below screenshot
  3. Connect to http://0.0.0.0:8080/
  4. Click to add a PDF file

Screenshots

table_extract
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions