-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kenapa muncul error seperti ini saat dicoba? #14
Comments
sama nih, muncul error spt ini solusinya gmn ya? |
bump, saya menemukan masalah yang sama |
itu gara2 ada error ketika parsing RT RW |
def extract(self, extracted_result): # print(extracted_result.replace('\n', ' -- ')) print(extracted_result) # TAMBAHIN INI exit() # TAMBAHIN INI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ini kenapa yaa, muncul error kayak gini?
Traceback (most recent call last):
File "ocr.py", line 47, in
ocr = KTPOCR(ktppath)
File "/var/www/html/KTP-OCR/ktpocr/extractor.py", line 16, in init
self.master_process()
File "/var/www/html/KTP-OCR/ktpocr/extractor.py", line 110, in master_process
self.extract(raw_text)
File "/var/www/html/KTP-OCR/ktpocr/extractor.py", line 106, in extract
self.result.rw = word.split('/')[1].strip()
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: