Get coordinates for image partition using 'ocr_only' #880
Unanswered
yixinzhang12
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I went ahead and just used pytessearct.image_to_data() for my pipeline. It'll still be nice to hear if there is a built in way of extracting coordinates using unstructure.io. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have been trying to get coordinates when partitioning images (png). I was able to get coordinates if I set strategy='hi_res'. But I would get "None" if I switch strategy to be 'auto' or 'ocr_only'.
Is there a way to get the relative coordinates for images with strategy='ocr_only'?
Any help would be appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions