You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing image_export_mode and other ConversionOptions parameters to buildFormFields (#47)
- Fixed critical bug where image_export_mode parameter was not being sent to API
- Added missing parameter mappings for comprehensive ConversionOptions support
- Includes: image_export_mode, from_formats, page_range, ocr_lang, ocr_options,
table_cell_matching, table_structure_options, generate_page_images,
generate_picture_images, enrichment options, and other missing parameters
- Resolves issue where placeholder mode was not working correctly
- Tested with real PDF documents showing 99.5% size reduction when using placeholders
- Added npm-package-test/ to .gitignore for external testing setup
Fixes: Image export mode functionality not working as expected
Impact: Enables proper image placeholder functionality, significant performance improvements
0 commit comments