Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

anyforge
/
anyparse-models-hub

Image-to-Text
Transformers
Safetensors
ocr
pdf
markdown
office
Model card Files Files and versions
xet
Community

Instructions to use anyforge/anyparse-models-hub with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anyforge/anyparse-models-hub with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="anyforge/anyparse-models-hub")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("anyforge/anyparse-models-hub", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
anyparse-models-hub / models
4.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
hopex-ai's picture
hopex-ai
Delete models/.DS_Store
5470b0e verified 9 days ago
  • glmocr-v1
    Upload folder using huggingface_hub 9 days ago
  • paddleocrv6-small
    Upload folder using huggingface_hub 9 days ago
  • paddleocrvl-v1.6
    Upload folder using huggingface_hub 9 days ago
  • pp_lcnet_x1_0_doc_ori
    Upload folder using huggingface_hub 9 days ago
  • pp_uvdoc
    Upload folder using huggingface_hub 9 days ago
  • ppdoclayout-v3
    Upload folder using huggingface_hub 9 days ago