diff --git a/bill_digitization/doc/RELEASE_NOTES.md b/bill_digitization/doc/RELEASE_NOTES.md index 974cee965..4ab8b4275 100755 --- a/bill_digitization/doc/RELEASE_NOTES.md +++ b/bill_digitization/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 18.0.1.0.0 #### ADD - Initial commit for Bill Digitization + +#### 15.12.2025 +#### Version 18.0.1.0.0 +#### UPDT +- Index updated with required Python package information diff --git a/bill_digitization/static/description/index.html b/bill_digitization/static/description/index.html index 2f87737e8..42553e6d4 100644 --- a/bill_digitization/static/description/index.html +++ b/bill_digitization/static/description/index.html @@ -370,6 +370,27 @@ style=""> +
+ Make sure the following Python packages are installed on your system:
++ PIL (pip3 install PIL),pytesseract (pip3 install pytesseract),tesseract-ocr (sudo apt-get install tesseract-ocr)
+