| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- prettytable # only for benchmark
- py-cpuinfo # LaTeX_OCR_rec only support MKLDNN on CPU
- imagesize
- colorlog
- PyYAML==6.0.2
- filelock
- ftfy
- ruamel.yaml
- chardet
- numpy==1.24.4; python_version<"3.12"
- numpy==1.26.4; python_version>="3.12"
- matplotlib
- opencv-python==4.5.5.64; platform_system == "Windows"
- opencv-python-headless==4.10.0.84; platform_system == "Windows"
- opencv-contrib-python==4.10.0.84
- chinese_calendar
- scikit-learn
- pycocotools
- tqdm
- pyclipper
- shapely
- pandas
- parsley
- requests
- tokenizers==0.19.1
- GPUtil>=1.4.0
- scikit-image
- lxml
- openpyxl
- premailer
- PyMuPDF
- ujson
- Pillow
- pydantic>=2
- typing_extensions>=4.11
- ######## For Chatocrv3 #######
- langchain==0.2.17
- langchain-openai==0.1.25
- langchain-community==0.2.17
- langchain-text-splitters==0.2.4
- transformers==4.40.0
- openai==1.63.2
- unstructured
- networkx
- faiss-cpu
- ######## For Video #######
- decord==0.6.0; (platform_machine == 'x86_64' or platform_machine == 'AMD64') and sys_platform != 'darwin'
- ######## For NLP Tokenizer #######
- jieba
- sentencepiece
- jinja2
- regex
- ######## For Speech #######
- soundfile
|