would it be a good idea to add sorting to the detection predictor pipeline? #1836
Unanswered
mohamedsaeed8223
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on an application that needs OCR results and needs them grouped and sorted.
Most of my data is multi-column and grouped blocks of text that can't be sorted simply with x or y coordinates.
I found the sorting method in the document builder module but I was wondering if it would be better to have it in the detection predictor pipeline and have the flags like "reading direction" etc be there as well.
Beta Was this translation helpful? Give feedback.
All reactions