Hi, I am looking for online book store built by java. #136150
Replies: 10 comments 5 replies
-
Here you are. |
Beta Was this translation helpful? Give feedback.
-
Always thank you, WonderDev. |
Beta Was this translation helpful? Give feedback.
-
Java version is 20.0.2 |
Beta Was this translation helpful? Give feedback.
-
Which one is good? Android studio or Eclipse? |
Beta Was this translation helpful? Give feedback.
-
Android Studio is better than Eclipse. |
Beta Was this translation helpful? Give feedback.
-
And which API can I use to convert handwritten note to digital string? |
Beta Was this translation helpful? Give feedback.
-
You can use myscript or tesseract. from PIL import Image Path to the Tesseract executable (if not in PATH)pytesseract.pytesseract.tesseract_cmd = r'/usr/local/bin/tesseract' # Update this path if necessary Load the imageimage_path = 'path/to/your/handwritten_note.jpg' Perform OCRtext = pytesseract.image_to_string(image) Print the extracted textprint(text) |
Beta Was this translation helpful? Give feedback.
-
Do you have an example of that? |
Beta Was this translation helpful? Give feedback.
-
Please see this comment for reference to why this discussion was closed and locked. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi, I am looking for online book store built by java.
Beta Was this translation helpful? Give feedback.
All reactions