UNPKG
@flowie-app/ocr-extractor
Version:
latest (1.0.0)
1.0.0
Ocr extractor for React
github.com/maxence-flowie/ocr-extractor
maxence-flowie/ocr-extractor
@flowie-app/ocr-extractor
/
dist
/
src
/
utils
/
getImagesFromPDF.d.ts
2 lines
(1 loc)
•
139 B
TypeScript
View Raw
1
2
export
default
function
getImagesFromPDF
(
file
:
string
,
maxPages
?:
number
,
onSuccess
?: () =>
void
,
resolution
?:
number
):
Promise
<
string
[]>;