From e313a0eb5954d9126cfdaf1c955e025932b2e146 Mon Sep 17 00:00:00 2001 From: Masahiro Ogawa Date: Tue, 14 Jan 2025 09:28:48 +0900 Subject: [PATCH] add Note to solve validation error when installation. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6aa70ed..6d1418f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ Install via `pip install "nougat-ocr[api]"` or `pip install "nougat-ocr[dataset]"` + Note: If you encounter a validation error, run below: +``` +pip install albumentations==1.0.0 +``` + ### Get prediction for a PDF #### CLI