Replies: 1 comment
-
|
It's O.K. to use the exported configure of Then add max_num_input_imgs to the end to unlock the defalt 10 pages limitation: Then start service with this configuration: The image will be returned with the OCR reuslt of it together. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
According to issue#15785,
I want to disable auto image OCR, and get the image back to the client, then perform an image OCR, because the image need to be saved.
In another way to do it directly with Python API call, auto image OCR is disabled and the image is returned:
So how can I disable auto image OCR in the sevice mode?
Here's the PP-StructureV3 service configuration file:
paddlex_config.txt
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions