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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alirezaaminzadeh
/
docflow-invoice-parser-fa

Image-to-Text
Transformers
Joblib
Persian
English
document-ai
ocr
invoice
persian
enterprise
aria-ai
Model card Files Files and versions
xet
Community

Instructions to use alirezaaminzadeh/docflow-invoice-parser-fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alirezaaminzadeh/docflow-invoice-parser-fa 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="alirezaaminzadeh/docflow-invoice-parser-fa")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("alirezaaminzadeh/docflow-invoice-parser-fa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
docflow-invoice-parser-fa
288 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
alirezaaminzadeh's picture
alirezaaminzadeh
Publish field tagger artifact + model card
df97e41 verified 12 days ago
  • assets
    Upload folder using huggingface_hub 13 days ago
  • src
    Upload folder using huggingface_hub 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 13 days ago
  • README.md
    2.68 kB
    Upload folder using huggingface_hub 13 days ago
  • app.py
    8.83 kB
    Upload folder using huggingface_hub 13 days ago
  • config.json
    779 Bytes
    Upload folder using huggingface_hub 13 days ago
  • field_tagger.joblib

    Detected Pickle imports (6)

    • "numpy.float64",
    • "sklearn.feature_extraction.text.TfidfVectorizer",
    • "numpy.ndarray",
    • "sklearn.feature_extraction.text.TfidfTransformer",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.dtype"

    How to fix it?

    75.2 kB
    xet
    Publish field tagger artifact + model card 12 days ago
  • requirements.txt
    72 Bytes
    Upload folder using huggingface_hub 13 days ago