A tool library for generating mapping dictionaries based on font files
Project description
⭐️ 简介
本库是一个基于 python 的工具集,用于生成字体文件字典映射。
✨️ 理念
简单,可靠,省心。
📕 背景
进行数据采集的时候,常常会遇到字体反爬,常用的解决办法是通过获取字体字形映射关系替换文本解决,但生成或者说是获取字体映射关系的方法不是很常见,所以写了这个库,方便生成获取
🌠 用法
这里介绍工具用法。
安装
pip install FontMap
使用
导包
import FontMap
实例化
fontmap = FontMap.HuiFontMap(fontpath='字体文件路径',savepath='生成的字形图片保存路径',issaveimg='是否保存图片')
执行会根据传入的路径生成并保存字形文件
方法
目前只使用了ddddocr识别,测试大部分是没有问题基本,一小部分的化可能会存在识别精度的问题
fontmap.ocrFontImg(jsonpath='识别结果的保存路径')
此方法返回执行的结果,类型为字典,默认是不保存识别结果的
👨💻 更新
优化了图片生成速度和ddddocr识别精度
☕ 最后 如果本项目有问题,欢迎反馈,QQ:2176189493
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 FontMap-1.1.8.tar.gz.
File metadata
- Download URL: FontMap-1.1.8.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36320ee251dd1229315f0c1670596c8f40440af909f024252af20a8d38d7024d
|
|
| MD5 |
fa5317af198891a83871b3db7d1c49c0
|
|
| BLAKE2b-256 |
345228bf5ad9d8c48405714c5a952296e9f0a227c70e7b80edb54efac3d53eac
|
File details
Details for the file FontMap-1.1.8-py3-none-any.whl.
File metadata
- Download URL: FontMap-1.1.8-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aff8915e51f12ddc8879511a3214d3d1f9060860d72c46043e41d4760e98cf0
|
|
| MD5 |
eaabe0bd19feac7cb2c4980b2300c32f
|
|
| BLAKE2b-256 |
223353a9b34babb87e07ee53a4aebf28be31992b2d110a32a4d8b127a8752ace
|