Skip to content

Conversation

pavtiger
Copy link
Owner

@pavtiger pavtiger commented Jun 9, 2023

Fixes #65

@pavtiger
Copy link
Owner Author

pavtiger commented Jun 9, 2023

To validate that all library requirements are met and code works I used this command docker run -it -v /home/pavtiger/Docs/Parse-tables-from-PDF:/home/pavtiger/Docs/Parse-tables-from-PDF --entrypoint "/bin/bash" -p 1303:1303 ubuntu:22.04 to create a fresh docker container

Copy link
Collaborator

@No-name-and-surname No-name-and-surname left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find any gross mistakes here)
I had only one question.

if quality < 200:
print('Quality is set to a number smaller than 200. THis is highly unadvised and '
if quality < 4:
print('Quality is set to a number smaller than 4. This is highly unadvised and '
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use ''' here, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local execution fails without optional libraries for the webserver
2 participants