UNPKG

ppu-pdf

Version:

Easily extract text from digital PDF files with coordinate and font size included, and optionally group text by lines or render scanned pdf to canvas/png.

1 lines 451 B
export let CONSTANT={WORDS_PER_PAGE_THRESHOLD:30,TEXT_LENGTH_THRESHOLD:300,HEADER_FROM_HEIGHT_PERCENTAGE:0.02,FOOTER_FROM_HEIGHT_PERCENTAGE:0.95};export let PDF_READER_DEFAULT_OPTIONS={verbose:false,excludeFooter:true,excludeHeader:true,raw:false,headerFromHeightPercentage:CONSTANT.HEADER_FROM_HEIGHT_PERCENTAGE,footerFromHeightPercentage:CONSTANT.FOOTER_FROM_HEIGHT_PERCENTAGE,mergeCloseTextNeighbor:true,simpleSortAlgorithm:false,scale:1,fonts:[]};