enum | description |
---|---|
0 | Sensible doesn’t run OCR for PDFs. |
2 | Default for single-document PDF extractions. Sensible detects if the whole document needs OCR using heuristics. For example, Sensible averages the number of lines per page in the document. If the average is fewer than 10, Sensible runs OCR on the whole document. |
4 | Sensible detects if the whole document needs OCR by rendering the first page and testing it. If that page needs OCR, Sensible runs OCR on the entire document. |
5 | Default for portfolio PDF extractions.Sensible renders and tests each page in the document to determine whether to run OCR on that page.Set this level if you use a document type to process both single documents and portfolio in a document type, so that your OCR level is consistent for single documents and portfolios. |