Copy link to clipboard
Copied
i am reading a pdf file which have more than 2000 page, I am using splitoperation to spilt the pages and doing the ocr but it cannot split it to more than 20 pages
Copy link to clipboard
Copied
The output files are not limited to 20 pages. The limitation is that a maximum of 20 files can be returned at a time. If you need more than 20 output files from a 2000 page input file, you'll need to make multiple API calls with different sets of page ranges.