Hello,
When I developped my application, which use the OCR API, I encountered a bug saying that image shouldn’t have dimensions larger than 50 000px.
So I developped something in order to have image < 50 000px.
Now I have the same error, but saying that image shouldn’t have dimensions larger than 10 000px.
Dec 07 15:40:15 bash[29226]: ParsedResults: [
Dec 07 15:40:15 bash[29226]: {
Dec 07 15:40:15 bash[29226]: FileParseExitCode: -10,
Dec 07 15:40:15 bash[29226]: ParsedText: ‘’,
Dec 07 15:40:15 bash[29226]: ErrorMessage: ‘Parsing Error: Image dimensions are too large! Max image dimensions supported: 10000 x 10000.’,
Dec 07 15:40:15 bash[29226]: ErrorDetails: ‘Image dimensions are too large! Max image dimensions supported: 10000 x 10000.’
Dec 07 15:40:15 bash[29226]: }
Dec 07 15:40:15 bash[29226]: ]
So my question is: did you change the API about that ?
Thanks