We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, while experimenting with PERO I have noticed a few problems with pero_ocr.document_ocr.pdf_production, namely:
pero_ocr.document_ocr.pdf_production
This can be easily fixed by:
bottom
bottom - line.heights[0] + line.heights[1]
pdf.set_auto_page_break(False)
If you want, I can send a PR.
Example output:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, while experimenting with PERO I have noticed a few problems with
pero_ocr.document_ocr.pdf_production
, namely:This can be easily fixed by:
bottom
withbottom - line.heights[0] + line.heights[1]
pdf.set_auto_page_break(False)
If you want, I can send a PR.
Example output:
The text was updated successfully, but these errors were encountered: