texify

View on PyPIReverse Dependencies (1)

0.2.1 texify-0.2.1-py3-none-any.whl

Wheel Details

Project: texify
Version: 0.2.1
Filename: texify-0.2.1-py3-none-any.whl
Download: [link]
Size: 29085
MD5: 5ecef54ac0b2441493bf54f066059e36
SHA256: 861c90ea6167fb6c2b334d5fcf0116dd9e1585af359463dec83115891c09dcfa
Uploaded: 2024-10-31 14:59:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: texify
Version: 0.2.1
Summary: OCR for latex images
Author: Vik Paruchuri
Author-Email: vik.paruchuri[at]gmail.com
Home-Page: https://github.com/VikParuchuri/texify
Project-Url: Repository, https://github.com/VikParuchuri/texify
License: GPL-3.0-or-later
Keywords: ocr,latex,markdown,pdf
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10,<4.0
Requires-Dist: Pillow (<11.0.0,>=10.1.0)
Requires-Dist: ftfy (<7.0.0,>=6.1.3)
Requires-Dist: pydantic (<3.0.0,>=2.5.2)
Requires-Dist: pydantic-settings (<3.0.0,>=2.1.0)
Requires-Dist: pypdfium2 (<5.0.0,>=4.25.0)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.0)
Requires-Dist: torch (<3.0.0,>=2.1.2)
Requires-Dist: transformers (<5.0.0,>=4.36.2)
Description-Content-Type: text/markdown
[Description omitted; length: 9221 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ocr_app.py sha256=E9Mj8YZWKXCXJfHPmCNbSBkR1sdY4UjTGyVqk8Fj8K4 5398
ocr_image.py sha256=ryUwHKLpw6jVBY12Hh1YB9rgHgRRx4VYEPRdOeMcF2o 2801
run_ocr_app.py sha256=68YaFreKNC-kFobtCQ6PiE7sA3ZFcAroeZUpr0nJSV4 211
texify/inference.py sha256=JiOTdT7fiGV35mNDEp5vMsoIk0UlslTH_8QNB4vaDvg 1194
texify/model/config.py sha256=Te0Bu2OhH60zyLCrFOgZ_SSF8wNwtWu2zJkDxxrmMSE 2632
texify/model/model.py sha256=Q6hH8-tvH2uj8nk4rjCDcybL58qZ8whY7D7ZOZHffrM 5917
texify/model/processor.py sha256=YOU9fz9q8OSFP2Dgo44v9BYImR0afiHxiYAEryzEK1s 8118
texify/output.py sha256=FSlFzpU6LYTCRn8w1Fv4K2FKLInXEKTtpAsG85NIHwQ 1224
texify/settings.py sha256=jiUrDyltwdtiY1M2tulCwdemwc0TkjFrTMYYk5Azpp4 1287
texify/util.py sha256=CrzEcZukKl-H7CduibGIhWf58_uEQBwjGrpCCmG6jbQ 362
texify-0.2.1.dist-info/LICENSE sha256=S0QCQDw_gM2WrdqEJVaWVZW5TswFkMqnL9r84ZTXo-I 35091
texify-0.2.1.dist-info/METADATA sha256=dYUom7OZjmENHmWJuWSM52w46sMsfpfP9X5iyYUP4jk 10291
texify-0.2.1.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
texify-0.2.1.dist-info/entry_points.txt sha256=IRap1y3hifLbDLLx-nFj1dXZjmW0exXaoZUZnQwJNu4 72
texify-0.2.1.dist-info/RECORD

entry_points.txt

texify = ocr_image:main
texify_gui = run_ocr_app:run_app