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

PDF upload will not generate or index sections if the number of characters on the page is less than 1000 #304

Open
tonybaloney opened this issue Mar 14, 2024 · 0 comments · May be fixed by #303
Labels
bug Something isn't working

Comments

@tonybaloney
Copy link
Contributor

I noticed this whilst testing, but EmbedPDFBlobAsync will not generate sections for pages in the page map that have under 1000 characters.

This is a logic flaw in the CreateSections method that's missing a conditional statement before the while loop and never yields a value (section).

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
1 participant