-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
- Clone this repository and download the model and put it in
docker/table-outline-server/table_outline/
- Modify
docker-compose.yaml
in the root directory by addingnetwork: host
underservice_name.build
to bypass this issue.
service_name:
container_name: name
build:
context: .
network: host
...
- Execute
docker-compose up -d
in the root directory - Check there are four containers, including
table-outline-server
,table-frontend
,table-backend
, andgrobid-server
, started up like in the below screenshot - Connect to http://0.0.0.0:8080/
- Click to add a PDF file
Screenshots
Metadata
Metadata
Assignees
Labels
No labels