Point 3

Reading File
Running Command

cd "/tmp/workspace/attachments/67e306b1-a26c-46a6-9f3c-15db64801e2a/" && python3 -c " import pdfplumber with pdfplumber.open('Safari 2.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text[:3000]) print() "

analyse_media
Running Command

cd "/tmp/workspace/attachments/67e306b1-a26c-46a6-9f3c-15db64801e2a/" && python3 -c " from pypdf import PdfReader reader = PdfReader('Safari 2.pdf') print(f'Pages: {len(reader.pages)}') for i, page in enumerate(reader.pages): text = page.extract_text() print(f'--- PAGE {i+1} ---') print(repr(text[:500]) if text else 'NO TEXT') # Try extracting images info print(f'Images on page: {len(page.images)}') "

Running Command

cd "/tmp/workspace/attachments/67e306b1-a26c-46a6-9f3c-15db64801e2a/" && python3 -c " from pypdf import PdfReader import os reader = PdfReader('Safari 2.pdf') os.makedirs('/tmp/workspace/safari_pages', exist_ok=True) for i, page in enumerate(reader.pages): for j, img in enumerate(page.images): ext = img.name.split('.')[-1] if '.' in img.name else 'png' out_path = f'/tmp/workspace/safari_pages/page{i+1}_img{j+1}.{ext}' with open(out_path, 'wb') as f: f.write(img.data) print(f'Saved: {out_path} ({len(img.data)} bytes)') "

Running Command

python3 -c " import fitz # PyMuPDF import os os.makedirs('/tmp/workspace/safari_pages', exist_ok=True) doc = fitz.open('/tmp/workspace/attachments/67e306b1-a26c-46a6-9f3c-15db64801e2a/Safari 2.pdf') for i, page in enumerate(doc): pix = page.get_pixmap(dpi=150) out = f'/tmp/workspace/safari_pages/page{i+1}.png' pix.save(out) print(f'Saved {out}') " 2>&1

Running Command

pip install --user pymupdf -q && python3 -c "import fitz; print('fitz ok')"

Running Command

python3 -c " import fitz import os os.makedirs('/tmp/workspace/safari_pages', exist_ok=True) doc = fitz.open('/tmp/workspace/attachments/67e306b1-a26c-46a6-9f3c-15db64801e2a/Safari 2.pdf') print(f'Pages: {len(doc)}') for i, page in enumerate(doc): # Also try text extraction text = page.get_text() print(f'Page {i+1} text: {repr(text[:200])}') pix = page.get_pixmap(dpi=150) out = f'/tmp/workspace/safari_pages/page{i+1}.png' pix.save(out) print(f'Saved {out} ({pix.width}x{pix.height})') "

analyse_media
Reading File
Reading File
Reading File
Reading File
I can now clearly read all the content. Here is Point 3 from the document (Page 2, condition number 3 under the list of conditions for in-service medical officers):

Point 3 (શરત નં. ૩) - ગુજરાતી:
આ ઠરાવની અમલવારી થયેથી હવે પછી ઈનસર્વિસ તબીબે અભ્યાસક્રમ પૂર્ણ થયા બાદ સેવામાં ૭ વર્ષ સુધી ચાલુ રહેવા રૂ.૪૦,૦૦ લાખ નો બોન્ડ પ્રવેશ મેળવીને કોર્ષમાં હાજર થતાં પહેલાં આપવાનો રહેશે. તેમજ બોન્ડની અન્ય શરતો સરકાર દ્વારા હવે પછી નક્કી થતી બોન્ડ પોલીસી મુજબ રહેશે.

Translation (English):
Point 3: After the implementation of this resolution, the in-service doctor must, before joining the course after completing the postgraduate program, serve in service for 7 years and must submit a bond of Rs. 40,00 lakhs (Rs. 40 lakhs) before appearing/joining the course. Furthermore, the other terms and conditions of the bond shall be as per the bond policy to be decided by the Government from time to time.

In summary, Point 3 states:
  • The in-service (government) doctor must give a bond of Rs. 40 lakh before joining the postgraduate course.
  • After completing the course, they must continue in government service for 7 years.
  • Any other bond conditions will be as per the bond policy determined by the Government in the future.

Pg pachi 7 year ?

હા, Point 3 મુજબ PG પૂર્ણ થયા પછી ૭ વર્ષ સરકારી સેવામાં ચાલુ રહેવાનું છે.
ફરી એકવાર સ્પષ્ટ કરીએ:
શરતવિગત
બોન્ડ રકમરૂ. ૪૦ લાખ
ક્યારે આપવોકોર્ષ શરૂ થતાં પહેલાં (admission પહેલાં)
PG પછી સેવા૭ વર્ષ સરકારી સેવામાં ફરજ બજાવવાની
એટલે કે:
  • PG admission લો → પહેલાં ₹40 લાખનો બોન્ડ ભરો
  • PG complete કરો → ત્યારબાદ ૭ વર્ષ સુધી સરકારી હોસ્પિટલ/સેવામાં ફરજ બજાવવાની ફરજિયાત છે
  • જો વચ્ચે છોડો (Point 4 મુજબ) → બોન્ડ રકમ ઉપર 25% penalty એટલે કે રૂ. ૧૦ લાખ વધારાના ભરવા પડે

3

Point 3 નો સંપૂર્ણ મૂળ ગુજરાતી ટેક્સ્ટ:

૩. આ ઠરાવની અમલવારી થયેથી હવે પછી ઈનસર્વિસ તબીબે અભ્યાસક્રમ પૂર્ણ થયા બાદ સેવામાં ૭ વર્ષ સુધી ચાલુ રહેવા રૂ.૪૦,૦૦ લાખ નો બોન્ડ પ્રવેશ મેળવીને કોર્ષમાં હાજર થતાં પહેલાં આપવાનો રહેશે. તેમજ બોન્ડની અન્ય શરતો સરકાર દ્વારા હવે પછી નક્કી થતી બોન્ડ પોલીસી મુજબ રહેશે.

સરળ ભાષામાં:
  1. કોર્ષ join કરતાં પહેલાં → ₹40 લાખનો બોન્ડ આપવો
  2. PG પૂર્ણ થયા પછી → ૭ વર્ષ સરકારી સેવામાં ચાલુ રહેવું
  3. બોન્ડની બીજી શરતો → સરકાર જે bond policy નક્કી કરે તે પ્રમાણે લાગુ પડશે

Tema ketlo pagar ape

આ document (Safari 2.pdf) માં પગાર (salary) વિશે કોઈ ઉલ્લેખ નથી.
આ ઠરાવ ફક્ત આ વિષયો વિશે છે:
  • બોન્ડની શરતો
  • PG admission ના નિયમો
  • ૭ વર્ષ સેવાની ફરજ

પગાર જાણવા માટે:
PG દરમિયાન in-service doctor ને સામાન્ય રીતે Stipend મળે છે - એ અલગ Government Resolution (GR) માં હોય છે. જો તમારી પાસે તે GR હોય તો share કરો, હું વાંચી આપું.
અથવા 7th Pay Commission મુજબ સરકારી ડૉક્ટરનો પગાર અલગ નિયમ હેઠળ આવે છે.

Bona ma pagar

Document માં Point 4 જુઓ - ત્યાં bond તોડવા પર penalty નો ઉલ્લેખ છે, પણ bond period દરમિયાન પગારનો કોઈ specific ઉલ્લેખ આ PDF માં નથી.

જે document માં છે તે:
Point 4 - જો અભ્યાસક્રમ વચ્ચે છોડો તો:
  • ₹40 લાખ બોન્ડ + 25% penalty = ₹10 લાખ વધારાના → કુલ ₹50 લાખ ભરવા
Point 5 - બોન્ડ recovery:
  • કમિશ્નરશ્રી (આરોગ્ય) અથવા તાબાના અધિકારી દ્વારા વસૂલ કરાશે

Bond period (7 વર્ષ) દરમિયાન પગાર - આ PDF silent છે. સામાન્ય રીતે સરકારી ડૉક્ટરને નિયમિત સરકારી પગાર (regular pay scale) જ મળે, PG દરમ્યાન stipend અલગ GR માં define થયેલ હોય.
જો બીજો કોઈ document હોય (જેમ કે stipend GR) તો share કરો.
This is a shared conversation. Sign in to Orris to start your own chat.