Skip to content

Commit

Permalink
chore(index): fix jsdoc params
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 22, 2023
1 parent 36d333f commit f162260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ class Poppler {
*
* If not set then the output filename will be derived from the PDF file name.
* @param {object=} options - Object containing options to pass to binary.
* @param {('default'|'none'|'gray'|'subpixel'|'fast'|'good'|'best')=} options.antialias Set the cairo
* @param {('default'|'none'|'gray'|'subpixel'|'fast'|'good'|'best')=} options.antialias - Set the cairo
* antialias option used for text and drawing in image files (or rasterized regions in vector output).
* @param {boolean=} options.cropBox - Uses the crop box rather than media box when
* generating the files (PNG/JPEG/TIFF only).
Expand Down Expand Up @@ -1359,7 +1359,7 @@ class Poppler {
* @param {number=} options.firstPageToConvert - Specifies the first page to convert.
* @param {number=} options.fixedWidthLayout - Assume fixed-pitch (or tabular) text, with the
* specified character width (in points). This forces physical layout mode.
* @param {boolean=} options.generateHtmlMetaFile Generate simple HTML file, including the
* @param {boolean=} options.generateHtmlMetaFile - Generate simple HTML file, including the
* meta information. This simply wraps the text in `<pre>` and `</pre>` and prepends the meta headers.
* @param {boolean=} options.generateTsvFile - Generate a TSV file containing the bounding box
* information for each block, line, and word in the file.
Expand Down

0 comments on commit f162260

Please sign in to comment.