Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some feedback #2

Open
okaragoz opened this issue May 26, 2021 · 1 comment
Open

Some feedback #2

okaragoz opened this issue May 26, 2021 · 1 comment

Comments

@okaragoz
Copy link

#1
Thank you @vinaykanigicherla,

Unlike the listed packages, dependency requirements should be characterized in a different and more detailed way. For example, the tesseract package is required and requested for OCR and the language packs supported by this package must be installed separately. In addition, when the location of the image files in the localstore is transferred to the tex file, it uses the --filepath extension for example, /mnt/t/test/playground/localstore/x1assets/logo.JPG as well as if localstore is next to .tex file and exported with the ./ tag, fewer compile errors may be encountered. It is not a very essential problem, but it should be considered.

I could not see Unicode support for the exported tex code, especially the commonly used symbols such as ° and ± were not supported.

@2Shot0ccurence
Copy link

2

The software could be improved in a major way, in terms of recognition. Right now it just extracts everything it can see as plain text.

  • Hyperlinks are not recognized.
  • mathematical equations are not being written to Latex math notation, rather, they are kept as plain text.
    • It tries to mitigate this, by converting these elements to .jpg, but often clips the equations in the middle.
  • It doesn't recognize chapters or tableofcontents but I think if it recognized all hyperlinks it wouldn't really need to recognize them seperately anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants