You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
In fastapi ineed to protect my routes if user login i need to send a token, using that token he must able to access other routes ,,how to do it
Читать полностью…This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…Python groups in other languages
(⚠️Not managed by us ‼️)
Amharic @python_amharic
Arabic @arabipython
Azerbaijani @azepug
Chinese @pythonzh
French @python_francais
German @pythonde
Hebrew @pythonisraelHindi @pyhindi_ot
Tamil @pythontamilcommunity
Indonesian @pythonid
Italian @python_ita @pythonita
Kazakh @python_kz
Malaysia @pythonmalaysia
Persian @pyfarsi
Portuguese @pythonbr
Russian @ru_python_beginners @ru_python @python_scripts
Spanish @PythonEsp
Swahili @python_eafrica
Turkish @python_tr
Uzbek @python_uz
If you have an active and well managed group that you want to be listed there, ask in the Meta group, link in the rules page.
Hello
I ran "pip install streamlit" in pycharm terminal, using both python 3.12 and 3.13 it displayed
"Error: could not find a version that satisfies the requirement streamlit (from versions: none)"
Please how do i scale this?
No, langchain is a data modeling framework.
It is used in LLMs a lot, but can also function without them
https://python.langchain.com/docs/how_to/document_loader_pdf/
Читать полностью…Please don't send useless messages. Also, please delete all those useless messages you have already sent! (rule #3)
Читать полностью…Can anyone tell me why can't I use tensorflow on python 3.13
Читать полностью…Check streamlit documentation it should work with version 3.10 - 3.11
Читать полностью…As far as i know, pytesseract
(https://pypi.org/project/pytesseract/) is the go to tool for OCR
Be aware that depending on complexity of layout, language used and many other paramethers, OCR can be very hard to get right
But you are free to try
I have got a project where I have to extract data from the uploaded bill whether it's png or pdf to json format. It should not be AI api calling. I am working on some but no break thro
Читать полностью…Good Morning Everyone!
Has anyone worked on OCR / Invoice/ bill parser project? I needed advice. Thanks in advance.