convert docx file to html code including latex linear equation
Project description
Having function for convert docx to html and include feature of reading latex linear equations or Math equations
Example:
from docx2latex import Document
docx_file_path = 'myfile.docx' obj = Document(docx_file_path) raw_data = get_html_code() print(raw_data)
''' use BeautifulSoup for better view from bs4 import BeautifulSoup soup = BeautifulSoup(str(raw_data), "html.parser") print(soup)
'''
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file docx2latex-0.0.1-py3-none-any.whl.
File metadata
- Download URL: docx2latex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fb41ee5cc8e4c9d1f3a5f354cd0b2b7fccde516ce030bba5646cc3ef815ef6d
|
|
| MD5 |
bf81459dfe2ec4b2ad96e9dd17853dba
|
|
| BLAKE2b-256 |
a5cee385c478c8bcce718a0810f03891518b178463bdccd91b66072a6aae6129
|