reaper47 / recipya

A clean, simple and powerful recipe manager your whole family will enjoy.
https://recipes.musicavis.ca
GNU General Public License v3.0
147 stars 10 forks source link

Enhanced OCR feature #293

Closed reaper47 closed 2 months ago

reaper47 commented 2 months ago

OCR Engine

Deprecated the use of Azure AI Vision to digitize recipes in favor of Azure AI Document Intelligence because it is more accurate and accepts multiple file formats.

Important: The integrations.azureComputerVision block in the configuration file and the RECIPYA_VISION_ENDPOINT/RECIPYA_VISION_KEY environment variables are deprecated and will be removed in v1.3.0.

To migrate:

  1. Add the Document intelligences resource to your Azure account
  2. Access the resource.
  3. From the sidebar, select Keys and Endpoint under Resource Management. alt text
  4. Copy KEY 1 to your configuration file's integrations.azureDocumentIntelligence.key field or RECIPYA_DI_KEY environment variable if you use Docker.
  5. Copy Endpoint to your configuration file's integrations.azureDocumentIntelligence.endpoint field or RECIPYA_DI_ENDPOINT environment variable if you use Docker.
  6. Restart Recipya and test the Azure AI Document Intelligence connection from the settings.

Limitations

P.S. Azure AI Document Intelligence is impressive!

Documentation

Refined the documentation for better clarity on setting up the integrations.