mpx-cli icon indicating copy to clipboard operation
mpx-cli copied to clipboard

CLI for document conversion for scientific documents, powered by Mathpix OCR

Results 24 mpx-cli issues
Sort by recently updated
recently updated
newest added

i got this when i ran `mpx convert x.jpg y.tex` -------------------------------------------------------------------------------- ``` Error: Snip server response 400 with json body: {"errors":[{"id":"invalid_image_format","message":"Image must be jpeg or png format."}]} at ConvertImageWithSnipAPI (/data/data/com.termux/files/usr/lib/node_modules/@mathpix/mpx-cli/lib/convert.js:479:15)...

Given an empty directory `out`, and `in/index.mmd` containing: ``` # Test Here is some text referencing footnote one[^1]. [^1]: This is a footnote. ``` Then running `npx mpx build --input...

I've been playing around with mpx (`"@mathpix/mpx-cli": "^0.4.0"`) to build a github pages site from some markdown files with inline and block equations, and noticed some strange behaviour. Given `src/index.mmd`,...

An unexpected error occurred in converting a DOCX file from a PDF file. 1. Comand mpx convert 68222-247693-1-SM.pdf 68222-247693-1-SM.docx 2. Error Message (node:19632) ExperimentalWarning: The fs.promises API is experimental Unexpected...

Hi, I am trying to convert an image in my user root folder. The command I am using is as follows: `mpx convert image.jpg image.mmd` It succeeds in converting, but...

Hello… I'm a screen reader user attempting to get MathML from the html output, but the tool doesn't seem to provide this option.

Request: include package in HomeBrew for installation.

```cmd >mpx --version 0.4.0 ``` I run this: ```cmd >mpx convert --verbose "xxx.png" "xxx.mmd" ``` And get this: ```stdout Source: xxx.png Destination: xxx.mmd Options: { pdfMethod: 'latex', verbose: true }...

Hi: I just tried calling the API using the `mpx path/to/input.pdf path/to/output.docx` method and received the following warning (5 times). ```terminal at Timeout. (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\@mathpix\mpx-cli\lib\convert.js:258:22) at processTicksAndRejections (internal/process/task_queues.js:95:5) (node:14308) UnhandledPromiseRejectionWarning: Unhandled...