TextPage creation for other OCR engine #2299
Answered
by
JorjMcKie
darwinharianto
asked this question in
Looking for help
-
I have tried tesseract-ocr-jpn to create textpage, but since the result isn't as good as I expected, is it possible to swap out to other engines? I wanted to use easyOCR as my textpage back-end, but I am not sure how to construct the TextPage class itself. What kind of data or structure do I need to prepare for constructing TextPage object? |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Mar 23, 2023
Replies: 1 comment 13 replies
-
This is not supported, sorry. |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
darwinharianto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not supported, sorry.
have you tried to increase the
dpi
value when usingpage.get_textpage_ocr()
?