Vitaliy

Results 170 comments of Vitaliy

> I am slowly fighting my way through the code, and looking at it I wander if it would be possible to treat the caption as a paragraph object. >...

> I wanted to pass the paragraph object further to the table object (as it is with Label and Title elements) but ran into some recursion issues and memory problems...

@markoban, in theory, it should work but I haven't tested it yet. The changes for parsing references in table or figure caption are on this branch: https://github.com/Vitaliy-1/docxToJats/tree/i28_caption_refs. It's implemented only...

Hi @asifdev124, What OJS version and DOCX Converter plugin version are working with?

Latest meaning OJS 3.3.0-8 and plugin 1.1.1?

What is the MIME type of file you are trying to convert? It's recorded in the `files` table, `mimetype` column.

I've encountered situations when the system incorrectly identified MIME type of MS Word files. Can you check how it is recorded in your database?

During OJS installation you have created a database, in which all OJS data is stored. You or the person responsible for it can access the database and try to debug...

Hmm, `files` table was introduced in OJS 3.3.0. Are you sure that it's the latest version? In older versions, this information was recorded in the `submission_files` table in `file_type` column`....