Skip to content
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

Empty output with default parameters #573

Open
karthikgali opened this issue Feb 5, 2022 · 0 comments
Open

Empty output with default parameters #573

karthikgali opened this issue Feb 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@karthikgali
Copy link

Summary
When I tried to upload a simple Image PDF to Parsr. I am getting blank output with default parameters

Steps To Reproduce
Steps to reproduce the behavior:
Input:
1stpage.pdf

Output txt:
1stpage.txt

Output Json:
{"metadata":[],"pages":[{"margins":{"top":-1,"left":-1,"bottom":-1,"right":-1},"box":{"l":0,"t":0,"w":612,"h":792},"rotation":{"degrees":0,"origin":{"x":0,"y":0},"translation":{"x":0,"y":0}},"pageNumber":1,"elements":[]}],"fonts":[]}

Expected behavior
Text with heading identified

Actual behavior
Empty output

Screenshots
image

image

Environment
docker pull axarev/parsr
docker run -p 3001:3001 axarev/parsr

@karthikgali karthikgali added the bug Something isn't working label Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant