This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "message": "Check In Successfully", | |
| "attendance": { | |
| "user_id": "0193f22d-a61b-7068-a8f8-0cdeb4eca0de", | |
| "date": "2025-02-07", | |
| "time_in": "07:02:02", | |
| "latlon_in": "-6.690562511539448,110.70607355026196", | |
| "updated_at": "2025-02-07T07:37:43.000000Z", | |
| "created_at": "2025-02-07T07:37:43.000000Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "message": "Check Out Successfully", | |
| "data": { | |
| "id": 2, | |
| "user_id": "0193f22d-a61b-7068-a8f8-0cdeb4eca0de", | |
| "date": "2025-02-07", | |
| "photo_in": null, | |
| "time_in": "07:02:02", | |
| "latlon_in": "-6.690562511539448,110.70607355026196", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # import = [ | |
| # "~/.config/alacritty/themes/catppuccin_mocha.toml" | |
| # ] | |
| [terminal.shell] | |
| program = "C:\\Program Files\\PowerShell\\7\\pwsh.exe" | |
| [font] | |
| # family = "Mononoki Nerd Font" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import PyPDF2 | |
| import pandas as pd | |
| import re | |
| # Ganti dengan nama file PDF Anda jika berbeda | |
| pdf_file_path = 'ijazah_SMKW9.pdf' | |
| extracted_data = [] | |
| try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <HTML> | |
| <HEAD> | |
| <META NAME="GENERATOR" CONTENT="AIDA64 v7.70.7500"> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1"> | |
| <STYLE> | |
| #reportmenu > ul{ | |
| list-style: none; | |
| margin: 0; | |
| padding: 0; |
OlderNewer